Skip to content

Commit 1e231fa

Browse files
committed
BZ1989855 Adding cluster-ingress-default-ingresscomtroller.yaml step
1 parent 6e94dce commit 1e231fa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

modules/nw-gcp-installing-global-access-configuration.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ $ ./openshift-install create manifests --dir <installation_directory> <1>
2525
<1> For `<installation_directory>`, specify the name of the directory that
2626
contains the `install-config.yaml` file for your cluster.
2727
+
28+
. Create a file that is named `cluster-ingress-default-ingresscontroller.yaml` in the `<installation_directory>/manifests/` directory:
29+
+
30+
[source,terminal]
31+
----
32+
$ touch <installation_directory>/manifests/cluster-ingress-default-ingresscontroller.yaml <1>
33+
----
34+
<1> For `<installation_directory>`, specify the directory name that contains the
35+
`manifests/` directory for your cluster.
36+
+
2837
After creating the file, several network configuration files are in the
2938
`manifests/` directory, as shown:
3039
+
@@ -44,6 +53,11 @@ cluster-ingress-default-ingresscontroller.yaml
4453
.Sample `clientAccess` configuration to `Global`
4554
[source,yaml]
4655
----
56+
apiVersion: operator.openshift.io/v1
57+
kind: IngressController
58+
metadata:
59+
name: default
60+
namespace: openshift-ingress-operator
4761
spec:
4862
endpointPublishingStrategy:
4963
loadBalancer:

0 commit comments

Comments
 (0)