mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +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:
@@ -208,7 +208,7 @@ def start_master(etcd, tls):
|
||||
hookenv.log('Starting {0} service.'.format(service))
|
||||
host.service_start(service)
|
||||
hookenv.open_port(6443)
|
||||
hookenv.status_set('active', 'Kubernetes master services ready.')
|
||||
hookenv.log('Kubernetes master services ready.')
|
||||
set_state('kubernetes-master.components.started')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user