GKE Autopilot - Any working examples? #160688
Replies: 3 comments 5 replies
-
| @adamstrawson I have yet to see anyone doing this successfully but I would love to be proven wrong. I spent a week on this last summer and ran into a number of blocking issues as you've found. I haven't seen that ServiceAccount error but the real show-stopper for us was that we use  | 
Beta Was this translation helpful? Give feedback.
-
| Just ran into this issue of privileged containers not allow in Autopilot Any reason Github cant/doesnt get allowlisted for GKE autopilot privileged containers? | 
Beta Was this translation helpful? Give feedback.
-
| 🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as  2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the  Thank you for helping bring this Discussion to a resolution! 💬 | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Am I fighting a losing battle, or has anyone managed to get
actions-runner-controllerworking within GKE Autopilot?Seems the strictness that comes with autopilot makes this incredibly difficult to run, and I've spent most of the day overcoming one issue to then hit another.
If anyone has any working
runnerDeploymentresources that they'll be able to share that works in GKE Autopilot I'll forever be grateful.Here's currently where I'm at:
The two latest errors i'm trying to battle are:
2023-05-23T17:16:45Z ERROR runner Retrying as failed to create ServiceAccount general-purpose-runner-v5txr-gv8ng resource {"runner": "actions-runner-system/general-purpose-runner-v5txr-gv8ng", "error": "serviceaccounts is forbidden: User \"system:serviceaccount:actions-runner-system:actions-runner-controller\" cannot create resource \"serviceaccounts\" in API group \"\" in the namespace \"actions-runner-system\""}And the runners I do get to run:
We're currently running these without issue on standard GKE clusters, but trying to migrate some workloads over to Autopilot, s we know they're problems specifically to running there.
Beta Was this translation helpful? Give feedback.
All reactions