Skip to content

Commit

Permalink
[Federation][kubefed] Explicitly use the storage backend as etcd2 to …
Browse files Browse the repository at this point in the history
…bring up federation
  • Loading branch information
irfanurrehman committed Feb 28, 2017
1 parent b1bb51b commit f183283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion federation/cluster/federation-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ function init() {
--host-cluster-context="${HOST_CLUSTER_CONTEXT}" \
--dns-zone-name="${DNS_ZONE_NAME}" \
--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
Expand Down

0 comments on commit f183283

Please sign in to comment.