Milvus.yaml
Good morning,
I recived this error, on milvus-streamingnode pod, when i install your helm on microk8s (i attached my custom file):
[WARN] [minio/minio_client.go:146] ["failed to check blob bucket exist"] [bucket=milvus [error="Get "http://minio:0/milvus/?location=": dial tcp 10.152.183.157:0: i/o timeout"]]
I have a external minio server , i don't see error for connect between milvus and minio but woodpecker doesn't connect to my external minio server.
I used this helm:
HART APP VERSION
milvus services 1 2026-04-27 10:29:53.389175259 +0000 UTC deployed milvus-5.0.19 2.6.15
woodpecker:
enabled: true
replicaCount: 3
image:
repository: milvusdb/woodpecker
tag: latest
pullPolicy: IfNotPresent
resourceGroup: rg-primary
# Network configuration
ports:
service: 18080
gossip: 17946
# Pod management policy
podManagementPolicy: Parallel
# Persistence configuration
persistence:
enabled: true
accessModes:
- ReadWriteOnce
size: 30Gi
storageClass: ""
# MinIO configuration
minio:
address: "minio" # If empty, will use minio.address or default
port: "9000"
accessKey: "" # If empty, will use minio.auth.rootUser or default
secretKey: "" # If empty, will use minio.auth.rootPassword or default
bucketName: "milvus" # If empty, will use minio.bucketName or default
Milvus.yaml
Good morning,
I recived this error, on milvus-streamingnode pod, when i install your helm on microk8s (i attached my custom file):
[WARN] [minio/minio_client.go:146] ["failed to check blob bucket exist"] [bucket=milvus [error="Get "http://minio:0/milvus/?location=": dial tcp 10.152.183.157:0: i/o timeout"]]
I have a external minio server , i don't see error for connect between milvus and minio but woodpecker doesn't connect to my external minio server.
I used this helm:
HART APP VERSION
milvus services 1 2026-04-27 10:29:53.389175259 +0000 UTC deployed milvus-5.0.19 2.6.15