number_of_replicas set to 1 will still not make any replicas if you only have one data node. You can change the number of replicas for indices on the fly with an API call (which is also in Elasticsearch Curator), so in order to maintain a green cluster state, I'd set number_of_replicas to 0 while you only have one data node.
3 Likes