We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c88b16 commit ea47ab8Copy full SHA for ea47ab8
docs/troubleshoot.md
@@ -38,7 +38,7 @@ Less frequently used commands:
38
"Message": "0/3 nodes are available: 1 Insufficient memory, 3 Insufficient cpu.",
39
```
40
41
- This indicates that no available nodes meet the requirements specified for the corresponding nodes.
+ This means that your cluster is under provisioned (i.e. has too few nodes, or not enough CPU and memory).
42
If you're using Google Cloud Platform, note that the default node type is `n1-standard-1`, a machine
43
with only one CPU, and that some components request a 2-CPU node. When creating a cluster, use
44
`--machine-type=n1-standard-16`.
0 commit comments