-
Notifications
You must be signed in to change notification settings - Fork 0
fix(installer): stop k3s version pin from silently drifting (#547) #565
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
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7f52a66
fix(installer): stop the k3s version pin from silently drifting (#547)
shujaatTracebloc 9bd2e41
chore(installer): regenerate manifest.sha256 for the k3s-pin edits (#…
shujaatTracebloc c571c45
fix(installer): run k3s-drift check on the healthy fast-path too (Bug…
shujaatTracebloc f2cc7a7
fix(check-facts): report a missing --image pin as a WIRING gap, not "…
shujaatTracebloc 4a604e4
docs(install): idempotent hostpath dataset staging for Windows/macOS/…
shujaatTracebloc 9c501f0
fix(installer): bound the k3s-drift docker inspect probe (Bugbot #565)
shujaatTracebloc 8ba7cb6
fix(check-facts): wiring-gap hint names the correct pin literal per s…
shujaatTracebloc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,18 @@ | ||
| 6a5a3fda82b12ae43e9c78d9f84b273c3d2f8a339c7c07767a066ac23121db07 scripts/install-k8s.sh | ||
| 8e256be14eff4b50e088a54062356110e50fbcafb583849242f2a0de086e29c3 scripts/install-k8s.sh | ||
| 1bc9e544b56b54ce346a9c6c3a7e8781169a70c50ac5877732587b991e85075d scripts/lib/common.sh | ||
| 99e8149769cb08d9a26d35aa9714c33b23380951bbaab682c8dcb6e277e93bb7 scripts/lib/preflight.sh | ||
| 19be2771df0e1a41b4fa9678e1cf6a77492304f66f73cf705a2ae42b1dac2ba3 scripts/lib/detect-gpu.sh | ||
| d8c29bc8bd1f4633300940894da0f6527ca0a1dd7a3cfcbc80aad19dfd4d88cb scripts/lib/gpu-nvidia.sh | ||
| b569eec2d8ffb9673da287a2a59d249a7dbc7236c98ab6a5062136bcc69a942c scripts/lib/gpu-amd.sh | ||
| fc3dacf419b66373a7e1b7c3ce0f44ec47fdfa3f7039cb2697ac2dd065344596 scripts/lib/setup-macos.sh | ||
| f8f398191e03d750f61eca4e867b4f8ccb8b447c34c9803daa0ad4f3a49701aa scripts/lib/setup-linux.sh | ||
| 1bdf2bf09c07f096551a9405af232f19f11649064f9e5123b4eca0f9f55ab20d scripts/lib/cluster.sh | ||
| b7b19dea83b6ee988a563105082c233264b7a3c35b82753405a4d76f011548d2 scripts/lib/cluster.sh | ||
| 045caf6efeb583e5005d881d9281edae6a6aedf8f318b0a4021964b3b4b29cc5 scripts/lib/gpu-plugins.sh | ||
| f902abc5a9f2f65467b1a324804b5205b6a30fa246b4bd8328066d79595ffb05 scripts/lib/install-client-helm.sh | ||
| 61c1c887d158af52d4da4734b3bfa83205b2600ae7a291bfb3074daf3d9ffb55 scripts/lib/install-cli.sh | ||
| 725a85e4927761d8362221012ad1b69b380e36ec7fcfcf4c04b801f0994bce5c scripts/lib/provision.sh | ||
| e2ea63d844e6649f1d3aaae9fd4733845a1a39df37d68abbaeda00330f9e1c7e scripts/lib/assess.sh | ||
| e373403d7bb5ce3728b8d21af89e6bf672cc35bbf8938541eb527ae19cb9473b scripts/lib/assess.sh | ||
| 911fd0714b17357bb205fc8a8fa8e13eedc1a9632a2f63d4ead9f8d8c7ee546f scripts/lib/probe.sh | ||
| 38761a6c56dc85b3f5742df036e6a2ec2baa0adb0c90b3753b6706779528b7be scripts/lib/summary.sh | ||
| 77e03332ebfab1ef759c6148a57afcf479c02c5dc6cc7b0e0e680f58e20cd364 scripts/lib/diagnose.sh | ||
| d51d4e83ebc9adb1e2c84f2433f10a6c08a8741081d513e273448520c8d289bb scripts/install-k8s.ps1 | ||
| 50f382bb1503af4167cbd5738b3d6755be1ca4096fcd14fc6286db3f5100c28e scripts/install-k8s.ps1 |
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.