Replies: 1 comment 5 replies
-
ARC will not work in GKE Autopilot as of early 2023 as that error message suggests: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
name: github-action-ci
spec:
replicas: 1
template:
spec:
organization: xxx
labels:
- linux
env:
- name: RUNNER_FEATURE_FLAG_EPHEMERAL
value: "true"
apiVersion: actions.summerwind.dev/v1alpha1
kind: HorizontalRunnerAutoscaler
metadata:
name: deployment-runner-scaler
spec:
scaleTargetRef:
name: github-action-ci
minReplicas: 1
maxReplicas: 10
scaleUpTriggers:
duration: "5m"
getting following error :
Failed to create pod resource {"runner": "githu-actions-runner-system/github-action-ci-tcvss-dkldf", "error": "admission webhook "gkepol │
│ icy.common-webhooks.networking.gke.io" denied the request: GKE Policy Controller rejected the request because it violates one or more policies: {"[denied by autogke-disallow-privile │
│ ge]":["container docker is privileged; not allowed in Autopilot"]}"}
i think the privilige is by default is false rt?
could you please suggest on this?
Beta Was this translation helpful? Give feedback.
All reactions