lep ingress
Manage ingress on the DGX Cloud Lepton.
Manage ingress on the DGX Cloud Lepton.
Usage
lep ingress [OPTIONS] COMMAND [ARGS]...
Options
--help: Show this message and exit.
Commands
create: Create an ingressdelete: Delete an ingress by nameget: Get an ingress by name and print it in jsonlist: List all ingress
lep ingress list
List all ingress
Usage
lep ingress list [OPTIONS]
Options
--help: Show this message and exit.
lep ingress create
Create an ingress
Usage
lep ingress create [OPTIONS]
Options
-d,--domain-name TEXT: domain-name of the ingress [required]--help: Show this message and exit.
lep ingress get
Get a ingress by name and print it in json
Usage
lep ingress get [OPTIONS]
Options
-n,--name TEXT: name of the ingress [required]--help: Show this message and exit.
lep ingress delete
Delete a ingress by name
Usage
lep ingress delete [OPTIONS]
Options
-n,--name TEXT: name of the ingress [required]--help: Show this message and exit.