README ¶ Build src image To build the Docker image of cache server, run the following Docker command from the pipelines directory: docker build -t gcr.io/ml-pipeline/cache-server:latest -f backend/Dockerfile.cacheserver . Deploy cache service to an existing KFP deployment Configure kubectl to talk to your newly created cluster. Refer to Configuring cluster access for kubectl. Run deploy shell script to generate certificates and create MutatingWebhookConfiguration: # Assume KFP is deployed in the namespace kubeflow export NAMESPACE=kubeflow ./deployer/deploy-cache-service.sh Go to pipelines/manifests/kustomize/base/cache folder and run following scripts: kubectl apply -f cache-deployment.yaml --namespace $NAMESPACE kubectl apply -f cache-service.yaml --namespace $NAMESPACE Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files client_manager.go main.go Directories ¶ Show internal Expand all Path Synopsis client model server storage Click to show internal directories. Click to hide internal directories.