Merge pull request #44456 from mbruzek/e2e-update

Automatic merge from submit-queue

Fixing the kubernetes-e2e charm README to use the containers namespace.

**What this PR does / why we need it**: The deploy command is not correct in the README.

**Which issue this PR fixes**: fixes https://github.com/juju-solutions/bundle-canonical-kubernetes/issues/251

**Special notes for your reviewer**: This is a text based change to the kubernetes-e2e charm README

**Release note**:
```release-note
NONE
```

A user pointed out the instructions in the kubernetes-e2e README were incorrect. Fixing that.
This commit is contained in:
Kubernetes Submit Queue 2017-04-13 14:04:27 -07:00 committed by GitHub
commit ef2edcc94e

View File

@ -20,7 +20,7 @@ and then relate the `kubernetes-e2e` charm.
```shell ```shell
juju deploy kubernetes-core juju deploy kubernetes-core
juju deploy kubernetes-e2e juju deploy cs:~containers/kubernetes-e2e
juju add-relation kubernetes-e2e kubernetes-master juju add-relation kubernetes-e2e kubernetes-master
juju add-relation kubernetes-e2e easyrsa juju add-relation kubernetes-e2e easyrsa
``` ```