mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #59773 from nicksardo/glbc-alpha2
Automatic merge from submit-queue (batch tested with PRs 59298, 59773, 59772). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Bump GLBC to 0.9.8-alpha.2 and change back to --verbose **What this PR does / why we need it**: Bumps GLBC version to 0.9.8-alpha.2 which is logically equivalent to 0.9.8-alpha.1 except verbose mode sets v=3 instead of v=4 **Special notes for your reviewer**: /cc @rramkumar1 /assign @bowei **Release note**: ```release-note NONE ```
This commit is contained in:
		@@ -1,19 +1,19 @@
 | 
				
			|||||||
apiVersion: v1
 | 
					apiVersion: v1
 | 
				
			||||||
kind: Pod
 | 
					kind: Pod
 | 
				
			||||||
metadata:
 | 
					metadata:
 | 
				
			||||||
  name: l7-lb-controller-v0.9.8-alpha.1
 | 
					  name: l7-lb-controller-v0.9.8-alpha.2
 | 
				
			||||||
  namespace: kube-system
 | 
					  namespace: kube-system
 | 
				
			||||||
  annotations:
 | 
					  annotations:
 | 
				
			||||||
    scheduler.alpha.kubernetes.io/critical-pod: ''
 | 
					    scheduler.alpha.kubernetes.io/critical-pod: ''
 | 
				
			||||||
  labels:
 | 
					  labels:
 | 
				
			||||||
    k8s-app: gcp-lb-controller
 | 
					    k8s-app: gcp-lb-controller
 | 
				
			||||||
    version: v0.9.8-alpha.1
 | 
					    version: v0.9.8-alpha.2
 | 
				
			||||||
    kubernetes.io/name: "GLBC"
 | 
					    kubernetes.io/name: "GLBC"
 | 
				
			||||||
spec:
 | 
					spec:
 | 
				
			||||||
  terminationGracePeriodSeconds: 600
 | 
					  terminationGracePeriodSeconds: 600
 | 
				
			||||||
  hostNetwork: true
 | 
					  hostNetwork: true
 | 
				
			||||||
  containers:
 | 
					  containers:
 | 
				
			||||||
  - image: k8s.gcr.io/ingress-gce-glbc-amd64:0.9.8-alpha.1
 | 
					  - image: k8s.gcr.io/ingress-gce-glbc-amd64:0.9.8-alpha.2
 | 
				
			||||||
    livenessProbe:
 | 
					    livenessProbe:
 | 
				
			||||||
      httpGet:
 | 
					      httpGet:
 | 
				
			||||||
        path: /healthz
 | 
					        path: /healthz
 | 
				
			||||||
@@ -44,7 +44,7 @@ spec:
 | 
				
			|||||||
    # TODO: split this out into args when we no longer need to pipe stdout to a file #6428
 | 
					    # TODO: split this out into args when we no longer need to pipe stdout to a file #6428
 | 
				
			||||||
    - sh
 | 
					    - sh
 | 
				
			||||||
    - -c
 | 
					    - -c
 | 
				
			||||||
    - 'exec /glbc -v=3 --apiserver-host=http://localhost:8080 --default-backend-service=kube-system/default-http-backend --sync-period=600s --running-in-cluster=false --use-real-cloud=true --config-file-path=/etc/gce.conf --healthz-port=8086 1>>/var/log/glbc.log 2>&1'
 | 
					    - 'exec /glbc --verbose --apiserver-host=http://localhost:8080 --default-backend-service=kube-system/default-http-backend --sync-period=600s --running-in-cluster=false --use-real-cloud=true --config-file-path=/etc/gce.conf --healthz-port=8086 1>>/var/log/glbc.log 2>&1'
 | 
				
			||||||
  volumes:
 | 
					  volumes:
 | 
				
			||||||
  - hostPath:
 | 
					  - hostPath:
 | 
				
			||||||
      path: /etc/gce.conf
 | 
					      path: /etc/gce.conf
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user