Skip to content

Commit e66b203

Browse files
committed
docs: update README for Talos 1.0
Update compatibility matrix. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent ff9d1e8 commit e66b203

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ providers:
4747
4848
This provider's versions are compatible with the following versions of Cluster API:
4949

50-
| | v1alpha3 (v0.3) | v1alpha4 (v0.4) | v1beta1 (v1.0) |
50+
| | v1alpha3 (v0.3) | v1alpha4 (v0.4) | v1beta1 (v1.x) |
5151
| -------------- | --------------- | --------------- | -------------- |
5252
| CABPT (v0.3.x) || | |
5353
| CABPT (v0.4.x) | || |
@@ -63,11 +63,11 @@ This provider's versions are able to install and manage the following versions o
6363
6464
This provider's versions are compatible with the following versions of Talos:
6565

66-
| | v0.11 | v0.12 | v0.13 | v0.14 |
67-
| ---------------- | ----- | ----- | ----- | ----- |
68-
| CABPT (v0.3.x) |||| |
69-
| CABPT (v0.4.x) |||||
70-
| CABPT (v0.5.x) |||||
66+
| | v0.11 | v0.12 | v0.13 | v0.14 | v1.0 |
67+
| ---------------- | ----- | ----- | ----- | ----- | ----- |
68+
| CABPT (v0.3.x) |||| | |
69+
| CABPT (v0.4.x) ||||| |
70+
| CABPT (v0.5.x) ||||||
7171

7272
CABPT generates machine configuration compatible with Talos version specified in the `talosVersion:` field (see below).
7373

@@ -85,7 +85,7 @@ spec:
8585
controlPlaneConfig:
8686
controlplane:
8787
generateType: controlplane
88-
talosVersion: v0.14
88+
talosVersion: v1.0
8989
...
9090
```
9191

@@ -98,13 +98,13 @@ spec:
9898
template:
9999
spec:
100100
generateType: worker
101-
talosVersion: v0.14
101+
talosVersion: v1.0
102102
```
103103

104104
Fields available in the `TalosConfigTemplate` (and `TalosConfig`) resources:
105105

106106
- `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).
108108
CABPT defaults to the latest supported Talos version, but it can generate configuration compatible with previous versions of Talos.
109109
It is recommended to always set this field explicitly to avoid issues when CABPT is upgraded to the version which supports new Talos version.
110110
- `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
121121
```yaml
122122
spec:
123123
generateType: controlplane
124-
talosVersion: v0.14
124+
talosVersion: v1.0
125125
```
126126

127127
### User-supplied Machine Configuration
@@ -151,7 +151,7 @@ The format of these patches is based on [JSON 6902](http://jsonpatch.com/) that
151151
```yaml
152152
spec:
153153
generateType: controlplane
154-
talosVersion: v0.14
154+
talosVersion: v1.0
155155
configPatches:
156156
- op: replace
157157
path: /machine/install

0 commit comments

Comments
 (0)