Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Dec 13, 2024
1 parent 9e41f6d commit 4953cdb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/src/charm/howto/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ create, for example, Cinder volumes.
To follow this guide, you will need:

- An [OpenStack][openstack] cloud environment.
- The installation requires Octavia to be available both to support Kubernetes
LoadBalancer services and to support the creation of a load balancer for the
Kubernetes API.
- Octavia available both to support Kubernetes LoadBalancer services and to
support the creation of a load balancer for the Kubernetes API.
- A valid [proxy configuration][proxy] in constrained environments.

## Installing {{product}} on OpenStack
Expand Down Expand Up @@ -59,7 +58,7 @@ juju deploy canonical-kubernetes --overlay ~/path/openstack-overlay.yaml --trust
...and remember to fetch the configuration file!

```
juju ssh k8s/0 -- cat config > ~/.kube/config
juju run k8s/leader get-kubeconfig | yq eval '.kubeconfig' > kubeconfig
```

The {{product}} bundle is now deployed and integrated with OpenStack. Run
Expand Down

0 comments on commit 4953cdb

Please sign in to comment.