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
On GKE, Arcane Operator fails to manage jobs as it lacks the jobs/status privileges on the built-in cluster-roles / role-assignments.
Steps to reproduce the issue
Create GKE cluster with Arcane Operator installed from helm
Create new Stream
Try to manage that stream by annotating it
Arcane operator fails to find job but also cant submit conflicting job
[11:15:51 WRN] Failed to find a job arcane/my-job
[11:15:51 INF] Modified a stream definition with id my-job
[11:15:51 INF] Starting a new stream job with an id my-job
[11:15:51 WRN] Streaming job with ID my-job already exists
Describe the results you expected
Correct management of stream
System information
v0.0.10
The text was updated successfully, but these errors were encountered:
A note for future me: I have never seen anything like that in a clear EKS installation, need a GKE cluster to reproduce the issue, probably something is wrong with RBAC setup in the Helm chart.
Description
On GKE, Arcane Operator fails to manage jobs as it lacks the jobs/status privileges on the built-in cluster-roles / role-assignments.
Steps to reproduce the issue
Describe the results you expected
Correct management of stream
System information
v0.0.10
The text was updated successfully, but these errors were encountered: