mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Configure the default channel to 1.10/stable
This commit is contained in:
parent
8438cbe669
commit
ad560291a2
@ -1,6 +1,6 @@
|
|||||||
options:
|
options:
|
||||||
channel:
|
channel:
|
||||||
type: string
|
type: string
|
||||||
default: "1.9/stable"
|
default: "1.10/stable"
|
||||||
description: |
|
description: |
|
||||||
Snap channel to install Kubernetes snaps from
|
Snap channel to install Kubernetes snaps from
|
||||||
|
@ -41,7 +41,7 @@ options:
|
|||||||
will not be loaded.
|
will not be loaded.
|
||||||
channel:
|
channel:
|
||||||
type: string
|
type: string
|
||||||
default: "1.9/stable"
|
default: "1.10/stable"
|
||||||
description: |
|
description: |
|
||||||
Snap channel to install Kubernetes master services from
|
Snap channel to install Kubernetes master services from
|
||||||
client_password:
|
client_password:
|
||||||
|
@ -22,7 +22,7 @@ options:
|
|||||||
switch to privileged mode if gpu hardware is detected.
|
switch to privileged mode if gpu hardware is detected.
|
||||||
channel:
|
channel:
|
||||||
type: string
|
type: string
|
||||||
default: "1.9/stable"
|
default: "1.10/stable"
|
||||||
description: |
|
description: |
|
||||||
Snap channel to install Kubernetes worker services from
|
Snap channel to install Kubernetes worker services from
|
||||||
require-manual-upgrade:
|
require-manual-upgrade:
|
||||||
|
Loading…
Reference in New Issue
Block a user