File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,15 @@ $ ./openshift-install create manifests --dir <installation_directory> <1>
25
25
<1> For `<installation_directory>` , specify the name of the directory that
26
26
contains the `install-config.yaml` file for your cluster.
27
27
+
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
+ +
28
37
After creating the file, several network configuration files are in the
29
38
`manifests/` directory, as shown:
30
39
+
@@ -44,6 +53,11 @@ cluster-ingress-default-ingresscontroller.yaml
44
53
.Sample `clientAccess` configuration to `Global`
45
54
[source,yaml]
46
55
----
56
+ apiVersion: operator.openshift.io/v1
57
+ kind: IngressController
58
+ metadata:
59
+ name: default
60
+ namespace: openshift-ingress-operator
47
61
spec:
48
62
endpointPublishingStrategy:
49
63
loadBalancer:
You can’t perform that action at this time.
0 commit comments