Skip to content

Commit

Permalink
Use the full operator instead of the generic one
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Apr 24, 2021
1 parent ccebe0e commit 799650d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ spec:
- --config-dir=/tmp/cilium/config-map
- --debug=$(CILIUM_DEBUG)
command:
- cilium-operator-generic
- cilium-operator
env:
- name: K8S_NODE_NAME
valueFrom:
Expand All @@ -831,7 +831,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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
version: 1.17.0
- id: k8s-1.12
manifest: networking.cilium.io/k8s-1.12-v1.9.yaml
manifestHash: 2831146cb6f181255c69a09d8e97cc406304a81a
manifestHash: a334e7c66061f19b6bd9b1ee95ce9a60c6e3f020
name: networking.cilium.io
needsRollingUpdate: all
selector:
Expand Down

0 comments on commit 799650d

Please sign in to comment.