Skip to content

Commit

Permalink
Update KFP test infra to using KFP 2.0.5 (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensun authored Dec 13, 2023
1 parent 8589348 commit d796889
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 43 deletions.
34 changes: 15 additions & 19 deletions acm-repos/kfp-standalone-1/kfp-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2407,7 +2407,7 @@ data:
DEFAULT_CACHE_STALENESS: ""
MAXIMUM_CACHE_STALENESS: ""
appName: kfp-standalone-1
appVersion: 2.0.3
appVersion: 2.0.5
autoUpdatePipelineDefaultVersion: "true"
bucketName: mlpipeline
cacheDb: cachedb
Expand Down Expand Up @@ -2796,7 +2796,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/cache-deployer:2.0.3
image: gcr.io/ml-pipeline/cache-deployer:2.0.5
imagePullPolicy: Always
name: main
restartPolicy: Always
Expand Down Expand Up @@ -2888,7 +2888,7 @@ spec:
fieldPath: metadata.namespace
- name: WEBHOOK_PORT
value: "8443"
image: gcr.io/ml-pipeline/cache-server:2.0.3
image: gcr.io/ml-pipeline/cache-server:2.0.5
imagePullPolicy: Always
name: server
ports:
Expand Down Expand Up @@ -2930,17 +2930,13 @@ spec:
spec:
containers:
- command:
- /bin/sh
- -c
- |
echo "logs are hidden because volume is too excessive" &&
/root/manager 2> /dev/null
- /kube-app-manager
env:
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/application-crd-controller:1.0-beta-non-cluster-role
image: gcr.io/ml-pipeline/application-crd-controller:20231101
imagePullPolicy: IfNotPresent
name: manager
resources:
Expand Down Expand Up @@ -2977,7 +2973,7 @@ spec:
component: metadata-envoy
spec:
containers:
- image: gcr.io/ml-pipeline/metadata-envoy:2.0.3
- image: gcr.io/ml-pipeline/metadata-envoy:2.0.5
name: container
ports:
- containerPort: 9090
Expand Down Expand Up @@ -3094,7 +3090,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/metadata-writer:2.0.3
image: gcr.io/ml-pipeline/metadata-writer:2.0.5
name: main
resources:
limits:
Expand Down Expand Up @@ -3267,7 +3263,7 @@ spec:
secretKeyRef:
key: secretkey
name: mlpipeline-minio-artifact
image: gcr.io/ml-pipeline/api-server:2.0.3
image: gcr.io/ml-pipeline/api-server:2.0.5
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down Expand Up @@ -3350,7 +3346,7 @@ spec:
fieldPath: metadata.namespace
- name: NUM_WORKERS
value: "2"
image: gcr.io/ml-pipeline/persistenceagent:2.0.3
image: gcr.io/ml-pipeline/persistenceagent:2.0.5
imagePullPolicy: IfNotPresent
name: ml-pipeline-persistenceagent
resources:
Expand Down Expand Up @@ -3404,7 +3400,7 @@ spec:
configMapKeyRef:
key: cronScheduleTimezone
name: pipeline-install-config
image: gcr.io/ml-pipeline/scheduledworkflow:2.0.3
image: gcr.io/ml-pipeline/scheduledworkflow:2.0.5
imagePullPolicy: IfNotPresent
name: ml-pipeline-scheduledworkflow
serviceAccountName: ml-pipeline-scheduledworkflow
Expand Down Expand Up @@ -3452,7 +3448,7 @@ spec:
name: mlpipeline-minio-artifact
- name: ALLOW_CUSTOM_VISUALIZATIONS
value: "true"
image: gcr.io/ml-pipeline/frontend:2.0.3
image: gcr.io/ml-pipeline/frontend:2.0.5
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down Expand Up @@ -3526,7 +3522,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/viewer-crd-controller:2.0.3
image: gcr.io/ml-pipeline/viewer-crd-controller:2.0.5
imagePullPolicy: Always
name: ml-pipeline-viewer-crd
serviceAccountName: ml-pipeline-viewer-crd-service-account
Expand Down Expand Up @@ -3555,7 +3551,7 @@ spec:
application-crd-id: kubeflow-pipelines
spec:
containers:
- image: gcr.io/ml-pipeline/visualization-server:2.0.3
- image: gcr.io/ml-pipeline/visualization-server:2.0.5
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down Expand Up @@ -3668,7 +3664,7 @@ spec:
- env:
- name: PROXY_URL
value: https://datalab-staging.cloud.google.com/tun/m/4592f092208ecc84946b8f8f8016274df1b36a14
image: gcr.io/ml-pipeline/inverse-proxy-agent:2.0.3
image: gcr.io/ml-pipeline/inverse-proxy-agent:2.0.5
imagePullPolicy: IfNotPresent
name: proxy-agent
hostNetwork: true
Expand Down Expand Up @@ -3785,7 +3781,7 @@ spec:
url: https://github.com/kubeflow/pipelines
notes: Please go to [Hosted Kubeflow Pipelines Console](https://console.cloud.google.com/ai-platform/pipelines/clusters).
type: Kubeflow Pipelines
version: 2.0.3
version: 2.0.5
info:
- name: Console
value: https://console.cloud.google.com/ai-platform/pipelines/clusters
Expand Down
2 changes: 1 addition & 1 deletion test-infra/kfp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ KFP_STANDALONE_1_DIR=$(ACM_REPOS)/kfp-standalone-1

# Please edit the following version before running:
# make kfp-update
PIPELINES_VERSION?=2.0.3
PIPELINES_VERSION?=2.0.5
PIPELINES_SRC_REPO=https://github.com/kubeflow/pipelines.git

all: hydrate hydrate-kfp-manifests vet-kfp-manifests
Expand Down
6 changes: 3 additions & 3 deletions test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ upstream:
git:
repo: https://github.com/kubeflow/pipelines
directory: /manifests/kustomize
ref: 2.0.3
ref: 2.0.5
updateStrategy: resource-merge
upstreamLock:
type: git
git:
repo: https://github.com/kubeflow/pipelines
directory: /manifests/kustomize
ref: 2.0.3
commit: 932dbf6c10b851e94fbd8012016f2022a5045f00
ref: 2.0.5
commit: f03e6cbe2d2e9c00362edec9a6808a2f22ade209
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ commonLabels:
app: cache-deployer
images:
- name: gcr.io/ml-pipeline/cache-deployer
newTag: 2.0.3
newTag: 2.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ commonLabels:
app: cache-server
images:
- name: gcr.io/ml-pipeline/cache-server
newTag: 2.0.3
newTag: 2.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data:
until the changes take effect. A quick way to restart all deployments in a
namespace: `kubectl rollout restart deployment -n <your-namespace>`.
appName: pipeline
appVersion: 2.0.3
appVersion: 2.0.5
dbHost: mysql # relic to be removed after release
dbPort: "3306" # relic to be removed after release
dbType: mysql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ resources:
- metadata-grpc-sa.yaml
images:
- name: gcr.io/ml-pipeline/metadata-envoy
newTag: 2.0.3
newTag: 2.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ resources:
- kfp-launcher-configmap.yaml
images:
- name: gcr.io/ml-pipeline/api-server
newTag: 2.0.3
newTag: 2.0.5
- name: gcr.io/ml-pipeline/persistenceagent
newTag: 2.0.3
newTag: 2.0.5
- name: gcr.io/ml-pipeline/scheduledworkflow
newTag: 2.0.3
newTag: 2.0.5
- name: gcr.io/ml-pipeline/frontend
newTag: 2.0.3
newTag: 2.0.5
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 2.0.3
newTag: 2.0.5
- name: gcr.io/ml-pipeline/visualization-server
newTag: 2.0.3
newTag: 2.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resources:
- metadata-writer-sa.yaml
images:
- name: gcr.io/ml-pipeline/metadata-writer
newTag: 2.0.3
newTag: 2.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: gcr.io/ml-pipeline/inverse-proxy-agent
newTag: 2.0.3
newTag: 2.0.5
resources:
- proxy-configmap.yaml
- proxy-deployment.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ spec:
spec:
containers:
- command:
- /bin/sh
- -c
# See https://github.com/kubeflow/gcp-blueprints/issues/184.
- |
echo "logs are hidden because volume is too excessive" &&
/root/manager 2> /dev/null
# A customized image with https://github.com/kubernetes-sigs/application/pull/127
image: gcr.io/ml-pipeline/application-crd-controller:1.0-beta-non-cluster-role
- /kube-app-manager
# Built from https://github.com/kubernetes-sigs/application master branch on the date specified in the image tag.
image: gcr.io/ml-pipeline/application-crd-controller:20231101
imagePullPolicy: IfNotPresent
name: manager
env:
Expand Down

0 comments on commit d796889

Please sign in to comment.