Skip to content

Commit c19c121

Browse files
authored
Merge pull request #59054 from xenolinux/migrate-albo-examples-v1
OSDOCS#5794: Migrate all the AWS Load Balancer Operator examples to versio "v1"
2 parents 26df05f + 93f46e5 commit c19c121

4 files changed

+6
-7
lines changed

modules/adding-tls-termination.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ You can route the traffic for the domain to pods of a service and add TLS termin
1818
+
1919
[source,yaml]
2020
----
21-
apiVersion: networking.k8s.io/v1
21+
apiVersion: networking.olm.openshift.io/v1
2222
kind: AWSLoadBalancerController
23-
group: networking.olm.openshift.io/v1alpha1 <1>
2423
metadata:
2524
name: cluster <2>
2625
spec:

modules/configuring-albo-on-sts-cluster-predefined-credentials.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ oc -n aws-load-balancer-operator get secret aws-load-balancer-controller-manua
5656
+
5757
[source,yaml]
5858
----
59-
apiVersion: networking.olm.openshift.io/v1alpha1
59+
apiVersion: networking.olm.openshift.io/v1
6060
kind: AWSLoadBalancerController <1>
6161
metadata:
6262
name: cluster <2>

modules/creating-instance-aws-load-balancer-controller.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ You can install only a single instance of the `aws-load-balancer-controller` in
1919
+
2020
[source,yaml]
2121
----
22-
apiVersion: networking.olm.openshift.io/v1alpha1
22+
apiVersion: networking.olm.openshift.io/v1
2323
kind: AWSLoadBalancerController <1>
2424
metadata:
2525
name: cluster <2>
2626
spec:
2727
subnetTagging: Auto <3>
2828
additionalResourceTags: <4>
29-
example.org/cost-center: 5113232
30-
example.org/security-scope: staging
29+
- key: example.org/security-scope
30+
value: staging
3131
ingressClass: cloud <5>
3232
config:
3333
replicas: 2 <6>

modules/installing-aws-load-balancer-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can install the AWS Load Balancer Operator from the OperatorHub by using the
2222
. Follow the instructions to prepare the Operator for installation.
2323
. On the *AWS Load Balancer Operator* page, click *Install*.
2424
. On the *Install Operator* page, select the following options:
25-
.. *Update the channel* as *stable-v0*.
25+
.. *Update the channel* as *stable-v1*.
2626
.. *Installation mode* as *A specific namespace on the cluster*.
2727
.. *Installed Namespace* as `aws-load-balancer-operator`. If the `aws-load-balancer-operator` namespace does not exist, it gets created during the Operator installation.
2828
.. Select *Update approval* as *Automatic* or *Manual*. By default, the *Update approval* is set to *Automatic*. If you select automatic updates, the Operator Lifecycle Manager (OLM) automatically upgrades the running instance of your Operator without any intervention. If you select manual updates, the OLM creates an update request. As a cluster administrator, you must then manually approve that update request to update the Operator updated to the new version.

0 commit comments

Comments
 (0)