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 13, 2017
1 parent 1beabe8 commit c08d2ee
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 @@ -82,7 +82,8 @@ function init() {
"${FEDERATION_NAME}" \
--host-cluster-context="${HOST_CLUSTER_CONTEXT}" \
--dns-zone-name="${DNS_ZONE_NAME}" \
--image="${kube_registry}/hyperkube-amd64:${kube_version}"
--image="${kube_registry}/hyperkube-amd64:${kube_version}" \
--apiserver-arg-overrides="--storage-backend=etcd2"
}

# join_cluster_to_federation joins the clusters in the local kubeconfig to federation. The clusters
Expand Down

0 comments on commit c08d2ee

Please sign in to comment.