ingress
Usage
cldkctl delete ingress [name] [flags]Steps
cldkctl delete ingress [ingress-name]
Flags
Flag
Description
Last updated

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.
cldkctl delete ingress [name] [flags]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.

This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for delete ingress command.
Last updated