Skip to content

Commit 604d31c

Browse files
Merge pull request #856 from dusk125/rofs-fix2
RFE-4154: Remove readOnlyRootFilesystem from KCM container
2 parents ada9c68 + aaf35e4 commit 604d31c

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

bindata/assets/kube-controller-manager/pod.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ spec:
4848
name: resource-dir
4949
- mountPath: /etc/kubernetes/static-pod-certs
5050
name: cert-dir
51-
- mountPath: /tmp
52-
name: tmp-dir
53-
- mountPath: /etc/pki/ca-trust/extracted/pem
54-
name: ca-trust-dir
55-
- mountPath: /var/run/kubernetes
56-
name: var-run-kubernetes
57-
- mountPath: /etc/kubernetes/kubelet-plugins
58-
name: kubelet-plugins
5951
startupProbe:
6052
httpGet:
6153
scheme: HTTPS
@@ -77,8 +69,6 @@ spec:
7769
path: healthz
7870
initialDelaySeconds: 10
7971
timeoutSeconds: 10
80-
securityContext:
81-
readOnlyRootFilesystem: true
8272
- name: cluster-policy-controller
8373
env:
8474
- name: POD_NAME

bindata/bootkube/bootstrap-manifests/kube-controller-manager-pod.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ spec:
4242
readOnly: true
4343
- mountPath: /var/log/bootstrap-control-plane
4444
name: logs
45-
- mountPath: /tmp
46-
name: tmp
47-
- mountPath: /etc/pki/ca-trust/extracted/pem
48-
name: ca-trust
49-
- mountPath: /var/run/kubernetes
50-
name: var-run-kubernetes
51-
securityContext:
52-
readOnlyRootFilesystem: true
5345
startupProbe:
5446
httpGet:
5547
scheme: HTTPS

0 commit comments

Comments
 (0)