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
Describe the bug
I installed Kubeflow 1.4 using v1.4-branch RDS & S3 Setup.
I tried executing the sample run [Tutorial] V2 lightweight Python components but it fails.
Also it seems that even if I specify the pipeline-root in the pipeline UI, I get an error in the pipeline step logs MissingRegion: could not find region configuration
The text was updated successfully, but these errors were encountered:
Hi @AlexandreBrown thanks for reporting this issue. katib-my-sql pod is expected to be in the state you described above since we are using the RDS instance in AWS. The deployment is good if katib-db-manager pod is running. katib-my-sql pod should be cleaned up in future
Describe the bug
I installed Kubeflow 1.4 using
v1.4-branch
RDS & S3 Setup.I tried executing the sample run
[Tutorial] V2 lightweight Python components
but it fails.See Kubeflow 1.4 Progress #27
Steps To Reproduce
[Tutorial] V2 lightweight Python components
Expected behavior
The pipeline succeeds.
Environment
Screenshots
Additional context
Pipeline Setp Logs :
logs.txt
kubectl get pods --all-namespaces
Result :pods.txt
katib-mysql-7894994f88-tkngr
is inCreateContainerConfigError
kubectl describe pod
is showing the following error for this pod :Error: couldn't find key MYSQL_ROOT_PASSWORD in Secret kubeflow/katib-mysql-secrets
Some data seem to have been written to the bucket but the error logs suggest otherwise.
My
parms.env
looks like this :My
secret.env
is the default values.Also it seems that even if I specify the
pipeline-root
in the pipeline UI, I get an error in the pipeline step logsMissingRegion: could not find region configuration
The text was updated successfully, but these errors were encountered: