Skip to content

Commit 22b15cd

Browse files
committed
OSDOCS-9727 4.14+ only ALBO install
1 parent 14a65ca commit 22b15cd

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -38,50 +38,6 @@ metadata:
3838
$ oc apply -f namespace.yaml
3939
----
4040

41-
. Create a `CredentialsRequest` object:
42-
43-
.. Create a YAML file that defines the `CredentialsRequest` object:
44-
+
45-
.Example `credentialsrequest.yaml` file
46-
[source,yaml]
47-
----
48-
apiVersion: cloudcredential.openshift.io/v1
49-
kind: CredentialsRequest
50-
metadata:
51-
name: aws-load-balancer-operator
52-
namespace: openshift-cloud-credential-operator
53-
spec:
54-
providerSpec:
55-
apiVersion: cloudcredential.openshift.io/v1
56-
kind: AWSProviderSpec
57-
statementEntries:
58-
- action:
59-
- ec2:DescribeSubnets
60-
effect: Allow
61-
resource: "*"
62-
- action:
63-
- ec2:CreateTags
64-
- ec2:DeleteTags
65-
effect: Allow
66-
resource: arn:aws:ec2:*:*:subnet/*
67-
- action:
68-
- ec2:DescribeVpcs
69-
effect: Allow
70-
resource: "*"
71-
secretRef:
72-
name: aws-load-balancer-operator
73-
namespace: aws-load-balancer-operator
74-
serviceAccountNames:
75-
- aws-load-balancer-operator-controller-manager
76-
----
77-
78-
.. Create the `CredentialsRequest` object by running the following command:
79-
+
80-
[source,terminal]
81-
----
82-
$ oc apply -f credentialsrequest.yaml
83-
----
84-
8541
. Create an `OperatorGroup` object:
8642

8743
.. Create a YAML file that defines the `OperatorGroup` object:

0 commit comments

Comments
 (0)