Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Chen <[email protected]>
  • Loading branch information
yuanchen8911 committed May 20, 2024
1 parent 98977eb commit 27ce6ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions demos/basic.demo
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Demo: how to install, configure and use Knvavigator in a local k8s cluster, such as minikube or KinD

# Create a minkube or kind cluster

# Show the cluster infomation
kubectl cluster-info

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

# Set up virtual nodes
helm upgrade --install virtual-nodes charts/virtual-nodes -f charts/virtual-nodes/values-example.yaml
kubectl get nodes

# Build Knavigator
make build

Expand Down
2 changes: 1 addition & 1 deletion demos/basic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 27ce6ae

Please sign in to comment.