From c3c29a6f114de78ba6f6a325ea6e6d59cd9da27e Mon Sep 17 00:00:00 2001 From: Kundan Kumar Date: Wed, 5 Apr 2023 17:55:30 +0530 Subject: [PATCH] broken link removed as not available --- docs/architecture/kops-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/kops-controller.md b/docs/architecture/kops-controller.md index 3d9832f00a..af4f622817 100644 --- a/docs/architecture/kops-controller.md +++ b/docs/architecture/kops-controller.md @@ -12,7 +12,7 @@ Controllers in kops-controller: The NodeController watches Node objects, and applies labels to them from a controller. Previously this was done by the kubelet, but the fear was that this -was insecure and so [this functionality was removed](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/0000-20170814-bounding-self-labeling-kubelets.md). +was insecure and so this functionality was removed. The main difficulty here is mapping from a Node to an InstanceGroup in a way that does not render the system just as vulnerable to spoofing as it was