File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Demo: how to install, configure and use Knvavigator in a local k8s cluster, such as minikube or KinD
2
2
3
+ # Create a minkube or kind cluster
4
+
3
5
# Show the cluster infomation
4
6
kubectl cluster-info
5
7
@@ -15,6 +17,10 @@ kubectl apply -f charts/overrides/kwok/pod-complete.yml
15
17
kubectl apply -f https://github.com/${KWOK_REPO}/raw/main/kustomize/stage/pod/chaos/pod-init-container-running-failed.yaml
16
18
kubectl apply -f https://github.com/${KWOK_REPO}/raw/main/kustomize/stage/pod/chaos/pod-container-running-failed.yaml
17
19
20
+ # Set up virtual nodes
21
+ helm upgrade --install virtual-nodes charts/virtual-nodes -f charts/virtual-nodes/values-example.yaml
22
+ kubectl get nodes
23
+
18
24
# Build Knavigator
19
25
make build
20
26
You can’t perform that action at this time.
0 commit comments