I'm new to Kubernetes, and I struggle to make sense of this article.
The article suggest to rename NodeSet, but I can't find any resources of type NodeSet in my cluster.
And how can renaming a nodeset create a new StatfulSet with increased storage capacity?
I do try this before ...
Modify the Node Set Name and New Size , then reapply the yaml
> ...
> nodeSets:
> #Define the Node nameing and number of size
> - name: master-1 # Modify This Name
> count: 3
> #Define Using PVC and Size
> volumeClaimTemplates:
> - metadata:
> name: elasticsearch-data
> spec:
> accessModes:
> - ReadWriteOnce
> resources:
> requests:
> storage: 500Gi #Modify your new size
> storageClassName: standard
> config:
> #Define the role for the node
> node.master: true
> ...
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.