Skip to content

Commit 42dc69d

Browse files
committed
Remove bootstrap node from rofs
1 parent 1374d6d commit 42dc69d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

bindata/bootkube/bootstrap-manifests/kube-apiserver-pod.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ spec:
5050
requests:
5151
memory: 1Gi
5252
cpu: 265m
53-
securityContext:
54-
readOnlyRootFilesystem: true
5553
volumeMounts:
5654
- mountPath: /etc/ssl/certs
5755
name: ssl-certs-host
@@ -69,8 +67,6 @@ spec:
6967
name: logs
7068
- mountPath: /var/log/kube-apiserver
7169
name: audit-dir
72-
- mountPath: /tmp
73-
name: tmp-dir
7470
livenessProbe:
7571
httpGet:
7672
scheme: HTTPS
@@ -121,8 +117,6 @@ spec:
121117
requests:
122118
memory: 50Mi
123119
cpu: 5m
124-
securityContext:
125-
readOnlyRootFilesystem: true
126120
{{end}}
127121
terminationGracePeriodSeconds: {{ .TerminationGracePeriodSeconds }}
128122
volumes:
@@ -144,5 +138,3 @@ spec:
144138
- hostPath:
145139
path: /var/log/kube-apiserver
146140
name: audit-dir
147-
- emptyDir: {}
148-
name: tmp-dir

0 commit comments

Comments
 (0)