...
Code Block | ||||
---|---|---|---|---|
| ||||
$ mkdir -p /etc/kubernetes/octavia-ingress-controller $ cd /etc/kubernetes/octavia-ingress-controller |
To set a default namespace, avoiding entering it in the CLI every time, use the following command
Code Block | ||||
---|---|---|---|---|
| ||||
$ kubectl config set-context --current --namespace=<namespace>
# Validate it
$ kubectl config view --minify | grep namespace: |
Deploy octavia-ingress-controller in the Kubernetes cluster
...