Stephane Simard
Stephane Simard

Reputation: 51

Does k3s supports the ServiceTopology feature?

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

Upvotes: 2

Views: 1036

Answers (1)

DarthHTTP
DarthHTTP

Reputation: 406

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.

Upvotes: 2

Related Questions