File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -321,19 +321,19 @@ To create a new Secret, perform the following steps:
321
321
- command:
322
322
- kube-apiserver
323
323
...
324
- - --encryption-provider-config=/etc/kubernetes/enc/enc.yaml # <-- add this line
324
+ - --encryption-provider-config=/etc/kubernetes/enc/enc.yaml # add this line
325
325
volumeMounts:
326
326
...
327
- - name: enc # <-- add this line
328
- mountPath: /etc/kubernetes/enc # <-- add this line
329
- readonly: true # <-- add this line
327
+ - name: enc # add this line
328
+ mountPath: /etc/kubernetes/enc # add this line
329
+ readonly: true # add this line
330
330
...
331
331
volumes:
332
332
...
333
- - name: enc # <-- add this line
334
- hostPath: # <-- add this line
335
- path: /etc/kubernetes/enc # <-- add this line
336
- type: DirectoryOrCreate # <-- add this line
333
+ - name: enc # add this line
334
+ hostPath: # add this line
335
+ path: /etc/kubernetes/enc # add this line
336
+ type: DirectoryOrCreate # add this line
337
337
...
338
338
` ` `
339
339
You can’t perform that action at this time.
0 commit comments