sync custom-resources resource-quotas kubeadm_certs_renew_super-admin
parent
e42b500430
commit
822cc72712
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: 定制资源
|
||||
api_metadata:
|
||||
- apiVersion: "apiextensions.k8s.io/v1"
|
||||
kind: "CustomResourceDefinition"
|
||||
content_type: concept
|
||||
weight: 10
|
||||
---
|
||||
|
@ -8,6 +11,9 @@ title: Custom Resources
|
|||
reviewers:
|
||||
- enisoc
|
||||
- deads2k
|
||||
api_metadata:
|
||||
- apiVersion: "apiextensions.k8s.io/v1"
|
||||
kind: "CustomResourceDefinition"
|
||||
content_type: concept
|
||||
weight: 10
|
||||
-->
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: 资源配额
|
||||
api_metadata:
|
||||
- apiVersion: "v1"
|
||||
kind: "ResourceQuota"
|
||||
content_type: concept
|
||||
weight: 20
|
||||
---
|
||||
|
@ -8,6 +11,9 @@ weight: 20
|
|||
reviewers:
|
||||
- derekwaynecarr
|
||||
title: Resource Quotas
|
||||
api_metadata:
|
||||
- apiVersion: "v1"
|
||||
kind: "ResourceQuota"
|
||||
content_type: concept
|
||||
weight: 20
|
||||
-->
|
||||
|
|
|
@ -76,9 +76,9 @@ Path to a kubeadm configuration file.
|
|||
<tr>
|
||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||
<!--
|
||||
help for admin.conf
|
||||
help for super-admin.conf
|
||||
-->
|
||||
<p>admin.conf 的帮助信息。</p></td>
|
||||
<p>super-admin.conf 的帮助信息。</p></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue