mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
DOCS-1007: Create sync pattern to pull in the CRD during releases (#1025)
Closes #1007
This commit is contained in:
@ -370,4 +370,14 @@ figcaption {
|
||||
font-size: small;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ---------------------------------------
|
||||
// Fixing table issues from asciidoc -> md
|
||||
// ---------------------------------------
|
||||
|
||||
table thead tr.header {
|
||||
background-color: lightgray;
|
||||
box-shadow: none;
|
||||
}
|
1603
source/includes/k8s/ext-tenant-crd.md
Normal file
1603
source/includes/k8s/ext-tenant-crd.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -209,6 +209,7 @@ Any file uploaded to ``play`` should be considered public and non-protected.
|
||||
MinIO Admin Client <https://min.io/docs/minio/linux/reference/minio-mc-admin.html?ref=docs>
|
||||
Integrations <https://min.io/docs/minio/linux/integrations/integrations.html?ref=docs>
|
||||
/reference/kubectl-minio-plugin
|
||||
/reference/operator-crd
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
21
source/reference/operator-crd.rst
Normal file
21
source/reference/operator-crd.rst
Normal file
@ -0,0 +1,21 @@
|
||||
.. _minio-operator-crd:
|
||||
|
||||
================================
|
||||
MinIO Custom Resource Definition
|
||||
================================
|
||||
|
||||
.. default-domain:: minio
|
||||
|
||||
.. contents:: Table of Contents
|
||||
:local:
|
||||
:depth: 2
|
||||
|
||||
|
||||
The MinIO Operator installs a :kube-docs:`Custom Resource Definition (CRD) <concepts/extend-kubernetes/api-extension/custom-resources>` that describes a MinIO Tenant object.
|
||||
The Operator uses this CRD for provisioning and managing Tenant resources within a Kubernetes cluster.
|
||||
|
||||
This page documents the CRD reference for use in customizing Operator-deployed Tenants.
|
||||
This documentation assumes familiarity with all referenced Kubernetes concepts, utilities, and procedures.
|
||||
|
||||
.. include:: /includes/k8s/ext-tenant-crd.md
|
||||
:parser: myst_parser.sphinx_
|
@ -23,6 +23,7 @@ excludes:
|
||||
- 'reference/kubectl-minio-plugin/kubectl-minio-tenant-upgrade.rst'
|
||||
- 'reference/kubectl-minio-plugin/kubectl-minio-tenant.rst'
|
||||
- 'reference/kubectl-minio-plugin/kubectl-minio-version.rst'
|
||||
- 'reference/operator-crd.rst'
|
||||
---
|
||||
tag: macos
|
||||
excludes:
|
||||
@ -39,6 +40,7 @@ excludes:
|
||||
- 'reference/minio-server*'
|
||||
- 'reference/minio-mc*'
|
||||
- 'reference/deprecated/*'
|
||||
- 'reference/operator-crd.rst'
|
||||
- 'developers/*'
|
||||
- 'integrations/*'
|
||||
---
|
||||
@ -67,6 +69,7 @@ excludes:
|
||||
- 'reference/minio-server*'
|
||||
- 'reference/minio-mc*'
|
||||
- 'reference/deprecated/*'
|
||||
- 'reference/operator-crd.rst'
|
||||
- 'developers/*'
|
||||
- 'integrations/*'
|
||||
---
|
||||
@ -89,6 +92,7 @@ excludes:
|
||||
- 'reference/minio-server*'
|
||||
- 'reference/minio-mc*'
|
||||
- 'reference/deprecated/*'
|
||||
- 'reference/operator-crd.rst'
|
||||
- 'developers/*'
|
||||
- 'integrations/*'
|
||||
---
|
||||
|
Reference in New Issue
Block a user