Selecting Cluster Nodes
Last updated
Was this helpful?
Last updated
Was this helpful?
You can use Kubernetes to specify a set of nodes of the cluster on which Akamas containers will be scheduled.
To do so you should first look for a label common to all those nodes or create a new one. You can read more about labels in Kubernetes in the .
Once you have defined a label (say nodeRole: akamas
), you can edit the values.yaml file defined in the section adding the following properties.
You can then re-apply the chart using the helm upgrade
command.