rancher / rio

Application Deployment Engine for Kubernetes
https://rio.io
Apache License 2.0
2.27k stars 228 forks source link

Install/Uninstall isn't working correctly with more then one `disable-features` flags #1043

Open Vad1mo opened 4 years ago

Vad1mo commented 4 years ago
  1. When installing RIO with --disable-features This syntax with comma as described in the help isn't working: --disable-features linkerd, letsencrypt
NAME:
   rio install - Install rio management plane

USAGE:
   rio install [OPTIONS]

OPTIONS:
   --check                   Only check status, don't deploy controller
   --disable-features value  Manually specify features to disable, supports comma separated 
  1. Rio uninstall is also uninstalling linkerd that wasn't installed with rio: After installing rio with --disable-features linkerd --disable-features letsencrypt and then uninstalling rio, rio is also uninstalled linkerd that wasn't install with rio.