-
Notifications
You must be signed in to change notification settings - Fork 28
Pilot service account and RBAC policy #162
Conversation
/test e2e |
/test all |
a663c05
to
82f5d61
Compare
82f5d61
to
e56a66a
Compare
@wallrj PR needs rebase |
e56a66a
to
5f86ee2
Compare
/test e2e |
5f86ee2
to
39c0767
Compare
39c0767
to
99fab98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
f.t.Fatal(err) | ||
} | ||
return roleBindings | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a future PR - but it'd be great if we can make these sorts of things generic between controllers.
If we define a RoleBindingsFixture
struct, and embed it within the Fixture
struct for each controller we can plug and play different test fixture pieces potentially.
Something to think about 😄
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: munnerz The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
From looking at the logs from the 1.9 failure, it seems there may be a bug in either genericpilot or Elasticsearch pilot that is causing it not to sync as often as it should (logs: https://storage.googleapis.com/jetstack-logs/pr-logs/pull/jetstack_navigator/162/navigator-e2e-v1-9/90/artifacts/test-elasticsearchcluster-1516211071-11552/dump. The pilot wasn't being synced for >1m, causing it to not update the document count on time. ref #212 |
@wallrj PR needs rebase |
* Add a service account for Pilots * and a corresponding RBAC policy which allows pilots to update their pilot resources. Fixes: jetstack#161
99fab98
to
c8b9067
Compare
c8b9067
to
4c2dcba
Compare
/retest |
/test all |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
Fixes: #161
Release note: