Add NVIDIA Run:ai Authorization to Kubeconfig
Last updated
Last updated
apiVersion: v1
kind: Config
preferences:
colors: true
current-context: <CONTEXT_NAME>
contexts:
- context:
cluster: <CLUSTER_NAME>
user: <USER_NAME>
name: <CONTEXT_NAME>
clusters:
- cluster:
server: <CLUSTER_URL>
certificate-authority-data: <CLUSTER_CERT>
name: <CLUSTER_NAME>
users:
- name: <USER_NAME>