You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: