-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Refac shell completion to a better command structure #12590
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
Conversation
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12590 +/- ##
===========================================
- Coverage 40.44% 19.96% -20.48%
===========================================
Files 186 184 -2
Lines 19071 19254 +183
===========================================
- Hits 7714 3845 -3869
- Misses 10170 14975 +4805
+ Partials 1187 434 -753
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I don't see how this resolved the RKE2 issue, is that expected future work for RKE2? |
A much simpler fix would just be I'm not quite clear on what specifically the error this fixes looks like. |
here it's mostly a refac, my plan is to also change the behavior on rke2 to match k3s, but originally the problem was specific to rke2 when the user set the flags after the shell parameter rke2 completion shell --kubectl --crictl |
Proposed Changes
Types of Changes
Verification
Testing
Linked Issues
User-Facing Change
Further Comments