ingress
The delete ingress command removes a specified Ingress resource from the Kubernetes cluster. Deleting an Ingress removes external access to the associated services but does not delete the underlying services or deployments.
Usage
cldkctl delete ingress [name] [flags]Steps
Follow the steps below to run and view the result of this command:
If you want to view the list of Ingresses before deleting, refer to the get ingress section.
Run the following command in your terminal:
./cldkctl delete ingress [ingress-name]Replace
[ingress-name]with the name of the Ingress you want to delete.Once completed successfully, a message “✓ Ingress deleted” will appear in your terminal.

Flags
Flag
Description
-h, --help
Help for delete ingress command.
Last updated
