Skip to content

Create our basic OpenStack namespace

The following command will generate our OpenStack namespace and ensure we have everything needed to proceed with the deployment.

kubectl apply -k /opt/genestack/base-kustomize/openstack

Then you can create all needed secrets by running the create-secrets.sh command located in /opt/genestack/bin

/opt/genestack/bin/create-secrets.sh

That will create a secrets.yaml file located in /etc/genestack

You can then apply them to kubernetes with the following command:

kubectl apply -f /etc/genestack/secrets.yaml -n openstack