You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, e2e doesn't run against a Workflow install with RBAC enabled (would need to --set global.use_rbac=true). (See deis/workflow#812 for addition, scheduled for v2.15)
However, if/when we decided to do so, there appear to be the following changes/amendments needed (seen testing locally):
Lines like this one in the tags tests error out with the following:
$ HOME=/root kubectl get nodes -o jsonpath={.items[*].metadata..labels}
error: group map[autoscaling:0xc820321ea0 batch:0xc8203d4070 certificates.k8s.io:0xc8203d40e0 componentconfig:0xc8203d4150 extensions:0xc8203d4230 policy:0xc8203d42a0 :0xc820321c00 apps:0xc820321c70 rbac.authorization.k8s.io:0xc8203d4310 storage.k8s.io:0xc8203d4380 authorization.k8s.io:0xc820321e30 federation:0xc820321730 authentication.k8s.io:0xc820321ce0] is already registered
Same for similar kubectl invocations in the limits tests.
Other?
The text was updated successfully, but these errors were encountered:
Interestingly, the only test failure I am reliably seeing now when running against a Workflow install w/ global.use_rbac=true is the user can run a command with lengthy output in that app's environmenttest which I've actually been trying to amend in #363
Currently, e2e doesn't run against a Workflow install with RBAC enabled (would need to
--set global.use_rbac=true
). (See deis/workflow#812 for addition, scheduled for v2.15)However, if/when we decided to do so, there appear to be the following changes/amendments needed (seen testing locally):
Same for similar
kubectl
invocations in the limits tests.Other?
The text was updated successfully, but these errors were encountered: