@@ -9,12 +9,12 @@ If you have [go] and [docker] installed `go get sigs.k8s.io/kind && kind create
9
9
10
10
kind consists of:
11
11
12
- - Go [ packages] [ packages ] implementing [ cluster creation] [ cluster package ] , [ image build] [ build package ] , etc.
13
- - A command line interface ([ ` kind ` ] [ kind cli ] ) built on these packages.
14
- - Docker [ image(s)] [ images ] written to run systemd, Kubernetes, etc.
15
- - [ ` kubetest ` ] [ kubetest ] integration also built on these packages (WIP)
12
+ - Go [ packages] [ packages ] implementing [ cluster creation] [ cluster package ] , [ image build] [ build package ] , etc.
13
+ - A command line interface ([ ` kind ` ] [ kind cli ] ) built on these packages.
14
+ - Docker [ image(s)] [ images ] written to run systemd, Kubernetes, etc.
15
+ - [ ` kubetest ` ] [ kubetest ] integration also built on these packages (WIP)
16
16
17
- kind bootstraps each "node" with [ kubeadm] [ kubeadm ] . For more details see [ the design documentation] [ design doc ] .
17
+ kind bootstraps each "node" with [ kubeadm] [ kubeadm ] . For more details see [ the design documentation] [ design doc ] .
18
18
19
19
** NOTE** : kind is still a work in progress, see the [ roadmap] .
20
20
@@ -59,12 +59,12 @@ See also: the Kubernetes [community page].
59
59
60
60
## Why kind?
61
61
62
- - kind supports multi-node (including HA) clusters
63
- - kind supports building Kubernetes release builds from source
64
- - support for make / bash / docker, bazel, or installing from apt, in addition to pre-published builds.
65
- - kind is written in go, and can be used as a library, has stable releases
66
- - kind supports Windows in addition to MacOS and Linux
67
- - kind is a [ CNCF certified conformant Kubernetes installer] ( https://landscape.cncf.io/selected=kind )
62
+ - kind supports multi-node (including HA) clusters
63
+ - kind supports building Kubernetes release builds from source
64
+ - support for make / bash / docker, bazel, or installing from apt, in addition to pre-published builds.
65
+ - kind is written in go, and can be used as a library, has stable releases
66
+ - kind supports Windows in addition to MacOS and Linux
67
+ - kind is a [ CNCF certified conformant Kubernetes installer] ( https://landscape.cncf.io/selected=kind )
68
68
69
69
## Alternatives
70
70
@@ -98,7 +98,7 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
98
98
[ kubetest ] : https://github.com/kubernetes/test-infra/tree/master/kubetest
99
99
[ kubeadm ] : https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm/
100
100
[ design doc ] : ./docs/design/initial
101
- [ user guide ] : ./docs/user/
101
+ [ user guide ] : ./docs/user/quick-start
102
102
[ the docs ] : ./docs
103
103
[ SIG-Testing Mailing List ] : https://groups.google.com/forum/#!forum/kubernetes-sig-testing
104
104
[ issue tracker ] : https://github.com/kubernetes-sigs/kind/issues
@@ -108,4 +108,4 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
108
108
[ roadmap ] : ./docs/roadmap
109
109
[ install docker ] : https://docs.docker.com/install/
110
110
[ @BenTheElder ] : https://github.com/BenTheElder
111
- [ @munnerz ] : https://github.com/munnerz
111
+ [ @munnerz ] : https://github.com/munnerz
0 commit comments