Skip to content

Commit

Permalink
Fix missing links
Browse files Browse the repository at this point in the history
Add the missing link targets to the first section.
  • Loading branch information
geriom committed Feb 15, 2023
1 parent 3883688 commit 4f37495
Showing 1 changed file with 5 additions and 29 deletions.
34 changes: 5 additions & 29 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,33 +124,9 @@ under the [Apache 2.0 License][apache2l].
[cca4]: https://creativecommons.org/licenses/by/4.0/
[apache2l]: https://www.apache.org/licenses/LICENSE-2.0
[post-install]: ./additional-configs.md
[k8s]: https://www.downloadkubernetes.com/
[kubectl]: https://www.downloadkubernetes.com/
[rbac]: https://kubernetes.io/docs/reference/access-authn-authz/rbac/
[metrics]: https://github.com/kubernetes-sigs/metrics-server
[local-install]: https://tekton.dev/docs/installation/local-installation/

## Troubleshooting

1. If `kind create cluster` fails to create cluster with below message. Please check if `Docker` is running on the machine.

```
$ kind create cluster
ERROR: failed to create cluster: failed to list nodes: command "docker ps -a --filter label=io.x-k8s.kind.cluster=kind --format '{{.Names}}'" failed with error: exit status 1
Command Output: Cannot connect to the Docker daemon at unix:///Users/USER/.docker/run/docker.sock. Is the docker daemon running?
Ms-MacBook-Pro:~$ docker ps
Cannot connect to the Docker daemon at unix:///Users/USER/.docker/run/docker.sock. Is the docker daemon running?
```
After starting docker

```
Ms-MacBook-Pro:~$ kind create cluster
Creating cluster "kind" ...
✓ Ensuring node image (kindest/node:v1.25.3) 🖼
✓ Preparing nodes 📦
✓ Writing configuration 📜
✓ Starting control-plane 🕹️
✓ Installing CNI 🔌
✓ Installing StorageClass 💾
Set kubectl context to "kind-kind"
You can now use your cluster with:
kubectl cluster-info --context kind-kind
Have a question, bug, or feature request? Let us know! https://kind.sigs.k8s.io/#community 🙂
```

0 comments on commit 4f37495

Please sign in to comment.