I created two GKE clusters: c1, c2, but there are only one nodepool
gcloud container node-pools list
NAME MACHINE_TYPE DISK_SIZE_GB NODE_VERSION
default-pool n1-standard-1 100 1.9.7-gke.6
so they share the pool? i thought one cluster has one pool..
This will list all node pools for each cluster
gcloud container node-pools list --cluster=c1
gcloud container node-pools list --cluster=c2
where c1 and c2 are the names of your clusters