mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
11 lines
183 B
Bash
11 lines
183 B
Bash
# Errors
|
|
# The connection to the server localhost:8080 was refused - did you specify the right host or port?
|
|
|
|
export KUBECONFIG=/etc/kubernetes/admin.conf
|
|
|
|
# Then
|
|
|
|
kubectl get pods
|
|
|
|
|