Skip to content

Instantly share code, notes, and snippets.

@buggtb
Created May 19, 2017 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buggtb/6cfa67a2ae9c0c97321cae86ca73da6c to your computer and use it in GitHub Desktop.
Save buggtb/6cfa67a2ae9c0c97321cae86ca73da6c to your computer and use it in GitHub Desktop.
ubuntu@controller:~$ kubectl cluster-info
Kubernetes master is running at https://192.168.27.42:443
Heapster is running at https://192.168.27.42:443/api/v1/proxy/namespaces/kube-system/services/heapster
KubeDNS is running at https://192.168.27.42:443/api/v1/proxy/namespaces/kube-system/services/kube-dns
kubernetes-dashboard is running at https://192.168.27.42:443/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard
Grafana is running at https://192.168.27.42:443/api/v1/proxy/namespaces/kube-system/services/monitoring-grafana
InfluxDB is running at https://192.168.27.42:443/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
ubuntu@controller:~$ kubectl exec redis -- date
Error from server (BadRequest): Upgrade request required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment