Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions manifests/0000_20_kube-apiserver-operator_06_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
automountServiceAccountToken: false # here to prevent deadlock, remove in 4.9
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the automountServiceAccountToken should be supported within cvo for upgrading

serviceAccountName: kube-apiserver-operator
containers:
- name: kube-apiserver-operator
Expand All @@ -56,9 +55,6 @@ spec:
name: config
- mountPath: /var/run/secrets/serving-cert
name: serving-cert
- mountPath: /var/run/secrets/kubernetes.io/serviceaccount
name: kube-api-access
readOnly: true
- mountPath: /tmp
name: tmp-dir
env:
Expand All @@ -83,24 +79,6 @@ spec:
- name: config
configMap:
name: kube-apiserver-operator-config
- name: kube-api-access
projected:
defaultMode: 420
sources:
- serviceAccountToken:
expirationSeconds: 3600
path: token
- configMap:
items:
- key: ca.crt
path: ca.crt
name: kube-root-ca.crt
- downwardAPI:
items:
- fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
path: namespace
- name: tmp-dir
emptyDir: {}
nodeSelector:
Expand Down