Enable RBAC in E2E templates#17860
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/override netlify |
|
@hakman: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. 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-sigs/prow repository. |
|
/override deploy/netlify |
|
@hakman: Overrode contexts on behalf of hakman: deploy/netlify 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-sigs/prow repository. |
|
/override pull-kops-kubernetes-e2e-ubuntu-gce-build |
|
@hakman: Overrode contexts on behalf of hakman: pull-kops-kubernetes-e2e-ubuntu-gce-build 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-sigs/prow repository. |
|
Retesting failed PR that otherwise appears ready for merge. Please help us fix flaky tests by following our Flaky Tests Guide. Prevent this bot from retesting with /retest-required |
Kops only defaults to RBAC in `kops create cluster`. A cluster provided via manifest will default to AlwaysAllow. Certain E2E tests expect RBAC to be enabled, and theres little value in testing these configurations with AlwaysAllow, so set RBAC in these templates.
07387cb to
c47d4dd
Compare
|
/lgtm |
|
/override pull-kops-e2e-k8s-aws-calico |
|
@hakman: Overrode contexts on behalf of hakman: pull-kops-e2e-k8s-aws-calico 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-sigs/prow repository. |
Kops only defaults to RBAC in
kops create cluster:kops/upup/pkg/fi/cloudup/new_cluster.go
Lines 183 to 185 in 05e2a37
A cluster applied via manifest will default to AlwaysAllow:
kops/pkg/apis/kops/v1alpha2/defaults.go
Lines 57 to 60 in 05e2a37
Certain E2E tests expect RBAC to be enabled, and theres little value in testing these configurations with AlwaysAllow, so set RBAC in these templates.
https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/e2e-kops-aws-apiserver-nodes/2010839104693997568
https://storage.googleapis.com/kubernetes-ci-logs/logs/e2e-kops-aws-apiserver-nodes/2010839104693997568/artifacts/cluster.yaml