[ko] Update outdated files in dev-1.21-ko.3 (p6)

This commit is contained in:
Jihoon Seo
2021-05-31 18:11:27 +09:00
parent f007e221ba
commit f0be2cf9a5
2 changed files with 297 additions and 4 deletions
@@ -76,7 +76,11 @@ kind: ClusterConfiguration
kubernetesVersion: v1.16.0
scheduler:
extraArgs:
bind-address: 0.0.0.0
config: /home/johndoe/schedconfig.yaml
kubeconfig: /home/johndoe/kubeconfig.yaml
config: /etc/kubernetes/scheduler-config.yaml
extraVolumes:
- name: schedulerconfig
hostPath: /home/johndoe/schedconfig.yaml
mountPath: /etc/kubernetes/scheduler-config.yaml
readOnly: true
pathType: "File"
```