Does k3s supports the ServiceTopology feature?

2/12/2021

Does k3s supports the ServiceTopology feature, and if so, how to enable it?

-- Stephane Simard
k3s
kubernetes

1 Answer

2/13/2021

Yes, but it's a feature-gate: Using CLI:

--kube-apiserver-arg feature-gates=ServiceTopology=true,... 

I have no firsthand experience with running it on k3s.

-- DarthHTTP
Source: StackOverflow