Fix documentation issue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b0b0c1f1c2
commit
75a5c84b63
@ -1,4 +1,4 @@
|
|||||||
# Minio K8S bucket
|
# Minio K8S bucket operator
|
||||||
|
|
||||||
An operator to automatically create and update S3 buckets on Minio, with their accounts.
|
An operator to automatically create and update S3 buckets on Minio, with their accounts.
|
||||||
|
|
||||||
@ -10,8 +10,8 @@ You will need:
|
|||||||
|
|
||||||
* `kubectl` access to the target cluster
|
* `kubectl` access to the target cluster
|
||||||
* A running Minio instance, and especially:
|
* A running Minio instance, and especially:
|
||||||
* The URL where the API of the instance can be reached
|
* The URL where the API of the instance can be reached
|
||||||
* The root credentials
|
* The root credentials
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@ -23,7 +23,7 @@ kubectl apply -f https://raw.githubusercontent.com/pierre42100/MinioK8sBuckets/m
|
|||||||
```
|
```
|
||||||
|
|
||||||
!!! warning "Known limitation"
|
!!! warning "Known limitation"
|
||||||
The operator install a deployment on the `default` namespace. Currently, only this namespace is supported!
|
The operator install a deployment on the `default` namespace. Currently, only this namespace is supported!
|
||||||
|
|
||||||
## Configure instance
|
## Configure instance
|
||||||
In order to create buckets, the operator needs to know how to reach the Minio instance.
|
In order to create buckets, the operator needs to know how to reach the Minio instance.
|
||||||
@ -58,7 +58,7 @@ spec:
|
|||||||
```
|
```
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
Minio itself can be located outside of the Kubernetes cluster.
|
Minio itself can be located outside of the Kubernetes cluster.
|
||||||
|
|
||||||
|
|
||||||
## Create a bucket
|
## Create a bucket
|
||||||
|
Loading…
Reference in New Issue
Block a user