Page cover

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:

  1. If you want to view the list of Ingresses before deleting, refer to the get ingress section.

  2. Run the following command in your terminal:

./cldkctl delete ingress [ingress-name]
  1. Replace [ingress-name] with the name of the Ingress you want to delete.

  2. Once completed successfully, a message “✓ Ingress deleted” will appear in your terminal.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for delete ingress command.

Last updated