Skip to content

Commit

Permalink
since v1 is defaultly enabled, don't explicit enable it in update-swa…
Browse files Browse the repository at this point in the history
…gger-spec.sh
  • Loading branch information
Chao Xu committed Jun 4, 2015
1 parent ef61b03 commit 21bea6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/update-swagger-spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ kube::log::status "Starting kube-apiserver"
--etcd_servers="http://${ETCD_HOST}:${ETCD_PORT}" \
--public_address_override="127.0.0.1" \
--kubelet_port=${KUBELET_PORT} \
--runtime_config=api/v1 \
--runtime_config=api/legacy=false \
--service-cluster-ip-range="10.0.0.0/24" 1>&2 &
APISERVER_PID=$!
Expand Down

0 comments on commit 21bea6e

Please sign in to comment.