File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,18 @@ Let's discover how to install Kadras Engineering Platform on a local Kubernetes
1212Ensure 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
2221cat << EOF | kind create cluster --config=-
2322kind: Cluster
2423apiVersion: kind.x-k8s.io/v1alpha4
24+ name: kadras
2525nodes:
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
103100workspace_provisioner :
104101 namespaces :
You can’t perform that action at this time.
0 commit comments