mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 16:21:13 +00:00
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:
commit
ef2edcc94e
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user