Hi Guys,
I read the shell script which is used for deploying the aws, I found the below line. I dont understand why there is two variables (ZONE ,KUBE_AWS_ZONE). assigned for this.
Code:
ZONE=${KUBE_AWS_ZONE:-us-west-2a}
I checked with my local terminal
Code:
ZONE=${KUBE_AWS_ZONE:-us-west-2a}
It returns
Code:
echo $KUBE_AWS_ZONE
It returns nothing
I really dont, what is purpose of the KUBE_AWS_ZONE ?
Do you have any idea?kubernetes. I saw this command