mirror of https://github.com/kubernetes/kops.git
Merge pull request #11312 from olemarkus/cilium-operator
Use the full operator instead of the generic one
This commit is contained in:
commit
2244471830
|
|
@ -795,7 +795,7 @@ spec:
|
|||
- --config-dir=/tmp/cilium/config-map
|
||||
- --debug=$(CILIUM_DEBUG)
|
||||
command:
|
||||
- cilium-operator-generic
|
||||
- cilium-operator
|
||||
env:
|
||||
- name: K8S_NODE_NAME
|
||||
valueFrom:
|
||||
|
|
@ -817,7 +817,7 @@ spec:
|
|||
value: "{{ $.MasterInternalName }}"
|
||||
- name: KUBERNETES_SERVICE_PORT
|
||||
value: "443"
|
||||
image: "docker.io/cilium/operator-generic:{{ .Version }}"
|
||||
image: "docker.io/cilium/operator:{{ .Version }}"
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: cilium-operator
|
||||
{{ if .EnablePrometheusMetrics }}
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ spec:
|
|||
version: 1.17.0
|
||||
- id: k8s-1.12
|
||||
manifest: networking.cilium.io/k8s-1.12-v1.9.yaml
|
||||
manifestHash: dea8534ba3aa267f877f7c2f68a1899fe869e1d3
|
||||
manifestHash: 0e59024a8025c5a3beb4c2c707b03d5233e53c7c
|
||||
name: networking.cilium.io
|
||||
needsRollingUpdate: all
|
||||
selector:
|
||||
|
|
|
|||
Loading…
Reference in New Issue