Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change instructions to use a branch not a tag for nephio-test-infra-branch #42

Merged
merged 2 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://raw.githubusercontent.com/nephio-project/test-infra/v1.0.0/e2e/provision/init.sh,nephio-test-infra-branch=v1.0.0 \
--metadata=startup-script-url=https://raw.githubusercontent.com/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://raw.githubusercontent.com/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