Is your feature request related to a problem? Please describe.
Deployment to GKE Aotopilot clusters is not currently supported.
Describe the solution you'd like
It would be great if we could deploy to our Autopilot clusters
Describe alternatives you've considered
We can run a standard GKE cluster which is working fine.
Additional context
Create an Autopilot cluster in GKE and attempt to deploy. Unfortunately this fails currently.
Output from px deploy command
px deploy --kubeconfig /Users/***/.kube/config
Pixie CLI
Running Cluster Checks:
✔ Kernel version > 4.14.0
✔ Cluster type is supported
✔ K8s version > 1.12.0
✔ Kubectl > 1.10.0 is present
✔ User can create namespace
✔ Cluster type is in list of known supported types
Installing version: 0.7.12
Generating YAMLs for Pixie
Deploying Pixie to the following cluster: ***-autopilot
Is the cluster correct? (y/n) [y] :
Found 5 nodes
✔ Creating namespace
✔ Deleting stale Pixie objects, if any
✔ Deploying secrets and configmaps
✔ Deploying dependencies: NATS
✕ Deploying Cloud Connector ERR: admission webhook "validation.gatekeeper.sh" denied the request: [denied by autogke-no-write-mode-hostpath] hostPath volume sys used in container app uses path /sys which is not allowed in Autopilot. Allowed path prefixes for hostPath volumes are: ["/var/log/"]. Requesting user: <***> and groups: <["system:authenticated"]>
FATA[0153] Failed to deploy Vizier error="admission webhook \"validation.gatekeeper.sh\" denied the request: [denied by autogke-no-write-mode-hostpath] hostPath volume sys used in container app uses path /sys which is not allowed in Autopilot. Allowed path prefixes for hostPath volumes are: [\"/var/log/\"]. Requesting user: <***> and groups: <[\"system:authenticated\"]>"
Is your feature request related to a problem? Please describe.
Deployment to GKE Aotopilot clusters is not currently supported.
Describe the solution you'd like
It would be great if we could deploy to our Autopilot clusters
Describe alternatives you've considered
We can run a standard GKE cluster which is working fine.
Additional context
Create an Autopilot cluster in GKE and attempt to deploy. Unfortunately this fails currently.
Output from
px deploycommand