using pre deployment hook create a pv and pvc?
"I am trying to add a Persistent Volume Claim (PVC) to a Kubernetes deployment using a pre-deployment hook in Dataiku. Could you provide any documentation or steps outlining how to add a volume to a deployment through a pre-deployment hook?"
Operating system used: windows
Operating system used: windows
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
Why would you want to do this as part of a deployment hook and not as part of your container configurations?
-
Hi Turribeach
"I would like to add a volume to an existing deployment. Is it possible to edit or patch the deployment to include this volume?"
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
Can you clarify what exactly are you trying to achieve? What is your goal?
-
I was trying to patch pvc to deployment by using the pre-deployment hook.
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
You are not describing your requirement/goal but how you think you can achieve it. What exactly are you trying to achieve by "trying to patch pvc to deployment by using the pre-deployment hook."?
-
simple my goal is I want patch pvc to existing deployment using pre-deployment hook