Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(gcp): upgrade KFP to 1.5.0-rc.2 #945

Merged
merged 2 commits into from
Apr 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 46 additions & 19 deletions acm-repos/kfp-standalone-1/kfp-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app: cache-server
application-crd-id: kubeflow-pipelines
name: kubeflow-pipelines-cache
namespace: kubeflow
Expand Down Expand Up @@ -464,6 +465,14 @@ metadata:
---
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
application-crd-id: kubeflow-pipelines
name: metadata-grpc-server
namespace: kubeflow
---
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
application-crd-id: kubeflow-pipelines
Expand Down Expand Up @@ -663,7 +672,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
labels:
app: kubeflow-pipelines-cache-deployer-role
app: cache-deployer
application-crd-id: kubeflow-pipelines
name: kubeflow-pipelines-cache-deployer-role
namespace: kubeflow
Expand All @@ -683,7 +692,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
labels:
app: kubeflow-pipelines-cache-role
app: cache-server
application-crd-id: kubeflow-pipelines
name: kubeflow-pipelines-cache-role
namespace: kubeflow
Expand Down Expand Up @@ -1125,6 +1134,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
labels:
app: cache-server
application-crd-id: kubeflow-pipelines
name: kubeflow-pipelines-cache-binding
namespace: kubeflow
Expand All @@ -1141,6 +1151,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
labels:
app: cache-deployer
application-crd-id: kubeflow-pipelines
name: kubeflow-pipelines-cache-deployer-rolebinding
namespace: kubeflow
Expand Down Expand Up @@ -1337,7 +1348,7 @@ metadata:
apiVersion: v1
data:
appName: kfp-standalone-1
appVersion: 1.5.0-rc.0
appVersion: 1.5.0-rc.2
autoUpdatePipelineDefaultVersion: "true"
bucketName: mlpipeline
cacheDb: cachedb
Expand Down Expand Up @@ -1408,6 +1419,7 @@ apiVersion: v1
kind: Service
metadata:
labels:
app: cache-server
application-crd-id: kubeflow-pipelines
name: cache-server
namespace: kubeflow
Expand Down Expand Up @@ -1606,7 +1618,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/cache-deployer:1.5.0-rc.0
image: gcr.io/ml-pipeline/cache-deployer:1.5.0-rc.2
imagePullPolicy: Always
name: main
restartPolicy: Always
Expand Down Expand Up @@ -1678,7 +1690,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/cache-server:1.5.0-rc.0
image: gcr.io/ml-pipeline/cache-server:1.5.0-rc.2
imagePullPolicy: Always
name: server
ports:
Expand Down Expand Up @@ -1756,12 +1768,14 @@ spec:
component: metadata-envoy
template:
metadata:
annotations:
sidecar.istio.io/inject: "false"
labels:
application-crd-id: kubeflow-pipelines
component: metadata-envoy
spec:
containers:
- image: gcr.io/ml-pipeline/metadata-envoy:1.5.0-rc.0
- image: gcr.io/ml-pipeline/metadata-envoy:1.5.0-rc.2
name: container
ports:
- containerPort: 9090
Expand Down Expand Up @@ -1843,6 +1857,7 @@ spec:
tcpSocket:
port: grpc-api
timeoutSeconds: 2
serviceAccountName: metadata-grpc-server
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -1870,7 +1885,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/metadata-writer:1.5.0-rc.0
image: gcr.io/ml-pipeline/metadata-writer:1.5.0-rc.2
name: main
serviceAccountName: kubeflow-pipelines-metadata-writer
---
Expand Down Expand Up @@ -1917,7 +1932,7 @@ spec:
resources:
requests:
cpu: 20m
memory: 25Mi
memory: 100Mi
volumeMounts:
- mountPath: /data
name: data
Expand Down Expand Up @@ -1958,13 +1973,13 @@ spec:
value: "86400"
- name: NUM_WORKERS
value: "2"
image: gcr.io/ml-pipeline/persistenceagent:1.5.0-rc.0
image: gcr.io/ml-pipeline/persistenceagent:1.5.0-rc.2
imagePullPolicy: IfNotPresent
name: ml-pipeline-persistenceagent
resources:
requests:
cpu: 120m
memory: 2Gi
memory: 500Mi
serviceAccountName: ml-pipeline-persistenceagent
---
apiVersion: apps/v1
Expand Down Expand Up @@ -1999,7 +2014,7 @@ spec:
configMapKeyRef:
key: cronScheduleTimezone
name: pipeline-install-config
image: gcr.io/ml-pipeline/scheduledworkflow:1.5.0-rc.0
image: gcr.io/ml-pipeline/scheduledworkflow:1.5.0-rc.2
imagePullPolicy: IfNotPresent
name: ml-pipeline-scheduledworkflow
serviceAccountName: ml-pipeline-scheduledworkflow
Expand Down Expand Up @@ -2045,7 +2060,7 @@ spec:
name: mlpipeline-minio-artifact
- name: ALLOW_CUSTOM_VISUALIZATIONS
value: "true"
image: gcr.io/ml-pipeline/frontend:1.5.0-rc.0
image: gcr.io/ml-pipeline/frontend:1.5.0-rc.2
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down Expand Up @@ -2117,7 +2132,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: gcr.io/ml-pipeline/viewer-crd-controller:1.5.0-rc.0
image: gcr.io/ml-pipeline/viewer-crd-controller:1.5.0-rc.2
imagePullPolicy: Always
name: ml-pipeline-viewer-crd
serviceAccountName: ml-pipeline-viewer-crd-service-account
Expand All @@ -2144,7 +2159,7 @@ spec:
application-crd-id: kubeflow-pipelines
spec:
containers:
- image: gcr.io/ml-pipeline/visualization-server:1.5.0-rc.0
- image: gcr.io/ml-pipeline/visualization-server:1.5.0-rc.2
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down Expand Up @@ -2174,6 +2189,10 @@ spec:
initialDelaySeconds: 3
periodSeconds: 5
timeoutSeconds: 2
resources:
requests:
cpu: 30m
memory: 500Mi
serviceAccountName: ml-pipeline-visualizationserver
---
apiVersion: apps/v1
Expand Down Expand Up @@ -2250,7 +2269,7 @@ spec:
secretKeyRef:
key: secretkey
name: mlpipeline-minio-artifact
image: gcr.io/ml-pipeline/api-server:1.5.0-rc.0
image: gcr.io/ml-pipeline-test/api-server:d95764b7560cf6782168f559157615a09a45a6da
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down Expand Up @@ -2284,8 +2303,8 @@ spec:
timeoutSeconds: 2
resources:
requests:
cpu: "2"
memory: 4Gi
cpu: 250m
memory: 500Mi
serviceAccountName: ml-pipeline
---
apiVersion: apps/v1
Expand Down Expand Up @@ -2322,6 +2341,10 @@ spec:
ports:
- containerPort: 3306
name: mysql
resources:
requests:
cpu: 100m
memory: 800Mi
volumeMounts:
- mountPath: /var/lib/mysql
name: mysql-persistent-storage
Expand Down Expand Up @@ -2354,7 +2377,7 @@ spec:
- env:
- name: PROXY_URL
value: https://datalab-staging.cloud.google.com/tun/m/4592f092208ecc84946b8f8f8016274df1b36a14
image: gcr.io/ml-pipeline/inverse-proxy-agent:1.5.0-rc.0
image: gcr.io/ml-pipeline/inverse-proxy-agent:1.5.0-rc.2
imagePullPolicy: IfNotPresent
name: proxy-agent
hostNetwork: true
Expand Down Expand Up @@ -2398,6 +2421,10 @@ spec:
ports:
- containerPort: 9090
name: metrics
resources:
requests:
cpu: 100m
memory: 500Mi
nodeSelector:
kubernetes.io/os: linux
securityContext:
Expand Down Expand Up @@ -2444,7 +2471,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: 1.5.0-rc.0
version: 1.5.0-rc.2
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 @@ -19,7 +19,7 @@ KFP_STANDALONE_1_DIR=$(ACM_REPOS)/kfp-standalone-1

# Please edit the following version before running the script to pull new
# pipelines version.
PIPELINES_VERSION=1.5.0-rc.0
PIPELINES_VERSION=1.5.0-rc.2
PIPELINES_SRC_REPO=https://github.com/kubeflow/pipelines.git

all: hydrate hydrate-kfp-manifests vet-kfp-manifests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ patchesStrategicMerge:
# 2. Change values in params-db-secret.env file for CloudSQL username and password
# 3. kubectl apply -k ./
####

images:
- name: gcr.io/ml-pipeline/api-server
newName: gcr.io/ml-pipeline-test/api-server
newTag: d95764b7560cf6782168f559157615a09a45a6da
14 changes: 6 additions & 8 deletions test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ metadata:
upstream:
type: git
git:
commit: d2c66deb931f978c97fa2df492a5cf7fb6cc278b
commit: f870570a790beb4a125d6c33a20f3c8b89319702
repo: https://github.com/kubeflow/pipelines
directory: /manifests/kustomize
ref: 1.5.0-rc.0
ref: 1.5.0-rc.2
packageMetadata:
shortDescription: standard cluster template that uses a service account with minimum
privilege
Expand All @@ -26,14 +26,12 @@ openAPI:
isSet: true
name: name
value: kfp-standalone-1
io.k8s.cli.substitutions.name-nodepool:
io.k8s.cli.setters.name-nodepool:
x-k8s-cli:
substitution:
setter:
isSet: true
name: name-nodepool
pattern: ${name}-nodepool
values:
- marker: ${name}
ref: '#/definitions/io.k8s.cli.setters.name'
value: kfp-standalone-1-nodepool-v2
io.k8s.cli.substitutions.name-prefix:
x-k8s-cli:
substitution:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ It's based on in-cluster PersistentVolumeClaim storage.
kubectl apply -k cluster-scoped-resources/
kubectl wait crd/applications.app.k8s.io --for condition=established --timeout=60s
kubectl apply -k env/platform-agnostic/
kubectl wait applications/pipeline -n kubeflow --for condition=Ready --timeout=1800s
kubectl wait pods -l application-crd-id=kubeflow-pipelines -n kubeflow --for condition=Ready --timeout=1800s
kubectl port-forward -n kubeflow svc/ml-pipeline-ui 8080:80
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ metadata:
annotations:
kubernetes-engine.cloud.google.com/icon: >-
data:image/png;base64,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
marketplace.cloud.google.com/deploy-info: '{"partner_id": "google-cloud-ai-platform", "product_id": "kubeflow-pipelines", "partner_name": "Google Cloud AI Platform"}'
marketplace.cloud.google.com/deploy-info: '{"partner_id": "google-cloud-ai-platform",
"product_id": "kubeflow-pipelines", "partner_name": "Google Cloud AI Platform"}'
spec:
addOwnerRef: true
selector:
Expand All @@ -19,31 +20,30 @@ spec:
description: |-
Reusable end-to-end ML workflow
maintainers:
- name: Google Cloud AI Platform
url: https://cloud.google.com/ai-platform/
- name: Kubeflow Pipelines
url: https://github.com/kubeflow/pipelines
- name: Google Cloud AI Platform
url: https://cloud.google.com/ai-platform/
- name: Kubeflow Pipelines
url: https://github.com/kubeflow/pipelines
links:
- description: 'Kubeflow Pipelines Documentation'
url: https://www.kubeflow.org/docs/pipelines/
- description: 'Kubeflow Pipelines Documentation'
url: https://www.kubeflow.org/docs/pipelines/
notes: |-
Please go to [Hosted Kubeflow Pipelines Console](https://console.cloud.google.com/ai-platform/pipelines/clusters).

info:
- name: Console
value: 'https://console.cloud.google.com/ai-platform/pipelines/clusters'
- name: Console
value: 'https://console.cloud.google.com/ai-platform/pipelines/clusters'
componentKinds:
- group: v1
kind: ServiceAccount
- group: rbac.authorization.k8s.io/v1
kind: Role
- group: rbac.authorization.k8s.io/v1
kind: RoleBinding
- group: v1
kind: Service
- group: v1
kind: ConfigMap
- group: v1
kind: Secret
- group: apps/v1
kind: Deployment
- group: v1
kind: ServiceAccount
- group: rbac.authorization.k8s.io/v1
kind: Role
- group: rbac.authorization.k8s.io/v1
kind: RoleBinding
- group: v1
kind: Service
- group: v1
kind: ConfigMap
- group: v1
kind: Secret
- group: apps/v1
kind: Deployment
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
- application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ roleRef:
name: kubeflow-pipelines-cache-deployer-role
subjects:
- kind: ServiceAccount
name: kubeflow-pipelines-cache-deployer-sa
name: kubeflow-pipelines-cache-deployer-sa
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ rules:
resourceNames:
- kubernetes.io/*
verbs:
- approve
- approve
Loading