mirror of
https://github.com/lingble/talos.git
synced 2025-12-25 00:47:06 +00:00
feat: Upgrade kubernetes to 1.17.0
Primarily doc/constant changes. Added additionnal bits to `docs` target in makefile to generate osctl docs as well as config files. Explicitly define a HOME variable so we get consistent home directories for talosconfig variables in our docs. Signed-off-by: Brad Beam <brad.beam@talos-systems.com>
This commit is contained in:
committed by
Andrew Rynhard
parent
5fb12f735a
commit
9584b47cd7
@@ -35,7 +35,7 @@ machine:
|
||||
force: false
|
||||
cluster:
|
||||
controlPlane:
|
||||
version: 1.16.2
|
||||
version: 1.17.0
|
||||
endpoint: https://1.2.3.4
|
||||
clusterName: example
|
||||
network:
|
||||
@@ -341,7 +341,7 @@ Examples:
|
||||
|
||||
```yaml
|
||||
controlPlane:
|
||||
version: 1.16.2
|
||||
version: 1.17.0
|
||||
endpoint: https://1.2.3.4
|
||||
localAPIServerPort: 443
|
||||
|
||||
@@ -688,7 +688,7 @@ Type: `string`
|
||||
Examples:
|
||||
|
||||
```yaml
|
||||
1.16.2
|
||||
1.17.0
|
||||
```
|
||||
|
||||
> Note: The version must be of the format `major.minor.patch`, _without_ a leading `v`.
|
||||
|
||||
Reference in New Issue
Block a user