[Federation][kubefed] Explicitly use the storage backend as etcd2 to bring up federation

This commit is contained in:
Irfan Ur Rehman 2017-02-13 20:58:44 +05:30
parent b1bb51b6e8
commit f1832830d4

View File

@ -84,7 +84,8 @@ function init() {
--host-cluster-context="${HOST_CLUSTER_CONTEXT}" \ --host-cluster-context="${HOST_CLUSTER_CONTEXT}" \
--dns-zone-name="${DNS_ZONE_NAME}" \ --dns-zone-name="${DNS_ZONE_NAME}" \
--dns-provider="${DNS_PROVIDER}" \ --dns-provider="${DNS_PROVIDER}" \
--image="${kube_registry}/hyperkube-amd64:${kube_version}" --image="${kube_registry}/hyperkube-amd64:${kube_version}" \
--apiserver-arg-overrides="--storage-backend=etcd2"
} }
# join_clusters joins the clusters in the local kubeconfig to federation. The clusters # join_clusters joins the clusters in the local kubeconfig to federation. The clusters