You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CABPT generates machine configuration compatible with Talos version specified in the `talosVersion:` field (see below).
50
50
@@ -62,7 +62,7 @@ spec:
62
62
controlPlaneConfig:
63
63
controlplane:
64
64
generateType: controlplane
65
-
talosVersion: v0.13
65
+
talosVersion: v0.14
66
66
...
67
67
```
68
68
@@ -75,13 +75,13 @@ spec:
75
75
template:
76
76
spec:
77
77
generateType: worker
78
-
talosVersion: v0.13
78
+
talosVersion: v0.14
79
79
```
80
80
81
81
Fields available in the `TalosConfigTemplate` (and `TalosConfig`) resources:
82
82
83
83
- `generateType`: Talos machine configuration type to generate (`controlplane`, `init` (deprecated), `worker`) or `none` for user-supplied configuration (see below)
84
-
- `talosVersion`: version of Talos to generate machine configuration for (e.g. `v0.13`, patch version might be omitted).
84
+
- `talosVersion`: version of Talos to generate machine configuration for (e.g. `v0.14`, patch version might be omitted).
85
85
CABPT defaults to the latest supported Talos version, but it can generate configuration compatible with previous versions of Talos.
86
86
It is recommended to always set this field explicitly to avoid issues when CABPT is upgraded to the version which supports new Talos version.
87
87
- `configPatches` (optional): set of machine configuration patches to apply to the generated configuration.
@@ -96,7 +96,7 @@ Machine configuration generated is compatible with the Talos version set in the
96
96
```yaml
97
97
spec:
98
98
generateType: controlplane
99
-
talosVersion: v0.13
99
+
talosVersion: v0.14
100
100
```
101
101
102
102
### User-supplied Machine Configuration
@@ -126,7 +126,7 @@ The format of these patches is based on [JSON 6902](http://jsonpatch.com/) that
0 commit comments