diff --git a/README.md b/README.md index ef41bb2..3033e7e 100644 --- a/README.md +++ b/README.md @@ -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]() diff --git a/docs/rke2-6041.md b/docs/rke2-6042.md similarity index 96% rename from docs/rke2-6041.md rename to docs/rke2-6042.md index 2a4c082..9bd5090 100644 --- a/docs/rke2-6041.md +++ b/docs/rke2-6042.md @@ -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) @@ -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. @@ -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