Add docs about needed cluster roles for e2e operator tests#2676
Add docs about needed cluster roles for e2e operator tests#2676estroz merged 3 commits intooperator-framework:masterfrom
Conversation
209f532 to
a5febe4
Compare
|
are changes to /website supposed to be done manually? I submitted a previous docs PR that didn't fail the travis build. |
|
Hi @jberkhahn, The docs in a transition period. Temporary, we need to copy to keep both equals. So, yes. For we are able to move forward and it passes in the CI you need to perform the same changes in website/content/en/docs/test-framework/writing-e2e-tests.md. Could you please do that? |
|
/retest |
|
@jberkhahn: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
this should be good to go? |
Description of the change:
Add docs about the needed permissions for running e2e operator tests.
Motivation for the change:
As discussed in #1082 this is useful information for users in environments where they might not be running as cluster-admin by default.
Closes #1082