Open1

[GKE]デプロイ周りで発生したエラー

yjiro0403yjiro0403

Does not have minimum availability

spec:
      containers:
      # [START proxy_container]
      - image: gcr.io/cloudsql-docker/gce-proxy:1.16

→ 下記URLのpolls.yamlまでを参考に手順に間違えがないか確認

https://cloud.google.com/python/django/kubernetes-engine?hl=ja#macos-64-bit

さらにimageの確認

$ docker build --platform amd64 -t [imageのURL] . //--platformの中身が使用しているPCのOSに準拠しているか確認
$ docker push [imageのURL]