mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Use the e2e zone name as the cluster name.
This needs a revamp, but for now e2e zone name is used as the unique cluster identifier in our e2e tests and we will continue to use that pattern.
This commit is contained in:
parent
da14a4d836
commit
63dfa129f4
@ -52,8 +52,12 @@ function set-federation-zone-vars {
|
|||||||
export OVERRIDE_CONTEXT="${CLUSTER_CONTEXT}"
|
export OVERRIDE_CONTEXT="${CLUSTER_CONTEXT}"
|
||||||
echo "Setting zone vars to: $OVERRIDE_CONTEXT"
|
echo "Setting zone vars to: $OVERRIDE_CONTEXT"
|
||||||
if [[ "$KUBERNETES_PROVIDER" == "gce" ]];then
|
if [[ "$KUBERNETES_PROVIDER" == "gce" ]];then
|
||||||
|
# This needs a revamp, but for now e2e zone name is used as the unique
|
||||||
|
# cluster identifier in our e2e tests and we will continue to use that
|
||||||
|
# pattern.
|
||||||
|
export CLUSTER_NAME="${zone}"
|
||||||
|
|
||||||
export KUBE_GCE_ZONE="$zone"
|
export KUBE_GCE_ZONE="${zone}"
|
||||||
# gcloud has a 61 character limit, and for firewall rules this
|
# gcloud has a 61 character limit, and for firewall rules this
|
||||||
# prefix gets appended to itself, with some extra information
|
# prefix gets appended to itself, with some extra information
|
||||||
# need tot keep it short
|
# need tot keep it short
|
||||||
|
Loading…
Reference in New Issue
Block a user