From e4b5a54eb65968496b0f40f3d066f241b495a880 Mon Sep 17 00:00:00 2001 From: Cria Hu Date: Tue, 26 Nov 2019 14:35:17 +0800 Subject: [PATCH] fix broken link:https://kubernetes.io/docs/concepts/overview/object-management-kubectl/ --- CHANGELOG-1.13.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-1.13.md b/CHANGELOG-1.13.md index d85a287f502..fb72d87e05a 100644 --- a/CHANGELOG-1.13.md +++ b/CHANGELOG-1.13.md @@ -1165,7 +1165,7 @@ During the 1.13 release cycle, SIG Big Data has been focused on community engage ### SIG CLI -Over the course of 1.13 release SIG CLI mostly focused on stabilizing the items we’ve been working on over the past releases such as server-side printing and its support in kubectl, as well as finishing [kubectl diff which is based on server-side dry-run feature](https://kubernetes.io/docs/concepts/overview/object-management-kubectl/#how-to-create-objects). We’ve continued separating kubectl code to prepare for extraction out of main repository. Finally, thanks to the awesome support and feedback from community we’ve managed to promote the new [plugin mechanism to Beta](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/). +Over the course of 1.13 release SIG CLI mostly focused on stabilizing the items we’ve been working on over the past releases such as server-side printing and its support in kubectl, as well as finishing [kubectl diff which is based on server-side dry-run feature](https://kubernetes.io/docs/concepts/overview/working-with-objects/object-management/#how-to-create-objects). We’ve continued separating kubectl code to prepare for extraction out of main repository. Finally, thanks to the awesome support and feedback from community we’ve managed to promote the new [plugin mechanism to Beta](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/). ### SIG Cloud Provider