mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #44945 from ktsakalozos/bug/dns-fix
Automatic merge from submit-queue Send dns details only after cdk-addons are configured **What this PR does / why we need it**: This is a bugfix on the deployment of Kubernetes via Juju. See issue below. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #40386 and https://github.com/juju-solutions/bundle-canonical-kubernetes/issues/262 **Special notes for your reviewer**: **Release note**: ``` Fix KubeDNS issue in Juju deployments. ```
This commit is contained in:
		@@ -297,6 +297,7 @@ def start_master(etcd):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@when('kube-control.connected')
 | 
			
		||||
@when('cdk-addons.configured')
 | 
			
		||||
def send_cluster_dns_detail(kube_control):
 | 
			
		||||
    ''' Send cluster DNS info '''
 | 
			
		||||
    # Note that the DNS server doesn't necessarily exist at this point. We know
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user