mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #45055 from nicksardo/glbc-v0.9.3-bump
Automatic merge from submit-queue Bump GLBC version to 0.9.3 **What this PR does / why we need it**: Bumps version of GLBC shipped with K8s https://github.com/kubernetes/ingress/releases/tag/0.9.3 ``` Major Changelog: Bug fix: adding backends to existing backend-services #652 Bug fix: handling of secret-based SSL Certs #639 Add second LB healthcheck/proxy traffic source CIDR #574 #479 Support backside re-encryption (HTTPS) #519 ``` The two noted bugs are common occurrences for GKE users **Release note**: ```release-note Bump GLBC version to 0.9.3 ```
This commit is contained in:
commit
5097971d1d
@ -1,18 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: l7-lb-controller-v0.9.2
|
||||
name: l7-lb-controller-v0.9.3
|
||||
namespace: kube-system
|
||||
labels:
|
||||
k8s-app: glbc
|
||||
version: v0.9.2
|
||||
version: v0.9.3
|
||||
kubernetes.io/cluster-service: "true"
|
||||
kubernetes.io/name: "GLBC"
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 600
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- image: gcr.io/google_containers/glbc:0.9.2
|
||||
- image: gcr.io/google_containers/glbc:0.9.3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
@ -43,7 +43,7 @@ spec:
|
||||
# TODO: split this out into args when we no longer need to pipe stdout to a file #6428
|
||||
- sh
|
||||
- -c
|
||||
- '/glbc --verbose=true --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'
|
||||
- '/glbc --verbose=true --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:
|
||||
- hostPath:
|
||||
path: /etc/gce.conf
|
||||
|
Loading…
Reference in New Issue
Block a user