This topic describes how to modify an Ingress.
Prerequisites
- A Container Service for Kubernetes (ACK) cluster is created and an Ingress controller runs as expected in the cluster. For more information, see Create a cluster of ACK Managed Edition.
- An Ingress is created. For more information, see Create an Ingress in the console.
Procedure
- Log on to the ACK console.
- In the left-side navigation pane, click Clusters.
- On the Clusters page, click the name of a cluster or click Details in the Actions column. The details page of the cluster appears.
- In the left-side navigation pane, click Ingresses.
- On the Ingress page, select the Ingress that you want to modify and click in the Actions column of the Ingress.
- In the dialog box that appears, modify the parameters and click Update. In this example,
test.[cluster-id].[region-id].alicontainer.com
is changed totestv2.[cluster-id].[region-id].alicontainer.com
.
What to do next
Go to the Ingresses page and you will find that an Ingress rule has changed.