-
Notifications
You must be signed in to change notification settings - Fork 1.1k
update quickstart to add k3d #1334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Or would it be better to list k3d as a more light-weight docker alternative to KiND? |
|
Hm , yeah the description is a bit vague. I have no experience with |
I switched the description to k3d and added more detail. To test locally install k3d, start docker, run |
docs/quickstart.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * [kind](https://kind.sigs.k8s.io/), which allows creating multi-nodes K8s | |
| clusters running on Docker (requires Docker) | |
| * [k3d](https://k3d.io), which allows creating multi-node K8s clusters running | |
| under Docker (requires Docker) | |
| * [kind](https://kind.sigs.k8s.io/) or [k3d](https://k3d.io), which allow creating multi-node K8s | |
| clusters running on Docker (requires Docker) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets combine it when it does the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
will squash when ready |
|
👍 |
1 similar comment
|
👍 |
|
squashed. ready for merge |
|
wasn't necessary. We can squash on merge. Now we have to approve again, but could have told you 😃 |
|
👍 |
1 similar comment
|
👍 |
add info on k3s 🙏🏼
closes #1292