It should be C, IMHO. C. Worker node count
https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-7992B7F6-9174-44F4-99BE-C0B5C45FA2EC.html
You can scale out a Tanzu Kubernetes cluster by increasing the number of worker nodes using kubectl.
Locate the spec.topology.workers.count parameter and increase the number of nodes.
...
workers:
replicas: 3
...
...
workers:
replicas: 4
...
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
harofe2121
1 year agolotso
1 year, 2 months ago