Commit bdf43eb6 authored by Chao Xu's avatar Chao Xu

enable v1 in hack/test-update-storage-objects.sh

parent a4887bc6
...@@ -27,8 +27,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh" ...@@ -27,8 +27,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
KUBE_OLD_API_VERSION=${KUBE_OLD_API_VERSION:-"v1beta3"} KUBE_OLD_API_VERSION=${KUBE_OLD_API_VERSION:-"v1beta3"}
# The api version in which our etcd objects should be converted to. # The api version in which our etcd objects should be converted to.
# The new api version # The new api version
# TODO change this to v1 when it's ready. KUBE_NEW_API_VERSION=${KUBE_NEW_API_VERSION:-"v1"}
KUBE_NEW_API_VERSION=${KUBE_NEW_API_VERSION:-"v1beta3"}
ETCD_HOST=${ETCD_HOST:-127.0.0.1} ETCD_HOST=${ETCD_HOST:-127.0.0.1}
ETCD_PORT=${ETCD_PORT:-4001} ETCD_PORT=${ETCD_PORT:-4001}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment