Skip to content

Commit

Permalink
Add a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Dec 18, 2018
1 parent 51a11c1 commit acf683b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions concepts/crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

本文是如何创建 CRD 来扩展 Kubernetes API 的教程。CRD 是用来扩展 Kubernetes 最常用的方式,在 Service Mesh 和 Operator 中也被大量使用。因此读者如果想在 Kubernetes 上做扩展和开发的话,是十分有必要了解 CRD 的。

在阅读本文前您需要先了解[使用自定义资源扩展 API](custom-resource.md), 以下内容译自 [Kubernetes 官方文档](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/),有删改,
在阅读本文前您需要先了解[使用自定义资源扩展 API](custom-resource.md), 以下内容译自 [Kubernetes 官方文档](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/),有删改,推荐阅读[如何从零开始编写一个 Kubernetes CRD](http://www.servicemesher.com/blog/kubernetes-crd-quick-start/)

## 创建 CRD(CustomResourceDefinition)

Expand Down Expand Up @@ -596,4 +596,5 @@ crontabs/my-new-cron-object 3s

## 参考

- [Extend the Kubernetes API with CustomResourceDefinitions - kubernetes.io](Extend the Kubernetes API with CustomResourceDefinitions)
- [Extend the Kubernetes API with CustomResourceDefinitions - kubernetes.io](Extend the Kubernetes API with CustomResourceDefinitions)
- [如何从零开始编写一个Kubernetes CRD](http://www.servicemesher.com/blog/kubernetes-crd-quick-start/ - servicemesher.com)

0 comments on commit acf683b

Please sign in to comment.