From 958411f452377fda0e3e69a212fe339e73ff499b Mon Sep 17 00:00:00 2001 From: wangyamei Date: Sat, 5 Dec 2020 22:59:43 +0800 Subject: [PATCH] Fix the wrong link to server-side-apply conflicts --- staging/src/k8s.io/kubectl/pkg/cmd/apply/apply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubectl/pkg/cmd/apply/apply.go b/staging/src/k8s.io/kubectl/pkg/cmd/apply/apply.go index 2722af720c7..5d323c38f3e 100644 --- a/staging/src/k8s.io/kubectl/pkg/cmd/apply/apply.go +++ b/staging/src/k8s.io/kubectl/pkg/cmd/apply/apply.go @@ -464,7 +464,7 @@ are the ways you can resolve this warning: * You may co-own fields by updating your manifest to match the existing value; in this case, you'll become the manager if the other manager(s) stop managing the field (remove it from their configuration). -See http://k8s.io/docs/reference/using-api/api-concepts/#conflicts`, err) +See http://k8s.io/docs/reference/using-api/server-side-apply/#conflicts`, err) } return err }