citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 27 forks source link

`yaks uninstall` seems to leave stuff behind #502

Closed tdiesler closed 3 weeks ago

tdiesler commented 3 weeks ago
$ yaks uninstall
No tests found in namespace 'default'
YAKS Tests removed from namespace default
YAKS Config Maps removed from namespace default
YAKS Operator removed from namespace default
YAKS Role Bindings removed from namespace default
YAKS Roles removed from namespace default
YAKS Service Accounts removed from namespace default

$ ./e2e/yaks/files/setup.sh
Checking yaks ... ok
Installing the Yaks operator-image docker.io/citrusframework/yaks:0.19.1
Error: YAKS seems already installed (use the --force option to overwrite existing resources): clusterroles.rbac.authorization.k8s.io "yaks-operator" already exists
christophd commented 3 weeks ago

there is a --all option on the uninstall command which also removes the cluster wide resources and roles

tdiesler commented 3 weeks ago

verified - thanks