-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Cherrypicker plugin: Find GitHub account and deploy #23469
Comments
/sig testing |
cc @mpherman2 |
I'm gonna make an external cherry picker bot user for this |
/assign |
We added the deployment in #23471 and from the manifests and config it looks to me like it should work, however when trying it out it does not: kubernetes-sigs/controller-runtime#1640 (comment) Could someone with access to the prow cluster check if its indeed deployed and running? |
The deployment exists, but there are no associated pods. The deployment status includes this: - lastTransitionTime: "2021-09-08T15:05:51Z"
lastUpdateTime: "2021-09-08T15:05:51Z"
message: 'pods "cherrypicker-5d78d679f8-" is forbidden: error looking up service
account default/cherrypicker: serviceaccount "cherrypicker" not found'
reason: FailedCreate
status: "True"
type: ReplicaFailure It doesn't look like we actually need a service account so I made a PR to remove the reference: #23517 |
It still doesn't appear to be working unfortunately: kubernetes-sigs/controller-runtime#1640 (comment) |
Still working on getting an account for you, it was flagged by abuse prevention on creation, still working on getting that addressed |
OK after the following PR's:
I believe https://github.com/k8s-infra-cherrypick-robot will open PRs. It's not yet an org member but I think this should be capable of working without that? |
Not quite. Found a typo, #23556 should address |
/priority important-soon |
Worked: kubernetes-sigs/controller-runtime#1661 I'd like to get the bot added as an org member before calling this done, is there anything else you can think of @alvaroaleman ? |
Nope, that should be it. Thanks a lot for picking this up! |
We added manifests and config for the cherrypicker plugin in #16329
However this is not quite enough because:
/cc @spiffxp @dims @vincepri
The text was updated successfully, but these errors were encountered: