You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the pipeline [Tutorial] DSL - Control structures, the Pipeline fails with the error:
This step is in Error state with this message: Error (exit code 1): failed to put file: Get "https://minio.kubeflow:9000/mlpipeline/?location=": http: server gave HTTP response to HTTPS client
That is due to a discrepancy between our configuration of argo-controller and upstream where in the minio configmap we are setting insecure: false, that value is set by the juju config kubelet-insecure.
The default of kubelet-insecure should be changed to true.
Environment
microk8s 1.25-strict/stable
juju 3.1/stable
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Bug Description
When running the pipeline
[Tutorial] DSL - Control structures
, the Pipeline fails with the error:That is due to a discrepancy between our configuration of argo-controller and upstream where in the minio configmap we are setting
insecure: false
, that value is set by the juju configkubelet-insecure
.The default of
kubelet-insecure
should be changed totrue
.Environment
microk8s 1.25-strict/stable
juju 3.1/stable
Additional Context
No response
The text was updated successfully, but these errors were encountered: