Commit aef33ac
refactor(manager): set machinepool true as default
- MachinePool feature flag is true as default since CAPI v1.7.0, but
capz-contoller-manager deployment still uses false as default.
- It causes error `spec: Forbidden: can be set only if the Cluster
API 'MachinePool' feature flag is enabled` when user does not specify
MachinePool feature flag true in capz-controller-manager.
- As CAPI v1.7.0 has been GA around six months, It should set MachinePool
feature flag as true to make seamless UX.
references
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.7.0
kubernetes-sigs/cluster-api#10141
refactor(hack): set machinepool true in default
- set machinepool feature flag as true for controller in observability
hack stack
doc(machinepool): add note of enabled per default
- add note about MachinePool feature gate's promotion to beta
- add note about MachinePool feature gate's default value (true)
doc(machinepool): restore feature requirement part
- as the information "MachinePool feature gate need to be set as
true" must be shown, restore the part
- modify the "need to turn on" sentence to "it's already on, but
you can set it again"
doc(machinepool): accept wording change
- changed the wording as willie-yao suggested in PR
Co-authored-by: Willie Yao <[email protected]>1 parent abd8819 commit aef33ac
File tree
5 files changed
+14
-7
lines changed- config/manager
- docs/book/src
- developers
- managed
- self-managed
- hack/observability/opentelemetry
5 files changed
+14
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
| 574 | + | |
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
419 | | - | |
| 420 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
0 commit comments