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).
73
73
@@ -85,7 +85,7 @@ spec:
85
85
controlPlaneConfig:
86
86
controlplane:
87
87
generateType: controlplane
88
-
talosVersion: v0.14
88
+
talosVersion: v1.0
89
89
...
90
90
```
91
91
@@ -98,13 +98,13 @@ spec:
98
98
template:
99
99
spec:
100
100
generateType: worker
101
-
talosVersion: v0.14
101
+
talosVersion: v1.0
102
102
```
103
103
104
104
Fields available in the `TalosConfigTemplate` (and `TalosConfig`) resources:
105
105
106
106
- `generateType`: Talos machine configuration type to generate (`controlplane`, `init` (deprecated), `worker`) or `none`for user-supplied configuration (see below)
107
-
- `talosVersion`: version of Talos to generate machine configuration for (e.g. `v0.14`, patch version might be omitted).
107
+
- `talosVersion`: version of Talos to generate machine configuration for (e.g. `v1.0`, patch version might be omitted).
108
108
CABPT defaults to the latest supported Talos version, but it can generate configuration compatible with previous versions of Talos.
109
109
It is recommended to always set this field explicitly to avoid issues when CABPT is upgraded to the version which supports new Talos version.
110
110
- `configPatches` (optional): set of machine configuration patches to apply to the generated configuration.
@@ -121,7 +121,7 @@ Machine configuration generated is compatible with the Talos version set in the
121
121
```yaml
122
122
spec:
123
123
generateType: controlplane
124
-
talosVersion: v0.14
124
+
talosVersion: v1.0
125
125
```
126
126
127
127
### User-supplied Machine Configuration
@@ -151,7 +151,7 @@ The format of these patches is based on [JSON 6902](http://jsonpatch.com/) that
0 commit comments