From c733452058c6adcf6b0a84b4a9a4bc0d1e87f131 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Sat, 24 Mar 2018 11:21:53 +0800 Subject: [PATCH] fix link error 404 --- CHANGELOG-1.9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-1.9.md b/CHANGELOG-1.9.md index 20cc263c935..724508f9dea 100644 --- a/CHANGELOG-1.9.md +++ b/CHANGELOG-1.9.md @@ -763,7 +763,7 @@ As announced with the release of version 1.8, the Kubernetes Workloads API is at #### **Custom Resources** * Validation of resources defined by a Custom Resource Definition (CRD) is now in beta ([#54647](https://github.com/kubernetes/kubernetes/pull/54647),[ @colemickens](https://github.com/colemickens)) -* An example CRD controller has been added, at [github.com/kubernetes/sample-controller](github.com/kubernetes/sample-controller). ([#52753](https://github.com/kubernetes/kubernetes/pull/52753),[ @munnerz](https://github.com/munnerz)) +* An example CRD controller has been added, at [github.com/kubernetes/sample-controller](https://github.com/kubernetes/sample-controller). ([#52753](https://github.com/kubernetes/kubernetes/pull/52753),[ @munnerz](https://github.com/munnerz)) * Custom resources served by CustomResourceDefinition objects now support field selectors for `metadata.name` and `metadata.namespace`. Also fixed an issue with watching a single object; earlier versions could watch only a collection, and so a watch on an instance would fail. ([#53345](https://github.com/kubernetes/kubernetes/pull/53345),[ @ncdc](https://github.com/ncdc)) #### **Other**