-
Bug
-
Resolution: Done
-
Undefined
-
None
-
4.4
-
Important
-
None
-
Unspecified
-
If docs needed, set a value
Description of problem:
On release 4.4, disruptive tests are failing with the following unexpected error:
```
clusterrole.rbac.authorization.k8s.io/ssh-bastion created
+ oc create clusterrolebinding ssh-bastion --clusterrole=ssh-bastion --user=system:serviceaccount:test-ssh-bastion:ssh-bastion -o yaml --dry-run=client
+ oc apply -f -
Error: invalid argument "client" for "--dry-run" flag: strconv.ParseBool: parsing "client": invalid syntax
See 'oc create clusterrolebinding --help' for usage.
```
Here is an example run:
https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_cluster-etcd-operator/443/pull-ci-openshift-cluster-etcd-operator-release-4.4-e2e-aws-disruptive/1314574245338025984
Version-Release number of selected component (if applicable):
OCP 4.4
How reproducible:
Always
Steps to Reproduce:
1. Run e2e-aws-disruptive tests
Actual results:
Tests fail to create the clusterrolebinding for ssh-bastion.
Expected results:
Tests to pass.
Additional info: