Skip to content

Commit 46b904f

Browse files
committed
Update demo
Signed-off-by: Yuan Chen <[email protected]>
1 parent 61a366c commit 46b904f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

demos/basic.demo

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Demo: how to install, configure and use Knvavigator in a local k8s cluster, such as minikube or KinD
22

3+
# Create a minkube or kind cluster
4+
35
# Show the cluster infomation
46
kubectl cluster-info
57

@@ -15,6 +17,10 @@ kubectl apply -f charts/overrides/kwok/pod-complete.yml
1517
kubectl apply -f https://github.com/${KWOK_REPO}/raw/main/kustomize/stage/pod/chaos/pod-init-container-running-failed.yaml
1618
kubectl apply -f https://github.com/${KWOK_REPO}/raw/main/kustomize/stage/pod/chaos/pod-container-running-failed.yaml
1719

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+
1824
# Build Knavigator
1925
make build
2026

demos/basic.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)