Difference between revisions of "Kubectl get all"

From wikieduonline
Jump to navigation Jump to search
(Created page with " kubectl get all NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 6m40s ==...")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
  
  
  kubectl get all
+
  [[kubectl get]] all
 
  NAME                TYPE        CLUSTER-IP  EXTERNAL-IP  PORT(S)  AGE
 
  NAME                TYPE        CLUSTER-IP  EXTERNAL-IP  PORT(S)  AGE
 
  service/kubernetes  ClusterIP  10.96.0.1    <none>        443/TCP  6m40s
 
  service/kubernetes  ClusterIP  10.96.0.1    <none>        443/TCP  6m40s
  
 +
[[kubectl get]] all
 +
The connection to the server localhost:8080 was refused - did you specify the right host or port?
 +
 +
Solution: Have you created your Kubernetes cluster <code>[[kubedm init]]</code>?
  
 
== See also ==
 
== See also ==

Revision as of 14:17, 23 August 2020


kubectl get all
NAME                 TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)   AGE
service/kubernetes   ClusterIP   10.96.0.1    <none>        443/TCP   6m40s
kubectl get all
The connection to the server localhost:8080 was refused - did you specify the right host or port?

Solution: Have you created your Kubernetes cluster kubedm init? 

See also

Advertising: