Editing Helm install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --set=service.externalPort=8080,resources.limits.cpu=200m

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 3: Line 3:
  
  
Port=8080,resources.limits.cpu=200m
+
Port=8080,resources.limits.cpu=200m
NAME: kubernetes-dashboard
+
NAME: kubernetes-dashboard
LAST DEPLOYED: Wed Dec  7 15:20:09 2022
+
LAST DEPLOYED: Wed Dec  7 15:20:09 2022
NAMESPACE: default
+
NAMESPACE: default
STATUS: deployed
+
STATUS: deployed
REVISION: 1
+
REVISION: 1
TEST SUITE: None
+
TEST SUITE: None
NOTES:
+
NOTES:
*********************************************************************************
+
*********************************************************************************
*** PLEASE BE PATIENT: kubernetes-dashboard may take a few minutes to install ***
+
*** PLEASE BE PATIENT: kubernetes-dashboard may take a few minutes to install ***
*********************************************************************************
+
*********************************************************************************
 
Get the Kubernetes Dashboard URL by running:
 
  export POD_NAME=$(kubectl get pods -n default -l "app.kubernetes.io/name=kubernetes-dashboard,app.kubernetes.io/instance=kubernetes-dashboard" -o jsonpath="{.items[0].metadata.name}")
 
  echo https://127.0.0.1:8443/
 
  [[kubectl -n default port-forward]] $POD_NAME 8443:8443
 
  
 
+
Get the Kubernetes Dashboard URL by running:
[[k get services]]
+
  export POD_NAME=$(kubectl get pods -n default -l "app.kubernetes.io/name=kubernetes-dashboard,app.kubernetes.io/instance=kubernetes-dashboard" -o jsonpath="{.items[0].metadata.name}")
NAME                  TYPE        CLUSTER-IP      EXTERNAL-IP  PORT(S)    AGE
+
   echo https://127.0.0.1:8443/
kubernetes             ClusterIP  10.96.0.1      <none>        443/TCP    23d
+
   kubectl -n default port-forward $POD_NAME 8443:8443
kubernetes-dashboard  ClusterIP  10.109.245.73  <none>        8080/TCP   3m36s
 
  
  
 
== See also ==
 
== See also ==
* {{Kubernetes dashboard}}
 
 
[[Category:K8s]]
 

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: