Skip to content

Commit

Permalink
more little fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett authored and 0xE282B0 committed Jan 11, 2023
1 parent a842ce5 commit c5c3008
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,19 @@ kind create cluster --config examples/kind/cluster.yaml
# Add helm repo
helm repo add kwasm http://kwasm.sh/kwasm-operator/
# Install operator
helm install -n kwasm --create-namespace kwasm-operator kwasm/kwasm-operator
helm install -n kwasm --create-namespace kwasm-operator kwasm/kwasm-operator
# Annotate single node
kubectl annotate node kind-worker2 kwasm.sh/kwasm-node=true
# Run exmple
# Run example
kubectl apply -f examples/kind/runtimeclass.yaml
kubectl apply -f examples/kind/pod.yaml
```

## Troubeshoot
## Troubleshoot

`Version v3.8.7 does not exist or is not available for darwin/arm64.`
```

```bash
export KUSTOMIZE_VERSION=v4.5.7
make install run
```
```

0 comments on commit c5c3008

Please sign in to comment.