Merge pull request #57400 from juju-solutions/feature/prep-1.9-release

Automatic merge from submit-queue (batch tested with PRs 57400, 57403, 57303). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Pointing juju charms to 1.9

**What this PR does / why we need it**: Point juju charms to 1.9 k8s release

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```NONE

```
This commit is contained in:
Kubernetes Submit Queue 2017-12-19 11:27:32 -08:00 committed by GitHub
commit 866d1bed6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
options:
channel:
type: string
default: "1.8/stable"
default: "1.9/stable"
description: |
Snap channel to install Kubernetes snaps from

View File

@ -33,7 +33,7 @@ options:
detected on a worker node.
channel:
type: string
default: "1.8/stable"
default: "1.9/stable"
description: |
Snap channel to install Kubernetes master services from
client_password:

View File

@ -22,7 +22,7 @@ options:
switch to privileged mode if gpu hardware is detected.
channel:
type: string
default: "1.8/stable"
default: "1.9/stable"
description: |
Snap channel to install Kubernetes worker services from
require-manual-upgrade: