Skip to content

Instantly share code, notes, and snippets.

@aledbf
Last active February 11, 2019 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aledbf/db25dbc723fc7d71345a9657abfd766d to your computer and use it in GitHub Desktop.
Save aledbf/db25dbc723fc7d71345a9657abfd766d to your computer and use it in GitHub Desktop.
commands
  check
  install
  uninstall
  version
  info

check

  output
    Server Version: v1.8.0
    Running in: AWS

install flags
  --interactive=true
  --confirm=false

  --output=yaml
  
  --also-install-prometheus=true
  --also-install-grafana=true
  --also-install-hpa=true

  --platform=azure,aws,gcp,minikube
  --external=true
  --namespace=ingress-nginx 
  
  output
    xxxxxxxx

    NGINX Ingress controller installed.
    LoadBalancer IP|CNAME

uninstall
  --confirm=false

version

  output
    NGINX Ingress controller version:
    Kubernetes version:

info
    Service cluster IP address:
    LoadBalancer IP|CNAME:
    (print ingress table with additional information
    NAME             HOSTS            ADDRESS           TLS     Path   Service  Service Port 
foo-bar          foo.bar          192.168.122.248       NO       /     foo-bar      8080
foo-bar-api      foo.bar          192.168.122.248       NO       /api  foo-bar      8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment