mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
Bump default snap channel to 1.8/stable in juju charms
This commit is contained in:
parent
7b61fb37ef
commit
80f06ffee7
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
options:
|
||||
channel:
|
||||
type: string
|
||||
default: "1.7/stable"
|
||||
default: "1.8/stable"
|
||||
description: |
|
||||
Snap channel to install Kubernetes snaps from
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ options:
|
|||
detected on a worker node.
|
||||
channel:
|
||||
type: string
|
||||
default: "1.7/stable"
|
||||
default: "1.8/stable"
|
||||
description: |
|
||||
Snap channel to install Kubernetes master services from
|
||||
client_password:
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ options:
|
|||
switch to privileged mode if gpu hardware is detected.
|
||||
channel:
|
||||
type: string
|
||||
default: "1.7/stable"
|
||||
default: "1.8/stable"
|
||||
description: |
|
||||
Snap channel to install Kubernetes worker services from
|
||||
require-manual-upgrade:
|
||||
|
|
|
|||
Loading…
Reference in a new issue