You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ako-operator/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ AKO operator takes care of deploying, managing and removing AKO from OpenShift c
12
12
13
13
<i>**Step 3**</i>: Find `AKO Operator` provided by VMware.
14
14
15
-
<i>**Step 4**</i>: Click `install` and select the 1.12.2 version. The operator will be installed in `avi-system` namespace. The namespace will be created if it doesn't exist.
15
+
<i>**Step 4**</i>: Click `install` and select the 1.12.3 version. The operator will be installed in `avi-system` namespace. The namespace will be created if it doesn't exist.
16
16
17
17
<i>**Step 5**</i>: Verify installation by checking the pods in `avi-system` namespace.
18
18
@@ -99,4 +99,4 @@ If this happens edit akoconfig using `kubectl edit akoconfig -n avi-system ako-c
Copy file name to clipboardExpand all lines: docs/ako_operator.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The markers in the drawing are described below:
40
40
41
41
<i>**Step 3**</i>: Find `AKO Operator` provided by VMware.
42
42
43
-
<i>**Step 4**</i>: Click `install` and select the 1.12.2 version. The operator will be installed in `avi-system` namespace. The namespace will be created if it doesn't exist.
43
+
<i>**Step 4**</i>: Click `install` and select the 1.12.3 version. The operator will be installed in `avi-system` namespace. The namespace will be created if it doesn't exist.
44
44
45
45
<i>**Step 5**</i>: Verify installation by checking the pods in `avi-system` namespace.
46
46
@@ -85,7 +85,7 @@ The following table also lists the configurable fields in the `AKOConfig` object
85
85
|**Parameter**|**Description**|**Default**|
86
86
| --- | --- | --- |
87
87
|`replicaCount`| Specify the number of replicas for AKO StatefulSet | 1 |
88
-
|`imageRepository`| Specify docker-registry that has the ako image | projects.packages.broadcom.com/ako/ako:1.12.2|
88
+
|`imageRepository`| Specify docker-registry that has the ako image | projects.packages.broadcom.com/ako/ako:1.12.3|
89
89
|`imagePullPolicy`| Specify when and how to pull the ako image | IfNotPresent |
90
90
|`imagePullSecrets`| ImagePullSecrets will add pull secrets to the statefulset for AKO. Required if using secure private container image registry for images. |`Empty List`|
91
91
|`AKOSettings.clusterName`| Unique identifier for the running AKO instance. AKO identifies objects it created on Avi Controller using this param. |**required**|
@@ -128,7 +128,7 @@ The following table also lists the configurable fields in the `AKOConfig` object
128
128
|`NetworkSettings.nsxtT1LR`| Specify the T1 router for data backend network, applicable only for NSX-T based deployments|`Empty string`|
129
129
|`FeatureGates.gatewayAPI`| FeatureGates is to enable or disable experimental features. GatewayAPI feature gate enables/disables processing of Kubernetes Gateway API CRDs. | false |
130
130
|`FeatureGates.enablePrometheus`| FeatureGates is to enable or disable experimental features. EnablePrometheus enables/disables prometheus scraping for AKO container | false |
131
-
|`GatewayAPI.Image.repository`| Specify docker-registry that has the ako-gateway-api image | projects.packages.broadcom.com/ako/ako-gateway-api:1.12.2|
131
+
|`GatewayAPI.Image.repository`| Specify docker-registry that has the ako-gateway-api image | projects.packages.broadcom.com/ako/ako-gateway-api:1.12.3|
132
132
|`GatewayAPI.Image.pullPolicy`| Specify when and how to pull the ako-gateway-api image | IfNotPresent |
133
133
|`logFile`| LogFile is the name of the file where ako container will dump its logs | avi.log |
134
134
|`akoGatewayLogFile`| AKOGatewayLogFile is the name of the file where ako-gateway-api container will dump its logs | avi-gw.log |
Copy file name to clipboardExpand all lines: docs/install/operator.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The markers in the drawing are described below:
40
40
41
41
<i>**Step 3**</i>: Find `AKO Operator` provided by VMware.
42
42
43
-
<i>**Step 4**</i>: Click `install` and select the 1.12.2 version. The operator will be installed in `avi-system` namespace. The namespace will be created if it doesn't exist.
43
+
<i>**Step 4**</i>: Click `install` and select the 1.12.3 version. The operator will be installed in `avi-system` namespace. The namespace will be created if it doesn't exist.
44
44
45
45
<i>**Step 5**</i>: Verify installation by checking the pods in `avi-system` namespace.
46
46
@@ -53,7 +53,7 @@ The following table lists the configurable fields in the `AKOConfig` object and
53
53
|**Parameter**|**Description**|**Default**|
54
54
| --- | --- | --- |
55
55
|`replicaCount`| Specify the number of replicas for AKO StatefulSet | 1 |
56
-
|`imageRepository`| Specify docker-registry that has the ako image | projects.packages.broadcom.com/ako/ako:1.12.2|
56
+
|`imageRepository`| Specify docker-registry that has the ako image | projects.packages.broadcom.com/ako/ako:1.12.3|
57
57
|`imagePullPolicy`| Specify when and how to pull the ako image | IfNotPresent |
58
58
|`imagePullSecrets`| ImagePullSecrets will add pull secrets to the statefulset for AKO. Required if using secure private container image registry for images. |`Empty List`|
59
59
|`AKOSettings.clusterName`| Unique identifier for the running AKO instance. AKO identifies objects it created on Avi Controller using this param. |**required**|
@@ -96,7 +96,7 @@ The following table lists the configurable fields in the `AKOConfig` object and
96
96
|`NetworkSettings.nsxtT1LR`| Specify the T1 router for data backend network, applicable only for NSX-T based deployments|`Empty string`|
97
97
|`FeatureGates.gatewayAPI`| FeatureGates is to enable or disable experimental features. GatewayAPI feature gate enables/disables processing of Kubernetes Gateway API CRDs. | false |
98
98
|`FeatureGates.enablePrometheus`| FeatureGates is to enable or disable experimental features. EnablePrometheus enables/disables prometheus scraping for AKO container | false |
99
-
|`GatewayAPI.Image.repository`| Specify docker-registry that has the ako-gateway-api image | projects.packages.broadcom.com/ako/ako-gateway-api:1.12.2|
99
+
|`GatewayAPI.Image.repository`| Specify docker-registry that has the ako-gateway-api image | projects.packages.broadcom.com/ako/ako-gateway-api:1.12.3|
100
100
|`GatewayAPI.Image.pullPolicy`| Specify when and how to pull the ako-gateway-api image | IfNotPresent |
101
101
|`logFile`| LogFile is the name of the file where ako container will dump its logs | avi.log |
102
102
|`akoGatewayLogFile`| AKOGatewayLogFile is the name of the file where ako-gateway-api container will dump its logs | avi-gw.log |
0 commit comments