Mikołaj Stefaniak
Mikołaj Stefaniak
is this not a duplicate functionality of our "silent mode" (`-s` flag) ?
@clehene we have a plan of doing that but with a lower priority as for now.
@Huncho3511 how can we help you ?
@melinath The successful gcloud command to create Cloud Run Job: ``` gcloud beta run jobs create gke-policy-automation --image europe-west2-docker.pkg.dev/xyz/gke-policy-automation/gke-policy-automation:latest --command=/gke-policy,check --args=-c,/etc/secrets/config.yaml --set-secrets /etc/secrets/config.yaml=gke-policy-automation:latest --service-account=gke-policy-automation@xyz.iam.gserviceaccount.com --set-env-vars=GKE_POLICY_LOG=INFO --region=europe-west2 --project=xyz ``` results in...
References: * [Compare GKE Autopilot and Standard](https://cloud.google.com/kubernetes-engine/docs/resources/autopilot-standard-feature-comparison) * [GKE Autopilot security capabilities](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-security) * [Resource requests in Autopilot](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-resource-requests)
This feature most likely duplicates the [already existing API](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/checkAutopilotCompatibility) capabilities and existing `gcloud` command: `gcloud container clusters check-autopilot-compatibility` We need to verify what checks are supported by the API provides...
Thank you @megalucio for opening this pull request! Can you please go to [https://cla.developers.google.com](https://cla.developers.google.com/) and sign the *Contributor License Agreement* so we can have it merged?
Stale, closing this PR
Update: I played around with Cloud Run jobs Terraform resource. It works good but there is a dependency on a container image presence in Artifact Registry - job creation fails,...