Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test

Results 1 - 8 of 8 for timestamp:[now/d-1y TO *] (0.01 sec)

Similar results are displayed.

  1. kubectl config use-context | Kubernetes

    Synopsis Set the current-context in a kubeconfig file. kubectl config use-context CONTEXT_NAME Examples # Use the context for the minikube cluster kubectl config use-context minikube Options -h, --help help for use-context --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_use-context/
    Registered: Mon Oct 28 09:33:53 UTC 2024
    - 432.6K bytes
    - Viewed (0)
  2. kubectl config delete-user | Kubernetes

    Synopsis Delete the specified user from the kubeconfig. kubectl config delete-user NAME Examples # Delete the minikube user kubectl config delete-user minikube Options -h, --help help for delete-user --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_delete-user/
    Registered: Mon Oct 28 09:30:20 UTC 2024
    - 432.7K bytes
    - Viewed (0)
  3. kubectl config get-clusters | Kubernetes

    Synopsis Display clusters defined in the kubeconfig. kubectl config get-clusters [flags] Examples # List the clusters that kubectl knows about kubectl config get-clusters Options -h, --help help for get-clusters --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_get-clusters/
    Registered: Mon Oct 28 09:37:34 UTC 2024
    - 432.8K bytes
    - Viewed (0)
  4. kubectl config get-users | Kubernetes

    Synopsis Display users defined in the kubeconfig. kubectl config get-users [flags] Examples # List the users that kubectl knows about kubectl config get-users Options -h, --help help for get-users --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_get-users/
    Registered: Mon Oct 28 09:26:58 UTC 2024
    - 432.7K bytes
    - Viewed (0)
  5. kubectl config current-context | Kubernetes

    Synopsis Display the current-context. kubectl config current-context [flags] Examples # Display the current-context kubectl config current-context Options -h, --help help for current-context --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation. --cache-dir string     Default: "
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_current-context/
    Registered: Mon Oct 28 09:37:30 UTC 2024
    - 433.1K bytes
    - Viewed (0)
  6. kubectl config rename-context | Kubernetes

    Synopsis Renames a context from the kubeconfig file. CONTEXT_NAME is the context name that you want to change. NEW_NAME is the new name you want to set. Note: If the context being renamed is the 'current-context', this field will also be updated. kubectl config rename-context CONTEXT_NAME NEW_NAME Examples # Rename the context 'old-name' to 'new-name' in your kubeconfig file kubectl config rename-context old-name new-name Options -h, --help help for rename-context
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_rename-context/
    Registered: Mon Oct 28 09:36:16 UTC 2024
    - 433K bytes
    - Viewed (0)
  7. kubectl config delete-context | Kubernetes

    Synopsis Delete the specified context from the kubeconfig. kubectl config delete-context NAME Examples # Delete the context for the minikube cluster kubectl config delete-context minikube Options -h, --help help for delete-context --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_delete-context/
    Registered: Mon Oct 28 09:41:15 UTC 2024
    - 432.7K bytes
    - Viewed (0)
  8. kubectl config delete-cluster | Kubernetes

    Synopsis Delete the specified cluster from the kubeconfig. kubectl config delete-cluster NAME Examples # Delete the minikube cluster kubectl config delete-cluster minikube Options -h, --help help for delete-cluster --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_delete-cluster/
    Registered: Mon Oct 28 09:32:54 UTC 2024
    - 432.9K bytes
    - Viewed (0)
Back to top