A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://run-ai-docs.nvidia.com/self-hosted/reference/cli/set-kubeconfig-parameters below:

Add NVIDIA Run:ai Authorization to Kubeconfig

Add NVIDIA Run:ai Authorization to Kubeconfig | Run:ai Documentation
  1. Reference
  2. CLI Reference
Add NVIDIA Run:ai Authorization to Kubeconfig

The runai kubeconfig set command allows users to configure their kubeconfig file with NVIDIA Run:ai authorization token. This setup enables users to gain access to the Kubernetes (K8s) cluster seamlessly.

Note

Setting kubeconfig is not required in order to use the CLI. This command is used to enable third-party workloads under NVIDIA Run:ai authorization.

To set the token (will be fetched automatically) inside the kubeconfig file, run the following command:

Before executing the command, ensure that

  1. The user has a kubeconfig file configured.

User Kubeconfig Configuration

Add the following to the Kubernetes client configuration file (./kube/config). For the full command reference, see kubeconfig set.

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>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4