Hi, all
I installed kubeflow on the K8s cluster, minio keeps reporting errors: CreateContainerConfigError.
kubectl get pods show:
minio-6647564c5c-hx64f 0/1 CreateContainerConfigError
ml-pipeline-6bc56cd86d-b9m74 1/2 CrashLoopBackOff
describe minio pods:
Conditions:
Type Status
Initialized True
Ready False
ContainersReady False
PodScheduled True
Volumes:
data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: minio-pvc
ReadOnly: false
default-token-pcxsb:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-pcxsb
Optional: false
QoS Class: BestEffort
Node-Selectors: <none>
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
I can't find the cause of this problem. thanks