Skip to content

Commit

Permalink
Updating the README.md file with 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyapradeen-avi committed May 6, 2024
1 parent c3662b4 commit e3d5adb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ For Kubernetes clusters:
| **Components** | **Version** |
| -------------- | ----------- |
| Kubernetes | 1.23-1.27 |
| AKO | 1.12.1 |
| AKO | 1.13.1 |
| AVI Controller | 21.1.6 - 30.1.1 |

For openshift clusters:
| **Components** | **Version** |
| -------------- | ----------- |
| Openshift | 4.10-4.13 |
| AKO | 1.12.1 |
| AKO | 1.13.1 |
| AVI Controller | 21.1.6 - 30.1.1 |

#### Pre-requisites
Expand Down Expand Up @@ -70,22 +70,22 @@ Following steps have to be executed on all member clusters:
2. Search the available charts for AMKO:
```
$ helm show chart oci://projects.registry.vmware.com/ako/helm-charts/amko --version 1.12.1
$ helm show chart oci://projects.registry.vmware.com/ako/helm-charts/amko --version 1.13.1
Pulled: projects.registry.vmware.com/ako/helm-charts/amko:1.12.1
Pulled: projects.registry.vmware.com/ako/helm-charts/amko:1.13.1
Digest: sha256:xyxyxxyxyx
apiVersion: v2
appVersion: 1.12.1
appVersion: 1.13.1
description: A helm chart for Avi Kubernetes Operator
name: amko
type: application
version: 1.12.1
version: 1.13.1
```

3. Use the `values.yaml` from this repository to provide values related to Avi configuration. To get the values.yaml for a release, run the following command

```
helm show values oci://projects.registry.vmware.com/ako/helm-charts/amko --version 1.12.1 > values.yaml
helm show values oci://projects.registry.vmware.com/ako/helm-charts/amko --version 1.13.1 > values.yaml
```
Values and their corresponding index can be found [here](#parameters)
Expand All @@ -97,14 +97,14 @@ Following steps have to be executed on all member clusters:

5. Install AMKO:
```
$ helm install --generate-name oci://projects.registry.vmware.com/ako/helm-charts/amko --version 1.12.1 -f /path/to/values.yaml --set configs.gsllbLeaderController=<leader_controller_ip> --namespace=avi-system
$ helm install --generate-name oci://projects.registry.vmware.com/ako/helm-charts/amko --version 1.13.1 -f /path/to/values.yaml --set configs.gsllbLeaderController=<leader_controller_ip> --namespace=avi-system
```
6. Check the installation:
```
$ helm list -n avi-system
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
amko-1598451370 avi-system 1 2023-10-14 11:16:21.889538175 +0000 UTC deployed amko-1.12.1 1.12.1
amko-1598451370 avi-system 1 2023-10-14 11:16:21.889538175 +0000 UTC deployed amko-1.13.1 1.13.1
```

#### Troubleshooting and Log collection
Expand Down Expand Up @@ -143,7 +143,7 @@ helm repo update amko
Helm does not upgrade the CRDs during a release upgrade. Before you upgrade a release, run the following command to download and upgrade the CRDs:

```
helm template oci://projects.registry.vmware.com/ako/helm-charts/amko --version 1.12.1 --include-crds --output-dir <output_dir>
helm template oci://projects.registry.vmware.com/ako/helm-charts/amko --version 1.13.1 --include-crds --output-dir <output_dir>
```

This will save the helm files to an output directory which will contain the CRDs corresponding to the AMKO version.
Expand All @@ -164,10 +164,10 @@ amko-1598451370 avi-system 1 2023-06-19 10:00:31.609195757 +0000 UTC

*Step4*

Get the values.yaml for the AMKO version 1.12.1 and edit the values as per the requirement.
Get the values.yaml for the AMKO version 1.13.1 and edit the values as per the requirement.

```
helm show values oci://projects.registry.vmware.com/ako/helm-charts/amko --version 1.12.1 > values.yaml
helm show values oci://projects.registry.vmware.com/ako/helm-charts/amko --version 1.13.1 > values.yaml
```

Expand All @@ -176,7 +176,7 @@ helm show values oci://projects.registry.vmware.com/ako/helm-charts/amko --versi
Upgrade the helm chart

```
helm upgrade amko-1598451370 oci://projects.registry.vmware.com/ako/helm-charts/amko -f /path/to/values.yaml --version 1.12.1 --set configs.gslbLeaderController=<IP or Hostname> --set gslbLeaderCredentials.password=<username> --set gslbLeaderCredentials.username=<username> --namespace=avi-system
helm upgrade amko-1598451370 oci://projects.registry.vmware.com/ako/helm-charts/amko -f /path/to/values.yaml --version 1.13.1 --set configs.gslbLeaderController=<IP or Hostname> --set gslbLeaderCredentials.password=<username> --set gslbLeaderCredentials.username=<username> --namespace=avi-system
```

Expand Down

0 comments on commit e3d5adb

Please sign in to comment.