Closed jo316it closed 1 year ago
But if ai tip echo “$K8S_NAMESPACE” this variable exists.
It sounds like you might have it set as an environment variable? But it's a tutor config variable.
I'm not sure why you're getting that error as the setting definitely exists. At the very least you can find the instance's config.yml
file and change the setting manually.
Or perhaps you didn't set the $INSTANCE_ID
environment variable correctly? In that case, running tutor config save -i --set K8S_NAMESPACE=$INSTANCE_ID
would set the tutor K8S_NAMESPACE
variable to an empty string, which could cause the error you are seeing. Type echo $INSTANCE_ID
and make sure something is printed out.
Hi Branden, thank you to asnwer. Grace to you I got it. I put the manualy the K8S_NAMESPACE on config.yml and now it's work fine!
Well, when I get in to the part where you have to put variables above:
This error occours:
Error: Missing configuration value: 'K8S_NAMESPACE' is undefined"
But if ai tip echo “$K8S_NAMESPACE” this variable exists.Someone just saw this error?