Mount ConfigMap as volumet to "ml-pipeline" deployment and kfp pod #197
Unanswered
michael-gvdw
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to connect to an external object store. In my case i either need to prodide a self signed certificate to the "ml-pipeline" deployment resource and to the pod which gets created when creating a kubeflow pipeline.
Now at this point what I have done is edit the live deployment and add a volume and volumeMount to the deploymnt. Unfortunatelly this is not possible for the kfp pod that has failed.
What i ideally would like to achieve is to edit the neccessary .yaml configuration file in the deploykf repo in order when running the sync script the ml-pipeline deployment resource already has the configmap with the cert file mounted as a volume(Mount) and further i would also like when dynamically provisioning the kfp pod that it also mounts the congimap with the cert file.
What I also would be fine with (though less ideal) is somehow to just blindly accept the self signed certificate.
Thanks in advance for the input.
Beta Was this translation helpful? Give feedback.
All reactions