Using the Kubernetes Driver, I want to limit deployments to a specific node. I tried using withLabels("hostname=NAME") on the component, but this setting seems to be ignored, there are pods started on other nodes.
Is this expected behavior with Kubernetes? If so, can we limit deployment at the moment or is it supported in Kubernetes at all?
Using the Kubernetes Driver, I want to limit deployments to a specific node. I tried using
withLabels("hostname=NAME")on the component, but this setting seems to be ignored, there are pods started on other nodes.Is this expected behavior with Kubernetes? If so, can we limit deployment at the moment or is it supported in Kubernetes at all?