Sivanandha Rajadurai
08/28/2023, 5:59 PMJamie Zieziula
08/28/2023, 8:47 PM- apiGroups: [""]
resources: ["pods", "pods/log", "pods/status"]
verbs: ["get", "watch", "list"]
- apiGroups: ["batch"]
resources: ["jobs"]
verbs: [ "get", "list", "watch", "create", "update", "patch", "delete" ]
Jamie Zieziula
08/28/2023, 8:49 PMkube-system
namespace and grab its UUID. If you don’t want to allow that - you can specify any UUID to use on the workers configuration under container environment variables like so:
- name: PREFECT_KUBERNETES_CLUSTER_UID
value: "UUID_HERE"
Sivanandha Rajadurai
08/28/2023, 10:25 PMMarty Ko
08/31/2023, 7:00 AMJamie Zieziula
08/31/2023, 5:22 PM