Remove all unnecessary Dockerfiles from repo (#3340)

This commit is contained in:
Harshavardhana
2024-05-08 20:53:47 -07:00
committed by GitHub
parent d0f744ebef
commit 1058efb17a
7 changed files with 30 additions and 140 deletions

View File

@@ -77,25 +77,6 @@ Still in the MinIO folder, run
make build
```
# Testing on Kubernetes
If you want to test console on kubernetes, you can perform all the steps from `Building with MinIO`, but change `Step 3`
to the following:
```shell
TAG=miniodev/console:dev make docker
```
This will build a docker container image that can be used to test with your local kubernetes environment.
For example, if you are using kind:
```shell
kind load docker-image miniodev/console:dev
```
and then deploy any `Tenant` that uses this image
# LDAP authentication with Console
## Setup