Is the k8s pulumi-operator even being maintained? ...
# kubernetes
q
Is the k8s pulumi-operator even being maintained? It's kinda hard to find information how to properly setup operator and stacks, cuz the information and examples are mixed with v1 and v2 versions of operator. How to pass github credentials to pulumi v2 operator? Should I use gitAuth, gitAuthSecret or secretRef? How to troubleshoot things in v2 version? Stack does not give any events and it's marked as "Stalled". Controller-manager does not give any useful logs ether.
Controler-manager logs:
Copy code
{
  "type": "Stalled",
  "status": "True",
  "lastTransitionTime": "2025-01-28T11:54:57Z",
  "reason": "SourceUnavailable",
  "message": "listing: authentication required"
}