https://github.com/rubenv/minio-tracer
Finds any Minio server running in a Kubernetes cluster and outputs the call trace
https://github.com/rubenv/minio-tracer
Last synced: 22 days ago
JSON representation
Finds any Minio server running in a Kubernetes cluster and outputs the call trace
- Host: GitHub
- URL: https://github.com/rubenv/minio-tracer
- Owner: rubenv
- License: mit
- Created: 2020-04-02T07:34:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T08:45:26.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T12:46:37.681Z (over 1 year ago)
- Language: Go
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minio-tracer
> Finds any Minio server running in a Kubernetes cluster and outputs the call trace
[](https://github.com/rubenv/minio-tracer/actions)
## Usage
```
helm repo add minio-tracer https://rubenv.github.io/minio-tracer
helm install minio-tracer minio-tracer/minio-tracer
```
Should be installed in the same namespace as Minio.
## Configuration
The following table lists the configurable parameters of the minio-tracer chart and their default values.
Parameter | Description | Default
--- | --- | ---
`secretName` | name of the secret that Minio uses for credentials | `minio`
`serviceName` | name of the service that Minio uses | `minio`
## License
This app is distributed under the [MIT](LICENSE) license.