Setting global config variables
Data Science & AI Workbench provides a secondary config map (anaconda-enterprise-env-var-config
) that you can use to configure the platform. Any environment variables added to this config map will be available to all sessions, deployments, and scheduled jobs. This is a convenient alternative to using the Workbench CLI, as you can add any variable supported by conda configuration.
To make global configuration changes to the platform:
- Create a backup of your current configmap file, then edit your configurations by running the following commands:
Run the following commands from anywhere you have kubectl
access to the cluster:
-
Make your changes to the file, then save it.
-
Restart all pods using the following command:
If something goes wrong with your configuration updates, you can restore your previous configurations by re-running the following commands:
Was this page helpful?