-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem when deploying kubeflow 0.4.0 #676
Comments
The pipeline(0.1.7) in the incoming release of the kubeflow will have the fix for the load sample bug in kubeflow 0.4.0(pipeline0.1.6). |
@gaoning777 when will you release the new version? |
The current one-click deployment should install the 0.1.7 pipeline version, which contains the fix. |
We are using EKS. I have to deploy it through the ks component in Kubeflow. what is the best way to upgrade that? |
I guess you have been following the instructions here? If you can deploy the kubeflow again, update "export KUBEFLOW_TAG=v0.3.5" with "export KUBEFLOW_TAG=v0.4.1". |
@hamedhsn Could you try https://github.com/kubeflow/kubeflow/releases/tag/v0.4.1 |
@IronPan all the containers are one more Q: I do port forwarding of UI but when I open the pipeline UI I see at the top : when I try to create experiment getting this: |
also after a while, I see that pipeline pod is also failing
|
log from ml-pipeline-persistenceagent pod
|
@IronPan @neuromage can you take a look at the apiserver failing in 0.4.1? Thanks |
/assign @neuromage |
@hamedhsn Sorry for the trouble, but I can't reproduce this error. I suspect something went wrong with the db when you upgraded to 0.4.1. Can you try to delete everything with
|
Sounds like I had a problem with pvc and my minio and mysql was not running properly and that caused crashing everywhere. Configured EFS and created pvc on that, sounds like everything starts working. |
Hi @hamedhsn : I have the similar issue where pvc and my minio and mysql are not working properly. |
Hi @vackysh |
Hi @hamedhsn , Thanks for your response. I followed the similar steps that you mentioned above but getting the below error: ERRO[0086] (Will retry) Component pipeline apply failed; Error: handle object: patching object from cluster: merging object with existing state: PersistentVolumeClaim "mysql-pv-claim" is invalid: spec: Forbidden: is immutable after creation except resources.requests for bound claims filename="ksonnet/ksonnet.go:174" Can you please help me out in resolving this issue ? Regards, |
seems that it is trying to recreate the pvc. |
update flip-coin, nested-pipeline and trusted-ai Signed-off-by: Yihong Wang <yh.wang@ibm.com>
I am trying to deploy 0.4.0 in my cluster and pipeline seems not deployed correctly.
my setup: deploying in EKS, with kssonet==0.13.0
list of my pods:
log from load-samples:
The text was updated successfully, but these errors were encountered: