-
Notifications
You must be signed in to change notification settings - Fork 4.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
Collapse back to upstream reconcile command #20177
Collapse back to upstream reconcile command #20177
Conversation
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
/retest Please review the full test history for this PR and help us cut down flakes. |
7 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/hold |
New changes are detected. LGTM label has been removed. |
…sions until ansible updates This reverts commit 979704a.
title fixed /hold cancel |
/retest |
/test cmd |
/retest Please review the full test history for this PR and help us cut down flakes. |
@deads2k still not quite right for the commit message, you need |
I'll fix the script. With the fork and the bot, we no longer need that level of specificity. |
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
"k8s.io/kubernetes/pkg/kubectl/cmd/templates" | ||
cmdutil "k8s.io/kubernetes/pkg/kubectl/cmd/util" | ||
"k8s.io/kubernetes/pkg/kubectl/genericclioptions" | ||
"k8s.io/kubernetes/pkg/kubectl/genericclioptions/printers" | ||
"k8s.io/kubernetes/pkg/kubectl/genericclioptions/resource" | ||
"k8s.io/kubernetes/pkg/kubectl/scheme" | ||
"k8s.io/kubernetes/pkg/registry/rbac/reconciliation" | ||
"fmt" |
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.
nit: reorder to the top with "errors" (forgot this is already wrong in upstream)
/test cross |
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
b19f5f9
to
a9b4aee
Compare
New changes are detected. LGTM label has been removed. |
Reverts the change that depends on internal types (kubectl is quickly moving away from those). This will fail until https://bugzilla.redhat.com/show_bug.cgi?id=1597334 is done.
@sdodson @openshift/sig-master