mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Remove "Kubernetes master services ready." status message
This message was occurring prematurely - the master is running, but the charm still has work to do. e.g. deploy KubeDNS.
This commit is contained in:
parent
df48acb41d
commit
5c5fa43700
@ -208,7 +208,7 @@ def start_master(etcd, tls):
|
|||||||
hookenv.log('Starting {0} service.'.format(service))
|
hookenv.log('Starting {0} service.'.format(service))
|
||||||
host.service_start(service)
|
host.service_start(service)
|
||||||
hookenv.open_port(6443)
|
hookenv.open_port(6443)
|
||||||
hookenv.status_set('active', 'Kubernetes master services ready.')
|
hookenv.log('Kubernetes master services ready.')
|
||||||
set_state('kubernetes-master.components.started')
|
set_state('kubernetes-master.components.started')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user