def Args(parser): """Register flags for this command.""" flags.AddClusterArgToParser(parser) parser.add_argument('--node-count', required=True, type=int, help="""\ Initial number of nodes in the cluster """) parser.add_argument('--zone', required=True, help="""\ Zone in which to create nodes in the cluster """) labels_util.AddCreateLabelsFlags(parser)
def Args(parser): """Register flags for this command.""" flags.AddClusterArgToParser(parser)