0

When deploying the ai platform service kubeflow to the Google Cloud gke cluster, a pod workflow (.yaml) file is automatically created. I want to change the resource request, limit cpu, and memory settings of the workflow (.yaml) file at the time of deployment. What should I do? ? I currently compile (.yaml) files with dsl-compiler so I don't know at what point I need to change resources

I tried to modify the yaml file of the pod created during deployment in the gke classter console, but it says that the resource cannot be changed.

I want to put the pod resource configuration part as code in the cloudbuild.yaml code that builds kubeflow

k-m
  • 1
  • I recommend to check this two links: https://v1-5-branch.kubeflow.org/docs/distributions/gke/customizing-gke/ https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/ – Deyvid Martinez Apr 03 '23 at 23:14

0 Answers0