mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Merge pull request #8502 from whitmo/juju-petstore-action
Juju provider petstore action & kubectl.sh fix
This commit is contained in:
@@ -5,7 +5,6 @@ wide number of clouds, supporting service orchestration once the bundle of
|
||||
services has been deployed.
|
||||
|
||||
|
||||
|
||||
### Prerequisites
|
||||
|
||||
> Note: If you're running kube-up, on ubuntu - all of the dependencies
|
||||
@@ -165,8 +164,23 @@ We can add minion units like so:
|
||||
juju add-unit docker # creates unit docker/2, kubernetes/2, docker-flannel/2
|
||||
|
||||
|
||||
## Launch the "petstore" example app
|
||||
|
||||
The petstore example is available as a
|
||||
[juju action](https://jujucharms.com/docs/devel/actions).
|
||||
|
||||
juju action do kubernetes-master/0
|
||||
|
||||
|
||||
Note: this example includes curl statements to exercise the app.
|
||||
|
||||
|
||||
## Tear down cluster
|
||||
|
||||
./kube-down.sh
|
||||
|
||||
or
|
||||
|
||||
juju destroy-environment --force `juju env`
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user