Replace uses of --config with --pod-manifest-path

This commit is contained in:
Michael Taufen
2017-01-18 20:13:22 -08:00
parent bec6635ccc
commit 982df56c52
10 changed files with 24 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ coreos:
--tls-private-key-file=/opt/kubernetes/certs/${NODE_NAMES[$i]}-node-key.pem \
$( [[ "$ENABLE_CLUSTER_DNS" == "true" ]] && echo "--cluster-dns=${DNS_SERVER_IP}" ) \
$( [[ "$ENABLE_CLUSTER_DNS" == "true" ]] && echo "--cluster-domain=${DNS_DOMAIN}" ) \
--config=/opt/kubernetes/manifests
--pod-manifest-path=/opt/kubernetes/manifests
Restart=always
RestartSec=2