You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
466 B
466 B
Using this Ansible role from Kubernetes
Open job.yaml and to tailor it to your environment. Update at least
the hostname and access_token fields of the Secret object.
You can also edit the sso_issuer_endpoint field if your API needs to be secured
with OpenID Connect.
Once finished, you can create the job:
kubectl create -f job.yaml
And wait for the job to complete:
kubectl get pods -l job-name=deploy-3scale-api -w