Editing Kubectl config view

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_config_view/
+
  kubectl config view  
  [[kubectl config]] view  
 
 
  [[kubectl config view --minify]]
 
  [[kubectl config view --minify]]
[[kubectl config view --flatten]]
 
 
  [[kubectl config view --help]]
 
  [[kubectl config view --help]]
[[kubectl config current-context]]
 
 
To check [[Kubernetes API]]:
 
[[kubectl config]] view | grep [[server]]
 
[[kubectl cluster-info]]
 
 
 
curl ...
 
 
{
 
  "kind": "Status",
 
  "apiVersion": "v1",
 
  "metadata": {},
 
  "status": "Failure",
 
  "message": "forbidden: User \"system:anonymous\" cannot get path \"/\"",
 
  "reason": "Forbidden",
 
  "details": {},
 
  "code": 403
 
}
 
  
 
== Examples ==
 
== Examples ==
Line 113: Line 92:
 
       interactiveMode: IfAvailable
 
       interactiveMode: IfAvailable
 
       provideClusterInfo: false
 
       provideClusterInfo: false
 
kubectl config view --minify
 
apiVersion: v1
 
clusters:
 
- cluster:
 
    certificate-authority-data: DATA+OMITTED
 
    server: https://C42B6D0AA21C32B04A5.gr7.eu-central-1.eks.amazonaws.com
 
  name: yourcluster-prod.eu-central-1.eksctl.io
 
contexts:
 
- context:
 
    cluster: yourcluster-prod.eu-central-1.eksctl.io
 
    user: youruser@[email protected]
 
  name: youruser@[email protected]
 
current-context: youruser@[email protected]
 
kind: Config
 
preferences: {}
 
users:
 
- name: youruser@[email protected]
 
  user:
 
    exec:
 
      apiVersion: client.authentication.k8s.io/v1beta1
 
      args:
 
      - token
 
      - -i
 
      - yourcluster-prod
 
      command: [[aws-iam-authenticator]]
 
      env:
 
      - name: AWS_STS_REGIONAL_ENDPOINTS
 
        value: regional
 
      - name: AWS_DEFAULT_REGION
 
        value: eu-central-1
 
      interactiveMode: IfAvailable
 
      provideClusterInfo: false
 
 
== Activities ==
 
* [[Access Kubernetes REST API using default token]]
 
  
 
== Related terms ==
 
== Related terms ==
Line 156: Line 99:
 
* <code>[[aws eks update-kubeconfig]] --name my-eks-cluster-name</code>
 
* <code>[[aws eks update-kubeconfig]] --name my-eks-cluster-name</code>
 
* [[Kubernetes installation]]
 
* [[Kubernetes installation]]
* [[ServiceNow Kubernetes discovery]]
 
* [[Kubernetes API]]
 
  
 
== See also ==
 
== See also ==

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: