cache

command
v0.0.0-...-4f670de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2020 License: Apache-2.0 Imports: 15 Imported by: 0

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

  1. Configure kubectl to talk to your newly created cluster. Refer to Configuring cluster access for kubectl.
  2. 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
  1. 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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL