How do I disable kubernetes auto-discovery? #48867
-
When I added my EKS cluster to the teleport instance I neglected to notice it having "auto-discovery" enabled. Due to the workload in this cluster, I now have hundreds of services listed that I didn't intend to create! I tried editing the configmap on the destination cluster and re-starting the teleport agent, however when it came back up the configmap was reverted to 'enabled: true' If possible, can you link me where in the public docs this is answered? I feel like there's not a lot of discoverable documentation on managing resources after they are created. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
When you configure the roles in the values.yaml update to only roles: kube |
Beta Was this translation helpful? Give feedback.
When you configure the roles in the values.yaml update to only
kube
. Be default it includeskube,app,discovery
.