Merge pull request #101011 from lojies/fixbrokelinkinmirrorclient

fix broken link for issue 101008
This commit is contained in:
Kubernetes Prow Robot 2021-04-22 13:18:49 -07:00 committed by GitHub
commit ba4d8f7cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ func (mc *basicMirrorClient) CreateMirrorPod(pod *v1.Pod) error {
// With the MirrorPodNodeRestriction feature, mirror pods are required to have an owner reference
// to the owning node.
// See http://git.k8s.io/enhancements/keps/sig-auth/20190916-noderestriction-pods.md
// See https://git.k8s.io/enhancements/keps/sig-auth/1314-node-restriction-pods/README.md
nodeUID, err := mc.getNodeUID()
if err != nil {
return fmt.Errorf("failed to get node UID: %v", err)