-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add new prefer-bundled-bin
experimental flag
#6420
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dereknola
changed the title
Add new
Add new Nov 3, 2022
aux-tools
experimental flagprefer-bundled-bin
experimental flag
brandond
reviewed
Nov 3, 2022
brandond
requested changes
Nov 8, 2022
brandond
reviewed
Nov 11, 2022
brandond
approved these changes
Nov 11, 2022
brandond
approved these changes
Nov 15, 2022
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
briandowns
approved these changes
Nov 18, 2022
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
brandond
approved these changes
Nov 18, 2022
brandond
pushed a commit
to brandond/k3s
that referenced
this pull request
Dec 1, 2022
* initial prefer-bundled-bin ci change * Add startup testlet * Convert parsing to pflag library * Fix code validation * go mod tidy Signed-off-by: Derek Nola <[email protected]> (cherry picked from commit 0f52088) Signed-off-by: Brad Davidson <[email protected]>
brandond
pushed a commit
to brandond/k3s
that referenced
this pull request
Dec 1, 2022
* initial prefer-bundled-bin ci change * Add startup testlet * Convert parsing to pflag library * Fix code validation * go mod tidy Signed-off-by: Derek Nola <[email protected]> (cherry picked from commit 0f52088) Signed-off-by: Brad Davidson <[email protected]>
brandond
pushed a commit
to brandond/k3s
that referenced
this pull request
Dec 1, 2022
* initial prefer-bundled-bin ci change * Add startup testlet * Convert parsing to pflag library * Fix code validation * go mod tidy Signed-off-by: Derek Nola <[email protected]> (cherry picked from commit 0f52088) Signed-off-by: Brad Davidson <[email protected]>
brandond
pushed a commit
that referenced
this pull request
Dec 2, 2022
* initial prefer-bundled-bin ci change * Add startup testlet * Convert parsing to pflag library * Fix code validation * go mod tidy Signed-off-by: Derek Nola <[email protected]> (cherry picked from commit 0f52088) Signed-off-by: Brad Davidson <[email protected]>
brandond
pushed a commit
that referenced
this pull request
Dec 2, 2022
* initial prefer-bundled-bin ci change * Add startup testlet * Convert parsing to pflag library * Fix code validation * go mod tidy Signed-off-by: Derek Nola <[email protected]> (cherry picked from commit 0f52088) Signed-off-by: Brad Davidson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Derek Nola [email protected]
Proposed Changes
prefer-bundled-bin
flag which forces K3s to use its embedded tools/binaries over the host tools. This should help when dealing with OSes that have outdated or buggy tools (e.g. iptables v1.8.2 issues)Types of Changes
Feature
Verification
Check logs for
PATH
infomationValidate that host iptables (both host and k3s used nftables backend) can still see rules added by k3s iptables
Testing
Added clause to
startup
integration testLinked Issues
#3117
User-Facing Change
Further Comments