Skip to content

Commit

Permalink
Set status when writing kubeconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
joedborg authored and Cynerva committed Jan 16, 2019
1 parent 232bde9 commit 3555652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reactive/kubernetes_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,7 @@ def shutdown():
def build_kubeconfig(server):
'''Gather the relevant data for Kubernetes configuration objects and create
a config object with that information.'''
hookenv.status_set('maintenance', 'Writing kubeconfig file.')
# Get the options from the tls-client layer.
layer_options = layer.options('tls-client')
# Get all the paths to the tls information required for kubeconfig.
Expand Down

0 comments on commit 3555652

Please sign in to comment.