You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement support for OpenShift wrt service account (#1013)
* feat: implement support for OpenShift wrt service account
Curently both serviceAccount and serviceAccountName must
be set on a Pod/Deployment/StatefulSet.
More details in the documentation:
https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/building_applications/deployments#deployments-running-pod-svc-acct_deployment-operations
* refactor: rewrite cluster type detection to avoid boolean flag parameters
* fix(controller): update image for oauth2-proxy
The original bitnami image has been phased out.
* refactor: ClusterType rather than K8sVariant
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
* refactor: remove Unknown cluster type
In case of detection failure, it's the error
that is important not the string value.
* chore: make the cluster detection information more generic
---------
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
0 commit comments