kubectl describe node
command against the IP address for the node (listed under NAME
). For example:
kubectl get pods
.
Status | Description |
---|---|
Running | The pod has been bound to a node, and at least one container is running. |
Pending | The pod is waiting for one or more container images to be created. |
Terminating | The pod is in the process of being terminated. |
Error | An error has occurred with the pod. |
Init:CrashLoopBackoff | The pod failed to start, and will make another attempt in a few minutes. |
kubectl describe pod
command against the pod (listed under NAME
). For example:
hostname
command from within a Jupyter Notebook or terminal window.
/opt/continuum/anaconda/envs
, along with any custom environments created during the editor session./opt/continuum/project
. (Only changes to files in this directory can be saved to the repository.)anaconda-project prepare
command runs, scans the project’s anaconda-project.yml
file for new packages and environments, and installs them into the running session./opt/continuum/preparing
.
When this process completes, the /opt/continuum/prepare.log
is created.
anaconda-project.yml
file.