Commit ef2edcc9 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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.
parents b75a0169 7f3f05e1
...@@ -20,7 +20,7 @@ and then relate the `kubernetes-e2e` charm. ...@@ -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
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment