You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, kubectl configuration is located at`~/.kube/config`.
15
+
oder erfolgreich ein Cluster mit Minicube erstellt haben.
16
+
Standardmäßig liegt die kubectl Konfigurationsdatei unter folgendem Pfad`~/.kube/config`.
17
17
18
-
Check that kubectl is properly configured by getting the cluster state:
18
+
Überprüfen ob kubectl korrekt konfiguriert ist indem sie den Cluster-Status abfragen:
19
19
20
20
```shell
21
21
kubectl cluster-info
22
22
```
23
23
24
-
If you see a URL response, kubectl is correctly configured to access your cluster.
24
+
Wenn Sie als Antwort eine URL sehen ist kubectl korrekt konfiguriert und kann auf das Cluster zugreifen.
25
25
26
-
If you see a message similar to the following, kubectl is not configured correctly or is not able to connect to a Kubernetes cluster.
26
+
Falls sie eine Nachricht ähnlich wie die Folgende sehen, ist kubectl nicht korrekt konfiguriert oder nicht in der Lage das Cluster zu erreichen.
27
27
28
28
```
29
29
The connection to the server <server-name:port> was refused - did you specify the right host or port?
30
30
```
31
31
32
-
For example, if you are intending to run a Kubernetes cluster on your laptop (locally), you will need a tool like Minikube to be installed first and then re-run the commands stated above.
32
+
Wenn Sie zum Beispiel versuchen ein Kubernetes Cluster lokal auf ihrem Laptop zu starten, muss ein Tool wie zum Beispiel Minikube zuerst installiert werden. Danach können sie die oben erwähnten Befehle erneut ausführen.
33
33
34
-
If kubectl cluster-info returns the url response but you can't access your cluster, to check whether it is configured properly, use:
34
+
Falls kubectl cluster-info eine URL zurück gibt aber nicht auf das Cluster zugreifen kann, prüfen sie ob kubectl korrekt konfiguriert wurde:
0 commit comments