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:
Brad Beam
2019-12-10 17:44:07 +00:00
committed by Andrew Rynhard
parent 5fb12f735a
commit 9584b47cd7
54 changed files with 106 additions and 78 deletions

View File

@@ -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`.