I'll try this in Ubuntu 18.04 Author joonhwan commented Dec 19, 2019 Yes. the minio server command line arguments was wrong. With corrected one, expanded clusters work as expected. thanks. joonhwan closed this as completed Dec 19, 2019 harshavardhana added the working as intended label ...
we setup Ha for minio object storage with nginx and keepalievd service . as we can see in the picture : so if any instance of minio goes down , we have another one up behind the our domain based on nginx confguration . steps to setup : 1- install docker on both vm 2- bring ...
I expect that themctool starts the mirroring process and I can monitor it with HTTP requests to thehttp://127.0.0.1:8081/metricsURL. Actual behavior The MinIO client fails with the following error: mc: <ERROR> Unable to setup monitoring endpoint. listen tcp: address 8081: missing port in ...
hll-minio default-token-8xjs2 kubernetes.io/service-account-token 3 21h hll-minio hll-milvus-env-configuration Opaque 1 3h57m hll-minio hll-milvus-sa-token-xm4cp kubernetes.io/service-account-token 3 21h hll-minio hll-milvus-secret Opaque 2 3h57m hll-minio hll-milvus-user-0 Opaque 2 ...
jobs:build:runs-on:ubuntu-lateststeps: -uses:actions/checkout@v3-uses:actions/setup-node@v3with:node-version:'17'cache:'yarn'-run:corepack enable-run:yarn install-run:yarn lint This doesn't solve this issue. It's only working for you because you're usingruns-on: ubuntu-latestwhich has...