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
We have added a ClusterRole in hpo-operator-rolebinding.yml file under kind: ClusterRoleBinding which has a role name as system:build-strategy-docker. This is needed to install python modules inside kubernetes/openshift.
We need to find an alternate solution to make the role more restrictive i.e. avoid giving more permissions to a role than actually required.
The text was updated successfully, but these errors were encountered:
Adding venv is not helping. We're still facing the same issue.
The docker image builds successfully and works on minikube but it fails on openshift when it rebuilds there, due to the restriction it imposes.
Looking deeper into python permissions when the modules are installed.
We have added a ClusterRole in hpo-operator-rolebinding.yml file under kind: ClusterRoleBinding which has a role name as system:build-strategy-docker. This is needed to install python modules inside kubernetes/openshift.
We need to find an alternate solution to make the role more restrictive i.e. avoid giving more permissions to a role than actually required.
The text was updated successfully, but these errors were encountered: