Open linus78 opened 4 months ago
I defined in the MustGather a custom service account:
serviceAccountRef: name: must-gather-sa
This SA is cluster-admin.
Nevertheless must-gather fails, because daemonset/perf-node-gather-daemonset is created WITHOUT
spec: serviceAccountName: must-gather-sa
and therefore the SA default is used, which has no cluster-admin rights and therefore it fails.
That's why the MustGather serviceAccountRef feature is broken and must-gather-operator can only be used with default SA.
I defined in the MustGather a custom service account:
This SA is cluster-admin.
Nevertheless must-gather fails, because daemonset/perf-node-gather-daemonset is created WITHOUT
and therefore the SA default is used, which has no cluster-admin rights and therefore it fails.
That's why the MustGather serviceAccountRef feature is broken and must-gather-operator can only be used with default SA.