Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error creating NodePool #22

Open
Kavinjsir opened this issue Aug 14, 2023 · 2 comments
Open

Error creating NodePool #22

Kavinjsir opened this issue Aug 14, 2023 · 2 comments

Comments

@Kavinjsir
Copy link

Hi, I'm getting start with the tutorial and by running tf apply, following error occurred:

Screenshot 2023-08-13 at 11 35 28 PM

I tried resolving it by changing the location as:

Screenshot 2023-08-13 at 11 37 16 PM

As I'm quite new to google cluster, wondering if this is relative to the zonal cluster OR if somewhere I might be missing?

@blaur
Copy link

blaur commented Aug 29, 2023

@Kavinjsir There is an overall quota that is blocking you. Under Compute Engine API (https://console.cloud.google.com/apis/api/compute.googleapis.com/quotas). You either need to raise your quota to more than 500GB for Persistent Disk SSD or alternatively lower the disk size on your primary nodes (I think it can be set using disk_size_gb).

@lukas-vlcek
Copy link

I also run into this issue. Given that the tutorial is presented as something that should work with Free Tier OOTB it would be useful to add the disk_size_gb configuration directly into the gke.tf. It could be commented out with some explanation.

In my case something was just eating ~100GB disk space from my SSD quota (not sure what was that because all the other project were deleted – though they were still scheduled for deletion so maybe that is why ... and this can be a common cause of the issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants