def Args(parser): _Args(parser) flags.AddClusterAutoscalingFlags(parser) flags.AddLocalSSDFlag(parser) flags.AddPreemptibleFlag(parser, for_node_pool=True) flags.AddEnableAutoRepairFlag(parser, for_node_pool=True) flags.AddEnableAutoUpgradeFlag(parser, for_node_pool=True) flags.AddServiceAccountFlag(parser) flags.AddNodePoolScopesFlag(parser) flags.AddMinCpuPlatformFlag(parser, for_node_pool=True, hidden=True)
def Args(parser): _Args(parser) flags.AddClusterAutoscalingFlags(parser) flags.AddLocalSSDFlag(parser) flags.AddPreemptibleFlag(parser, for_node_pool=True) flags.AddEnableAutoRepairFlag(parser, for_node_pool=True) flags.AddServiceAccountFlag(parser) flags.AddAcceleratorArgs(parser) flags.AddNodePoolScopesFlag(parser) flags.AddMinCpuPlatformFlag(parser, for_node_pool=True) flags.AddWorkloadMetadataFromNodeFlag(parser, hidden=True) flags.AddNodeTaintsFlag(parser, for_node_pool=True)