Context
In the Kubernetes deployment guide, some examples use command-line --set distributedDeployment=true while others could benefit from having this setting in the YAML example files for consistency.
Improvement
Move the distributedDeployment setting from command-line overrides into the YAML example files (e.g., dedicated-scheduling.yaml, shared-scheduling.yaml) for better consistency and clarity.
References
Context
In the Kubernetes deployment guide, some examples use command-line
--set distributedDeployment=truewhile others could benefit from having this setting in the YAML example files for consistency.Improvement
Move the
distributedDeploymentsetting from command-line overrides into the YAML example files (e.g.,dedicated-scheduling.yaml,shared-scheduling.yaml) for better consistency and clarity.References