mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Stop exposing v1beta3 by default
This commit is contained in:
@@ -728,7 +728,7 @@ function kube-up {
|
||||
-H "Authorization: Bearer ${KUBE_BEARER_TOKEN}" \
|
||||
${secure} \
|
||||
--max-time 5 --fail --output /dev/null --silent \
|
||||
"https://${KUBE_MASTER_IP}/api/v1beta3/pods"; do
|
||||
"https://${KUBE_MASTER_IP}/api/v1/pods"; do
|
||||
printf "."
|
||||
sleep 2
|
||||
done
|
||||
|
Reference in New Issue
Block a user