Skip to content

Commit 3454fc6

Browse files
committed
Update guide for kind install
1 parent c7f9c78 commit 3454fc6

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/getting-started/installation.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,18 @@ Let's discover how to install Kadras Engineering Platform on a local Kubernetes
1212
Ensure you have the following tools installed in your local environment:
1313

1414
* Kubernetes [`kubectl`](https://kubectl.docs.kubernetes.io/installation/kubectl)
15-
* [kind](https://kind.sigs.k8s.io)
1615
* Carvel [`kctrl`](https://carvel.dev/kapp-controller/docs/latest/install)
1716
* Carvel [`kapp`](https://carvel.dev/kapp-controller/docs/latest/install/#installing-kapp-controller-cli-kctrl).
1817

19-
Then, create a local Kubernetes cluster with kind.
18+
Then, create a local Kubernetes cluster with [kind](https://kind.sigs.k8s.io).
2019

2120
```shell
2221
cat <<EOF | kind create cluster --config=-
2322
kind: Cluster
2423
apiVersion: kind.x-k8s.io/v1alpha4
24+
name: kadras
2525
nodes:
2626
- role: control-plane
27-
kubeadmConfigPatches:
28-
- |
29-
kind: InitConfiguration
30-
nodeRegistration:
31-
kubeletExtraArgs:
32-
node-labels: "ingress-ready=true"
3327
extraPortMappings:
3428
- containerPort: 80
3529
hostPort: 80
@@ -99,6 +93,9 @@ contour:
9993
envoy:
10094
service:
10195
type: ClusterIP
96+
workload:
97+
hostPorts:
98+
enabled: true
10299

103100
workspace_provisioner:
104101
namespaces:

0 commit comments

Comments
 (0)