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
<2> Specify the namespace that you created for the Ingress.
113
112
<3> Specify the cluster issuer that you created.
114
113
<4> Specify the Ingress class.
115
-
<5> Specify the Ingress class.
116
-
<6> Replace `<hostname>` with the Subject Alternative Name to be associated with the certificate. This name is used to add DNS names to the certificate.
117
-
<7> Specify the secret to store the created certificate in.
118
-
<8> Replace `<hostname>` with the hostname. You can use the `<host_name>.<cluster_ingress_domain>` syntax to take advantage of the `*.<cluster_ingress_domain>` wildcard DNS record and serving certificate for the cluster. For example, you might use `apps.<cluster_base_domain>`. Otherwise, you must ensure that a DNS record exists for the chosen hostname.
119
-
<9> Specify the name of the service to expose. This example uses a service named `sample-workload`.
114
+
<5> Replace `<hostname>` with the Subject Alternative Name (SAN) to be associated with the certificate. This name is used to add DNS names to the certificate.
115
+
<6> Specify the secret that stores the certificate.
116
+
<7> Replace `<hostname>` with the hostname. You can use the `<host_name>.<cluster_ingress_domain>` syntax to take advantage of the `*.<cluster_ingress_domain>` wildcard DNS record and serving certificate for the cluster. For example, you might use `apps.<cluster_base_domain>`. Otherwise, you must ensure that a DNS record exists for the chosen hostname.
117
+
<8> Specify the name of the service to expose. This example uses a service named `sample-workload`.
120
118
121
119
.. Create the `Ingress` object by running the following command:
0 commit comments