mirror of
https://github.com/pgsty/minio.git
synced 2026-08-02 08:35:58 +03:00
44 lines
3.0 KiB
Markdown
44 lines
3.0 KiB
Markdown
# Silo (Community maintained fork of MinIO)
|
|
|
|
[](https://silo.pigsty.io)
|
|
[](https://silo.pigsty.cc)
|
|
[](https://github.com/pgsty/minio)
|
|
[](https://github.com/pgsty/mc)
|
|
[](https://github.com/pgsty/minio-docs)
|
|
[](https://hub.docker.com/r/pgsty/minio)
|
|
|
|
> [!IMPORTANT]
|
|
> **This is a community-maintained fork of the upstream MinIO project, maintained by [Pigsty](https://pigsty.io).**
|
|
> This project is **NOT** affiliated with, endorsed by, or sponsored by MinIO, Inc.
|
|
> "MinIO" is a trademark of MinIO, Inc., used here solely to identify the upstream project.
|
|
>
|
|
> Changes from upstream are minimal:
|
|
> - Restored the embedded management console version reference
|
|
> - Updated documentation links and Go module paths to point to this repository
|
|
>
|
|
> Distributed under the original [GNU AGPLv3](LICENSE) license.
|
|
|
|
Documentation: [English](https://silo.pigsty.io) | [简体中文](https://silo.pigsty.cc)
|
|
|
|
Docker Hub: [https://hub.docker.com/r/pgsty/minio](https://hub.docker.com/r/pgsty/minio) / [https://hub.docker.com/r/pgsty/mc](https://hub.docker.com/r/pgsty/mc)
|
|
|
|
Client Repo: [`pgsty/mc`](https://github.com/pgsty/mc) CLI.
|
|
|
|
Console: [`georgmangold/console`](https://github.com/georgmangold/console/), a community-maintained fork of restored console.
|
|
|
|
Ansible Deployment: [https://pigsty.io/docs/minio](https://pigsty.io/docs/minio)
|
|
|
|
APT/YUM repo for `minio` and `mcli` binary: [https://pigsty.io/docs/infra](https://pigsty.io/docs/repo/infra/list/#object-storage)
|
|
|
|
## Kubernetes delivery and scope
|
|
|
|
This repository maintains the direct-deployment Helm chart in [`helm/minio`](helm/minio/README.md) for standalone and distributed Silo server deployments. Chart defaults use the version- and digest-pinned multi-architecture [`pgsty/minio`](https://hub.docker.com/r/pgsty/minio) image, and every chart change is checked by a real Kind install plus an S3 write/read/delete smoke test.
|
|
|
|
```bash
|
|
helm repo add silo https://raw.githubusercontent.com/pgsty/minio/master
|
|
helm repo update silo
|
|
helm install my-release silo/minio --namespace minio --create-namespace
|
|
```
|
|
|
|
The MinIO Operator, Tenant CRDs, and operator lifecycle are **not maintained by this repository**. There is no Pigsty/Silo operator fork here. Users who require an operator must select and validate a separate operator implementation; issues and pull requests for operator code should be filed with that implementation.
|