wordpressをGKEでデプロイしようとしてGoogleの公式ドキュメントを参考にしたのですが、クラスターを作成しようとすると以下のようなエラーが出てしまいます。kubectl、k8sの有効化、課金設定の有効化といった考えうることは試したのですが、うまくいきません。
問題が何か分からないので、他に考えられる問題を教えていただきたいです。
発生している問題・エラーメッセージ
ERROR: (gcloud.container.clusters.create) ResponseError: code=403, message= (1) insufficient regional quota to satisfy request: resource "CPUS": request requires '9.0' and is short '4.0'. project has a quota of '8.0' with '5.0' available. (2) insufficient regional quota to satisfy request: resource "IN_USE_ADDRESSES": request requires '9.0' and is short '4.0'. project has a quota of '8.0' with '5.0' a vailable.
CLUSTER_NAME=persistent-disk-tutorial gcloud container clusters create $CLUSTER_NAME \ --num-nodes=3 --enable-autoupgrade --no-enable-basic-auth \ --no-issue-client-certificate --enable-ip-alias --metadata \ disable-legacy-endpoints=true
試したこと
・プロジェクトが選択できているか
・課金設定の有効化
・kubectlのインストール
・k8sの有効化
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。