mirror of https://github.com/k3s-io/k3s
Bump glbc version to 0.8.0
parent
ca00e596bd
commit
8736beede1
|
@ -1,18 +1,18 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: l7-lb-controller-v0.7.1
|
||||
name: l7-lb-controller-v0.8.0
|
||||
namespace: kube-system
|
||||
labels:
|
||||
k8s-app: glbc
|
||||
version: v0.7.1
|
||||
version: v0.8.0
|
||||
kubernetes.io/cluster-service: "true"
|
||||
kubernetes.io/name: "GLBC"
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 600
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- image: gcr.io/google_containers/glbc:0.7.1
|
||||
- image: gcr.io/google_containers/glbc:0.8.0
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
|
Loading…
Reference in New Issue