canonical / k8s-snap

Canonical Kubernetes is an opinionated and CNCF conformant Kubernetes operated by Snaps and Charms, which come together to bring simplified operations and an enhanced security posture on any infrastructure.
GNU General Public License v3.0
40 stars 11 forks source link

show features on `k8s enable/disable` #524

Closed neoaggelos closed 3 months ago

neoaggelos commented 3 months ago

Summary

Closes #523

Changes

$ ./src/k8s/bin/static/k8s enable
Error: requires at least 1 arg(s), only received 0
Usage:
  k8s enable [network|dns|gateway|ingress|local-storage|load-balancer] ... [flags]

Flags:
  -h, --help                   help for enable
      --output-format string   set the output format to one of plain, json or yaml (default "plain")
      --timeout duration       the max time to wait for the command to execute (default 1m30s)