Changes

Jump to navigation Jump to search

CCU:New GPU Cluster

1,498 bytes added, 4 years ago
Login to the new cluster and update your kubeconfig
https://ccu-k8s.inf.uni-konstanz.de/
Please follow instructions there choose "login to the cluster" and enter your credentials to obtain the kubeconfig data. Choose "full kubeconfig" on the left for all the details you need. Either save your old kubeconfig and use this as a new one (if you do not plan to ever log back into the old cluster), or merge it into a new kubeconfig which allows you to easily switch context between both clusters. A kubeconfig for both clusters has the following structure: <syntaxhighlight>apiVersion: v1clusters:# old cluster- cluster: certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRFNU1EWXhOREUwTVRZd09Gb1hEVEk1TURZeE1URTBNVFl3T> server: https://134.34.224.84:6443 name: ccu-old- cluster: certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUM1ekNDQWMrZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJeE1ERXhNakU1TURNMU0xb1hEVE14TURFeE1ERTVNRE0xT> server: https://ccu-k8s.inf.uni-konstanz.de:7443 name: ccu-newcontexts:- context: cluster: ccu-old namespace: exc-cb user: credentials and -old name: ccu-old- context: cluster : ccu-new namespace: <your-namespace> user: credentials-new name: ccu-newcurrent-context: ccu-newkind: Configpreferences: {}users:- name: credentials-old <all the data for below your kubeconfigusername returned from the old loginapp goes here>- name: bastian.goldluecke.2 <all the data below your username returned from the new loginapp goes here></syntaxhighlight>
=== Running the first test container on the new cluster ===

Navigation menu