Skip to content

FAQ

How Do I Manage User Workspace Sizes as an Administrator?

At times it may be beneficial for an Administrator to manage the default user workspace sizes that users chan choose within GPU Cluster Manager. It is possible for the Administrator role to manage this via the Cluster Management Host. For more information, check out our Guide which goes through each step necessary to make this change.

How do I Reset a Forgotten Administrator Password?

If you have previously downloaded the KubeConfig file from the Administrators account in the UI, run the following:

$ KUBECONFIG=./kube_config_cluster.yml $ kubectl --kubeconfig $KUBECONFIG -n cattle-system exec 
$(kubectl --kubeconfig $KUBECONFIG -n cattle-system get pods -l app=rancher --no-headers | head -1 | awk '{ print $1 }') -c rancher -- reset-password 

New password for default administrator (user-xxxxx): <new_password>

If you do not have the KubeConfig file, log in to the management node as a user with Cluster Admin permissions and context, and run:

$ kubectl -n cattle-system exec $(kubectl -n cattle-system get pods -l app=rancher --no-headers | head -1 | awk '{ print $1 }') -c rancher -- reset-password 

New password for default administrator (user-xxxxx): <new_password>

How do I know if my Workload has been Preempted?

A workload may be preempted (paused) to free up resources for higher-priority tasks. If a workload is currently preempted, it's status within the workload card for the specified Project will show "Preempted". Workloads that have been preempted will also show up in the Dashboard view for the Admin Guide under the "Preempted" column or within the Workloads sub-section of the Detailed Project view for Users. For more information on workload status, please check out:

For more information on workload priority and preemption, how it works, and steps for how to recreate the situation, please check out: