getting-started-kubernetes icon indicating copy to clipboard operation
getting-started-kubernetes copied to clipboard

Getting Started with Kubernetes Workshop

Results 3 getting-started-kubernetes issues
Sort by recently updated
recently updated
newest added

Getting the following error while getting cluster info error: couldn't read version from server: Get http://localhost:8080/api: dial tcp 127.0.0.1:8080: connection refused

Following https://github.com/jetstack/getting-started-kubernetes/blob/master/labs/setup-local-cluster.md accurately the command: `kubectl cluster-info` returns the following error: > error: couldn't read version from server: Get http://localhost:8080/api: dial tcp 127.0.0.1:8080: connection refused.

- Added sequence prefix to lab files: - `labs/01-setup-local-cluster.md` - `labs/02-replication-controller.md` - `labs/03-scale-replication-controller.md` - `labs/04-expose-service.md` - `labs/05-rolling-update.md` - `labs/06-1-setup-vm-cluster.md` - `labs/06-2-nginx-ssl-proxy.md` - Corrected spelling mistake in `01-setup-local-cluster.md`. - Updated `README.md`...