Installing Keptn …
Helm Chart used for Keptn installation: https://storage.googleapis.com/keptn-installer/keptn-0.11.2.tgz
Start upgrading Helm Chart keptn in namespace keptn
Finished upgrading Helm Chart keptn in namespace keptn
Keptn control plane has been successfully set up on your cluster.
Installing execution plane services for continuous-delivery use case.
Start upgrading Helm Chart helm-service in namespace keptn
Finished upgrading Helm Chart helm-service in namespace keptn
Start upgrading Helm Chart jmeter-service in namespace keptn
Finished upgrading Helm Chart jmeter-service in namespace keptn
—————————————————
* To quickly access Keptn, you can use a port-forward and then authenticate your Keptn CLI:
- kubectl -n keptn port-forward service/api-gateway-nginx 8080:80
- keptn auth –endpoint=http://localhost:8080/api –api-token=$(kubectl get secret keptn-api-token -n keptn -ojsonpath={.data.keptn-api-token} | base64 –decode)
* Alternatively, follow the instructions provided at: https://keptn.sh/docs/0.10.x/operate/install/#authenticate-keptn-cli
* To expose Keptn on a public endpoint, please continue with the installation guidelines provided at:
- https://keptn.sh/docs/0.10.x/operate/install#install-keptn
At the authentication step https://keptn.sh/docs/quickstart/ , it should be --decode at the end