Fix incorrect URLs in the 1.9 release notes
parent
1f2601ca16
commit
43994678af
|
@ -375,7 +375,7 @@ Consider the following changes, limitations, and guidelines before you upgrade:
|
|||
|
||||
### **Multicluster**
|
||||
|
||||
* Development of Kubernetes Federation has moved to [github.com/kubernetes/federation](https://github.com/kubernetes/kubernetes/tree/master/./github.com/kubernetes/federation). This move out of tree also means that Federation will begin releasing separately from Kubernetes. Impact:
|
||||
* Development of Kubernetes Federation has moved to [github.com/kubernetes/federation](https://github.com/kubernetes/federation). This move out of tree also means that Federation will begin releasing separately from Kubernetes. Impact:
|
||||
* Federation-specific behavior will no longer be included in kubectl
|
||||
* kubefed will no longer be released as part of Kubernetes
|
||||
* The Federation servers will no longer be included in the hyperkube binary and image. ([#53816](https://github.com/kubernetes/kubernetes/pull/53816),[ @marun](https://github.com/marun))
|
||||
|
@ -512,7 +512,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](https://github.com/kubernetes/kubernetes/tree/master/./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**
|
||||
|
|
Loading…
Reference in New Issue