mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Kubernetes Operator Reference
Cleaning up org, working on zones/vct Ready for Review fixups Wrap-up
This commit is contained in:
@ -2,4 +2,5 @@ sphinx == 3.1.2
|
|||||||
sphinx-copybutton == 0.2.12
|
sphinx-copybutton == 0.2.12
|
||||||
git+https://github.com/ravindk89/sphinx-tabs
|
git+https://github.com/ravindk89/sphinx-tabs
|
||||||
recommonmark == 0.6.0
|
recommonmark == 0.6.0
|
||||||
sphinx-markdown-tables == 0.0.15
|
sphinx-markdown-tables == 0.0.15
|
||||||
|
Sphinx-Substitution-Extensions == 2020.9.30.0
|
@ -42,6 +42,8 @@ extensions = [
|
|||||||
'sphinx_tabs.tabs',
|
'sphinx_tabs.tabs',
|
||||||
'recommonmark',
|
'recommonmark',
|
||||||
'sphinx_markdown_tables',
|
'sphinx_markdown_tables',
|
||||||
|
'sphinx-prompt',
|
||||||
|
'sphinx_substitution_extensions'
|
||||||
]
|
]
|
||||||
|
|
||||||
# -- External Links
|
# -- External Links
|
||||||
@ -53,7 +55,7 @@ extlinks = {
|
|||||||
'kube-docs' : ('https://kubernetes.io/docs/%s', ''),
|
'kube-docs' : ('https://kubernetes.io/docs/%s', ''),
|
||||||
'minio-git' : ('https://github.com/minio/%s',''),
|
'minio-git' : ('https://github.com/minio/%s',''),
|
||||||
'github' : ('https://github.com/%s',''),
|
'github' : ('https://github.com/%s',''),
|
||||||
'kube-api' : ('https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/%s',''),
|
'kube-api' : ('https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/%s',''),
|
||||||
'aws-docs' : ('https://docs.aws.amazon.com/%s',''),
|
'aws-docs' : ('https://docs.aws.amazon.com/%s',''),
|
||||||
's3-docs' : ('https://docs.aws.amazon.com/AmazonS3/latest/dev/%s',''),
|
's3-docs' : ('https://docs.aws.amazon.com/AmazonS3/latest/dev/%s',''),
|
||||||
's3-api' : ('https://docs.aws.amazon.com/AmazonS3/latest/API/%s',''),
|
's3-api' : ('https://docs.aws.amazon.com/AmazonS3/latest/API/%s',''),
|
||||||
@ -110,8 +112,14 @@ html_title = 'MinIO Documentation'
|
|||||||
|
|
||||||
rst_epilog = """
|
rst_epilog = """
|
||||||
|
|
||||||
.. |minio-operator-release| replace:: ``minio/k8s-operator:v3.0.27``
|
.. |minio-operator-release| replace:: ``minio/k8s-operator:v3.0.28``
|
||||||
|
|
||||||
.. |minio-server-release| replace:: ``minio/minio:RELEASE.2020-10-03T02-19-42Z``
|
.. |minio-server-release| replace:: ``minio/minio:RELEASE.2020-10-03T02-19-42Z``
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
|
rst_prolog = """
|
||||||
|
|
||||||
|
.. |minio-operator-latest-version| replace:: v3.0.28
|
||||||
|
|
||||||
"""
|
"""
|
83
source/includes/common-minio-kubernetes.rst
Normal file
83
source/includes/common-minio-kubernetes.rst
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
.. default-domain:: minio
|
||||||
|
|
||||||
|
.. start-kubeapi-customresourcedefinition
|
||||||
|
|
||||||
|
See the Kubernetes API reference on
|
||||||
|
:kube-api:`CustomResourceDefinition
|
||||||
|
<#customresourcedefinition-v1-apiextensions-k8s-io>` objects for more complete
|
||||||
|
documentation on this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-customresourcedefinition
|
||||||
|
|
||||||
|
.. start-kubeapi-objectmeta
|
||||||
|
|
||||||
|
See the Kubernetes API reference on :kube-api:`ObjectMeta <#objectmeta-v1-meta>`
|
||||||
|
objects for more complete documentation on this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-objectmeta
|
||||||
|
|
||||||
|
.. start-kubeapi-envvar
|
||||||
|
|
||||||
|
See the Kubernetes API reference on :kube-api:`EnvVar<#envvar-v1-core>` objects
|
||||||
|
for more complete documentation on this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-envvar
|
||||||
|
|
||||||
|
.. start-kubeapi-nodeselector
|
||||||
|
|
||||||
|
See the Kubernetes API reference on
|
||||||
|
:kube-api:`NodeSelector <#nodeselector-v1-core>` objects for more complete
|
||||||
|
documentation on this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-nodeselector
|
||||||
|
|
||||||
|
.. start-kubeapi-resources
|
||||||
|
|
||||||
|
See the Kubernetes API reference on :kube-api:`ResourceRequirements
|
||||||
|
<#resourcerequirements-v1-core>` objects for more complete documentation on
|
||||||
|
this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-resources
|
||||||
|
|
||||||
|
.. start-kubeapi-securitycontext
|
||||||
|
|
||||||
|
See the Kubernetes API reference on :kube-api:`PodSecurityContext
|
||||||
|
<#podsecuritycontext-v1-core>` for more complete documentation on this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-securitycontext
|
||||||
|
|
||||||
|
.. start-kubeapi-podmanagementpolicy
|
||||||
|
|
||||||
|
See the Kubernetes API reference on :kube-api:`StatefulSetSpec
|
||||||
|
<#statefulsetspec-v1-apps>` for more complete documentation on this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-podmanagementpolicy
|
||||||
|
|
||||||
|
.. start-kubeapi-priorityclassname
|
||||||
|
|
||||||
|
See the Kubernetes API reference on :kube-api:`PodSpec <#podspec-v1-core>`
|
||||||
|
for more complete documentation on this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-priorityclassname
|
||||||
|
|
||||||
|
.. start-kubeapi-affinity
|
||||||
|
|
||||||
|
See the Kubernetes API reference on :kube-api:`Affinity <#affinity-v1-core>`
|
||||||
|
for more complete documentation on this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-affinity
|
||||||
|
|
||||||
|
.. start-kubeapi-tolerations
|
||||||
|
|
||||||
|
See the Kubernetes API reference on :kube-api:`Toleration <#toleration-v1-core>`
|
||||||
|
for more complete documentation on this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-toleartions
|
||||||
|
|
||||||
|
.. start-kubeapi-persistentvolumeclaimspec
|
||||||
|
|
||||||
|
See the Kubernetes API reference on
|
||||||
|
:kube-api:`PersistentVolumeClaimSpec <#persistentvolumeclaimspec-v1-core>`
|
||||||
|
for more complete documentation on this field.
|
||||||
|
|
||||||
|
.. end-kubeapi-persistentvolumeclaimspec
|
@ -871,4 +871,10 @@ Delete a MinIO Tenant
|
|||||||
|
|
||||||
The namespace in which to look for the MinIO Tenant.
|
The namespace in which to look for the MinIO Tenant.
|
||||||
|
|
||||||
Defaults to ``minio``.
|
Defaults to ``minio``.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:hidden:
|
||||||
|
:titlesonly:
|
||||||
|
|
||||||
|
/kubernetes/minio-operator-reference
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user