Merge pull request #4531 from caesarxuchao/update-gc-crd

GC now support custom resources
This commit is contained in:
Andrew Chen
2017-08-01 01:08:29 -07:00
committed by GitHub
@@ -154,11 +154,8 @@ kubectl delete replicaset my-repset --cascade=false
```
## Known issues
* As of 1.7, garbage collection does not yet support
[custom resources](/docs/concepts/api-extension/custom-resources/),
such as those added through CustomResourceDefinition or aggregated API servers.
[Other known issues](https://github.com/kubernetes/kubernetes/issues/26120)
Tracked at [#26120](https://github.com/kubernetes/kubernetes/issues/26120)
{% endcapture %}