File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
cmd/kubeadm/app/apis/kubeadm Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -238,12 +238,12 @@ limitations under the License.
238
238
// scheduler:
239
239
// extraArgs:
240
240
// address: "10.100.0.1"
241
- // extraVolumes:
242
- // - name: "some-volume"
243
- // hostPath: "/etc/some-path"
244
- // mountPath: "/etc/some-pod-path"
245
- // readOnly: false
246
- // pathType: File
241
+ // extraVolumes:
242
+ // - name: "some-volume"
243
+ // hostPath: "/etc/some-path"
244
+ // mountPath: "/etc/some-pod-path"
245
+ // readOnly: false
246
+ // pathType: File
247
247
// certificatesDir: "/etc/kubernetes/pki"
248
248
// imageRepository: "k8s.gcr.io"
249
249
// useHyperKubeImage: false
Original file line number Diff line number Diff line change @@ -233,12 +233,12 @@ limitations under the License.
233
233
// scheduler:
234
234
// extraArgs:
235
235
// address: "10.100.0.1"
236
- // extraVolumes:
237
- // - name: "some-volume"
238
- // hostPath: "/etc/some-path"
239
- // mountPath: "/etc/some-pod-path"
240
- // readOnly: false
241
- // pathType: File
236
+ // extraVolumes:
237
+ // - name: "some-volume"
238
+ // hostPath: "/etc/some-path"
239
+ // mountPath: "/etc/some-pod-path"
240
+ // readOnly: false
241
+ // pathType: File
242
242
// certificatesDir: "/etc/kubernetes/pki"
243
243
// imageRepository: "k8s.gcr.io"
244
244
// useHyperKubeImage: false
You can’t perform that action at this time.
0 commit comments