Skip to content

Commit

Permalink
Merge pull request #10 from noironetworks/rke2-6042-info
Browse files Browse the repository at this point in the history
update rke2-6042 info
  • Loading branch information
jeffinkottaram authored Jun 14, 2024
2 parents 829393c + e80e8c6 commit 130c65c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ This table provides information on the following aspects related to RKE (Rancher

## Cisco ACI and Rancher Integration Guides

- [RKE2 cluster with ACI-CNI 6.0.4.1 Installation Guide](docs/rke2-6041.md)
- [RKE2 cluster with ACI-CNI 6.0.4.2 Installation Guide](docs/rke2-6042.md)

- [Cisco ACI and Rancher Integration with RKE 1.5.6]()
- [Cisco ACI and Rancher Integration with RKE 1.5.3]()
Expand Down
8 changes: 4 additions & 4 deletions docs/rke2-6041.md → docs/rke2-6042.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing RKE2 cluster with ACI-CNI 6.0.4.1 from Rancher UI
# Installing RKE2 cluster with ACI-CNI 6.0.4.2 from Rancher UI

# Table of contents
- [Table of contents](#table-of-contents)
Expand All @@ -22,7 +22,7 @@

1. Install latest acc-provision
```sh
sudo pip3 install acc-provision==6.0.4.1.post1
sudo pip3 install acc-provision==6.0.4.2
```
2. Generate aci-cni manifests using acc-provision tool with the appropriate RKE2 flavor.

Expand Down Expand Up @@ -97,11 +97,11 @@ This assumes the following two steps have already been performed:
```
2. Install new release of acc-provision:
```sh
sudo pip3 install acc-provision==6.0.4.1.post1
sudo pip3 install acc-provision==6.0.4.2
```
3. For using newer images, edit the image tags in registry section of acc_provision_input.yaml to latest release tags

eg: from 6.0.4.1.81c2369 to 6.0.4.2.81c2369
eg: from 6.0.4.2.81c2369 to 6.1.x.x.81c2369

4. Generate new aci cni manifests
```sh
Expand Down

0 comments on commit 130c65c

Please sign in to comment.