-
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
[backend] controller-manager crashes in 1.5.0-rc.1 #5411
Comments
@davidspek @Bobgy it seems like someone wrote a new image that does not runasnonroot Can you update to a newer version of gcr.io/ml-pipeline/application-crd-controller:1.0-beta-non-cluster-role ? It seems to be from here https://github.com/kubernetes-sigs/application according to pipelines/manifests/kustomize/third-party/application/application-controller-deployment.yaml Line 27 in 1cd1895
Maybe that will fix the issue. This image is very old (2019) |
The permissions in the base image seem to be wrong
is the problem. Someone forgot to allow group 0 read on that directory Full output
|
@juliusvonkohout the image is only used to provide k8s application monitoring. It's an optional component. May be remove it from your deployment? |
kubectl apply -k github.com/kubeflow/pipelines/manifests/kustomize/env/playform-agnostic?ref=$PIPELINE_VERSION And it will no longer get installed |
@Bobgy Yes, the pipelines still work without it. But there are still two questions:
I would like to work on a solution, if you propose one. |
No, it won't for pipelines, but you may find another copy in kubeflow/manifests repo, it might be deployed by default, so some applications rely on it. I'd suggest confirm with @yanniszark the release manager about it.
Do you mean KFP standalone documentation? Yes, I'd love to see an update. Do you want to contribute to this?
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @juliusvonkohout, metacontroller is not application controller (this issue's topic). Did you confuse them together? |
So far it works in 1.4 |
Environment
Steps to reproduce
I modified the deployment to get at the logs
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: