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:
George Kraft 2017-01-27 09:33:04 -06:00
parent df48acb41d
commit 5c5fa43700

View File

@ -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')