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
The helm chart in the repository includes a ClusterRoleBinding and ServiceAccount for granting cluster admin access to the locust service.
However, the cluster admin access is not needed by the locust service, since it just executes locust without any need to access any resources within the kubernetes cluster.
I just tested it on our execution plane - running the locust service without the ClusterRoleBinding and ServiceAccount works like a charm. So, the whole file helm/templates/serviceaccount.yaml can be removed.
The text was updated successfully, but these errors were encountered:
didiladi
added a commit
to didiladi/locust-service
that referenced
this issue
Apr 21, 2021
This commit removes the `ClusterRoleBinding` and `ServiceAccount` from
the helm chart. The cluster admin access is not needed by the locust
service, since it just executes locust without any need to access any
resources within the kubernetes cluster.
fixeskeptn-sandbox#23
This commit removes the `ClusterRoleBinding` and `ServiceAccount` from
the helm chart. The cluster admin access is not needed by the locust
service, since it just executes locust without any need to access any
resources within the kubernetes cluster.
fixeskeptn-sandbox#23
Signed-off-by: Dieter Ladenhauf <[email protected]>
The helm chart in the repository includes a
ClusterRoleBinding
andServiceAccount
for granting cluster admin access to the locust service.However, the cluster admin access is not needed by the locust service, since it just executes locust without any need to access any resources within the kubernetes cluster.
I just tested it on our execution plane - running the locust service without the
ClusterRoleBinding
andServiceAccount
works like a charm. So, the whole filehelm/templates/serviceaccount.yaml
can be removed.The text was updated successfully, but these errors were encountered: