-
Notifications
You must be signed in to change notification settings - Fork 0
fix(talos): make flannel ownership singular #12753
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| cluster: | ||
| network: | ||
| cni: | ||
| name: custom | ||
| urls: | ||
| - https://raw.githubusercontent.com/proompteng/lab/15f59fd037dd45ecd79cf69031215d1e79b6b479/devices/galactic/manifests/flannel-v0.28.5-mtu1400.yaml | ||
|
Comment on lines
+4
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The canonical new-control-plane procedure in Useful? React with 👍 / 👎. |
||
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.
packages/scripts/src/docs/__tests__/flannel-mtu-runbook.test.ts:14asserts the contiguous stringmay still report \FLANNEL_MTU=1450`, but this edit splits it across two source lines, sobun test packages/scripts/srcfails. This change triggers that suite through.github/workflows/scripts-ci.yml`; either preserve the phrase as one line or update the runbook test for the new wording.Useful? React with 👍 / 👎.