Skip to content

Commit

Permalink
neonvm: Fix install steps in README (#906)
Browse files Browse the repository at this point in the history
The files used were changed in #245, but must have forgotten to update
them in the NeonVM README.

Resolves #883.
  • Loading branch information
sharnoff authored Apr 15, 2024
1 parent 27a9779 commit f04b050
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions neonvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/latest/do
### Install NeonVM with VXLAN-based overlay network

```console
kubectl apply -f https://github.com/neondatabase/autoscaling/releases/latest/download/neonvm-multus.yaml
kubectl apply -f https://github.com/neondatabase/autoscaling/releases/latest/download/neonvm-vxlan.yaml
kubectl apply -f https://github.com/neondatabase/autoscaling/releases/latest/download/multus.yaml
kubectl apply -f https://github.com/neondatabase/autoscaling/releases/latest/download/whereabouts.yaml
kubectl apply -f https://github.com/neondatabase/autoscaling/releases/latest/download/neonvm.yaml
```

### Run virtual machine
Expand Down

0 comments on commit f04b050

Please sign in to comment.