mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #32424 from bprashanth/glbc_version
Automatic merge from submit-queue Fix glbc name to match image version Risk is low, we should get it into 1.4 to avoid confusion. Image is 0.7.1 (bumped in 1.3.6) so name and label should match.
This commit is contained in:
commit
8a8ebbbc60
@ -1,11 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: l7-lb-controller-v0.7.0
|
||||
name: l7-lb-controller-v0.7.1
|
||||
namespace: kube-system
|
||||
labels:
|
||||
k8s-app: glbc
|
||||
version: v0.7.0
|
||||
version: v0.7.1
|
||||
kubernetes.io/cluster-service: "true"
|
||||
kubernetes.io/name: "GLBC"
|
||||
spec:
|
||||
|
Loading…
Reference in New Issue
Block a user