Skip to content

dennislee22/ECS-RKE2

Repository files navigation

Data Services on ECS/RKE2 Tools

ccheck_cmluser_mapping.sh

* Objective: Run this script in the ECS master node to check the mapping between CML username and the Kubernetes (ECS) namespace name provisioned for that particular username of interest. This script can also generate all CML usernames' mapping.
# ./check_cmluser_mapping.sh 
Enter the CML workspace name: cmlws1
Enter a username or 'all' for all users: dennislee
 username  |   namespace   
-----------+---------------
 dennislee | cmlws1-user-1
# ./check_cmluser_mapping.sh 
Enter the CML workspace name: cmlws1
Enter a username or 'all' for all users: illegitimate_user
The user illegitimate_user is not found in the CML workspace cmlws1.

cremove_ecs.sh

* Objective: Run this script in each ECS node to remove/uninstall the ECS software. Subsequently, reboot the node.

cpvc_check.sh

* Objective: Run this script at the node (with kubectl command) to identify which pod(s) is/are currently attached to the specific PVC in the particular namespace.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages