-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding service account to libvirt #17848
adding service account to libvirt #17848
Conversation
Labelling this PR as size/S |
GCE e2e test build/test passed for commit 1affd2d72edab4710b072630a9dd95c564161fad. |
@zmerlynn have you time for this? |
@lavalamp @nikhiljindal may you have a look at this (feel free to reassign)? |
Or maybe @liggitt? |
@@ -51,6 +52,19 @@ function detect-nodes { | |||
KUBE_NODE_IP_ADDRESSES=("${NODE_IPS[@]}") | |||
} | |||
|
|||
function set_service_accounts { | |||
SERVICE_ACCOUNT_KEY=${SERVICE_ACCOUNT_KEY:-"/tmp/kube-serviceaccount.key"} |
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.
will /tmp be writeable under normal circumstances?
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.
This env is local dev environment. /tmp in general is writable (as in local cluster)
@lhuard1A can you take a pass on these changes as well? |
1affd2d
to
87b516b
Compare
@derekwaynecarr: removed NamespaceAutoProvision and @liggitt's feedback on double quoting. Squashed. Waiting @lhuard1A feedback |
GCE e2e test build/test passed for commit 87b516bad786231f9d6f169ef5919e05533bc0d8. |
The author of this PR is not in the whitelist for merge, can one of the admins add the 'ok-to-merge' label? |
@derekwaynecarr : I had a look at @sdminonne’s change. |
87b516b
to
ea1c97c
Compare
Labelling this PR as size/M |
GCE e2e build/test failed for commit ea1c97c. |
This failure is a flake. @liggitt @derekwaynecarr as soon you're OK may you re-run the tests? Thanks |
GCE e2e build/test failed for commit ea1c97c. |
Reopened to have re-run tests |
@derekwaynecarr @liggitt can you help me with this? I'd like to have this merged |
@sdminonne - LGTM, tagged, and marked e2e-not-required get through the queue. |
@derekwaynecarr thanks |
@k8s-bot test this please |
GCE e2e test build/test passed for commit ea1c97c. |
@k8s-bot unit test this please |
1 similar comment
@k8s-bot unit test this please |
Automatic merge from submit-queue |
Auto commit by PR queue bot
No description provided.