{{t "clusterNew.googlegke.nodePools.nodes.title"}}


{{!-- --}} {{#if upgradeAvailable}}
{{else}}
{{nodePool.version}}
{{/if}}
{{#if isNewNodePool}} {{t "generic.gigabyte"}} {{else}} {{nodePool.config.diskSizeGb}}{{t "generic.gigabyte"}} {{/if}}
{{#if isNewNodePool}} {{t "generic.gigabyte"}} {{else}} {{nodePool.config.localSsdCount}}{{t "generic.gigabyte"}} {{/if}}

{{t "clusterNew.googlegke.nodePools.groups.title"}}


{{#if (gt regionalTotalNodeCounts nodePool.initialNodeCount)}} {{t "clusterNew.googlegke.locations.warning" totalNodes=regionalTotalNodeCounts }} {{/if}}
{{#if showManagementWarning}}
{{/if}}
{{#if nodePool.autoscaling.enabled}}
{{/if}}
{{#if (eq oauthScopesSelection "custom")}} {{gke-access-scope config=scopeConfig readOnly=(not isNewNodePool) change=(action "updateScopes") }} {{/if}}