grafana / k6-operator

An operator for running distributed k6 tests.
Apache License 2.0
541 stars 147 forks source link

Set manager as first container in deployment #409

Closed TheoBrigitte closed 3 weeks ago

TheoBrigitte commented 1 month ago

This sets manager container as default container in the Deployment.

This allow for manager container to be the default container shown when using kubectl logs otherwise one need to add --container=manager in order to get logs from the manager, since kube-rbac-proxy is the current default.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.