From 3d41370cbc4027ddadfd9a5b73cf389dfc247fc0 Mon Sep 17 00:00:00 2001 From: Chen Sun Date: Tue, 8 Feb 2022 23:55:07 -0800 Subject: [PATCH] test(kfp): Upgrade to 1.8.0-rc.2 (#984) --- acm-repos/kfp-standalone-1/kfp-all.yaml | 564 +++++++++--------- test-infra/kfp/Makefile | 2 +- .../kustomize/upstream/Kptfile | 6 +- .../base/cache-deployer/kustomization.yaml | 2 +- .../upstream/base/cache/kustomization.yaml | 2 +- .../generic/pipeline-install-config.yaml | 2 +- .../base/metadata/base/kustomization.yaml | 2 +- .../upstream/base/pipeline/kustomization.yaml | 12 +- .../metadata-writer/kustomization.yaml | 2 +- .../cloudsql-proxy-deployment.yaml | 2 +- .../env/gcp/inverse-proxy/kustomization.yaml | 2 +- 11 files changed, 304 insertions(+), 294 deletions(-) diff --git a/acm-repos/kfp-standalone-1/kfp-all.yaml b/acm-repos/kfp-standalone-1/kfp-all.yaml index 096c250d669..f78f490723f 100644 --- a/acm-repos/kfp-standalone-1/kfp-all.yaml +++ b/acm-repos/kfp-standalone-1/kfp-all.yaml @@ -11,6 +11,7 @@ metadata: annotations: api-approved.kubernetes.io: https://github.com/kubernetes-sigs/application/pull/2 controller-gen.kubebuilder.io/version: v0.4.0 + creationTimestamp: null labels: application-crd-id: kubeflow-pipelines controller-tools.k8s.io: "1.0" @@ -530,6 +531,13 @@ spec: storage: true subresources: status: {} +status: + $patch: delete + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition @@ -883,17 +891,17 @@ apiVersion: v1 kind: ServiceAccount metadata: labels: - app: cache-server application-crd-id: kubeflow-pipelines - name: kubeflow-pipelines-cache + name: kubeflow-pipelines-cache-deployer-sa namespace: kubeflow --- apiVersion: v1 kind: ServiceAccount metadata: labels: + app: cache-server application-crd-id: kubeflow-pipelines - name: kubeflow-pipelines-cache-deployer-sa + name: kubeflow-pipelines-cache namespace: kubeflow --- apiVersion: v1 @@ -933,7 +941,7 @@ kind: ServiceAccount metadata: labels: application-crd-id: kubeflow-pipelines - name: ml-pipeline + name: ml-pipeline-persistenceagent namespace: kubeflow --- apiVersion: v1 @@ -941,7 +949,7 @@ kind: ServiceAccount metadata: labels: application-crd-id: kubeflow-pipelines - name: ml-pipeline-persistenceagent + name: ml-pipeline-scheduledworkflow namespace: kubeflow --- apiVersion: v1 @@ -949,7 +957,7 @@ kind: ServiceAccount metadata: labels: application-crd-id: kubeflow-pipelines - name: ml-pipeline-scheduledworkflow + name: ml-pipeline-ui namespace: kubeflow --- apiVersion: v1 @@ -957,7 +965,7 @@ kind: ServiceAccount metadata: labels: application-crd-id: kubeflow-pipelines - name: ml-pipeline-ui + name: ml-pipeline-viewer-crd-service-account namespace: kubeflow --- apiVersion: v1 @@ -965,7 +973,7 @@ kind: ServiceAccount metadata: labels: application-crd-id: kubeflow-pipelines - name: ml-pipeline-viewer-crd-service-account + name: ml-pipeline-visualizationserver namespace: kubeflow --- apiVersion: v1 @@ -973,7 +981,7 @@ kind: ServiceAccount metadata: labels: application-crd-id: kubeflow-pipelines - name: ml-pipeline-visualizationserver + name: ml-pipeline namespace: kubeflow --- apiVersion: v1 @@ -1229,60 +1237,6 @@ rules: --- apiVersion: rbac.authorization.k8s.io/v1 kind: Role -metadata: - labels: - app: ml-pipeline - application-crd-id: kubeflow-pipelines - name: ml-pipeline - namespace: kubeflow -rules: -- apiGroups: - - "" - resources: - - pods - - pods/log - verbs: - - get - - list - - delete -- apiGroups: - - argoproj.io - resources: - - workflows - verbs: - - create - - get - - list - - watch - - update - - patch - - delete -- apiGroups: - - kubeflow.org - resources: - - scheduledworkflows - verbs: - - create - - get - - list - - update - - patch - - delete -- apiGroups: - - authorization.k8s.io - resources: - - subjectaccessreviews - verbs: - - create -- apiGroups: - - authentication.k8s.io - resources: - - tokenreviews - verbs: - - create ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role metadata: labels: application-crd-id: kubeflow-pipelines @@ -1431,6 +1385,60 @@ rules: --- apiVersion: rbac.authorization.k8s.io/v1 kind: Role +metadata: + labels: + app: ml-pipeline + application-crd-id: kubeflow-pipelines + name: ml-pipeline + namespace: kubeflow +rules: +- apiGroups: + - "" + resources: + - pods + - pods/log + verbs: + - get + - list + - delete +- apiGroups: + - argoproj.io + resources: + - workflows + verbs: + - create + - get + - list + - watch + - update + - patch + - delete +- apiGroups: + - kubeflow.org + resources: + - scheduledworkflows + verbs: + - create + - get + - list + - update + - patch + - delete +- apiGroups: + - authorization.k8s.io + resources: + - subjectaccessreviews + verbs: + - create +- apiGroups: + - authentication.k8s.io + resources: + - tokenreviews + verbs: + - create +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role metadata: labels: application-crd-id: kubeflow-pipelines @@ -1650,23 +1658,6 @@ subjects: --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding -metadata: - labels: - app: ml-pipeline - application-crd-id: kubeflow-pipelines - name: ml-pipeline - namespace: kubeflow -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: ml-pipeline -subjects: -- kind: ServiceAccount - name: ml-pipeline - namespace: kubeflow ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding metadata: labels: application-crd-id: kubeflow-pipelines @@ -1732,6 +1723,23 @@ subjects: --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding +metadata: + labels: + app: ml-pipeline + application-crd-id: kubeflow-pipelines + name: ml-pipeline + namespace: kubeflow +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: ml-pipeline +subjects: +- kind: ServiceAccount + name: ml-pipeline + namespace: kubeflow +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding metadata: labels: application-crd-id: kubeflow-pipelines @@ -1827,7 +1835,7 @@ apiVersion: v1 data: ConMaxLifeTime: 120s appName: kfp-standalone-1 - appVersion: 1.8.0-rc.1 + appVersion: 1.8.0-rc.2 autoUpdatePipelineDefaultVersion: "true" bucketName: mlpipeline cacheDb: cachedb @@ -1849,6 +1857,7 @@ data: namespace: `kubectl rollout restart deployment -n `. kind: ConfigMap metadata: + annotations: {} labels: application-crd-id: kubeflow-pipelines name: pipeline-install-config @@ -1915,6 +1924,7 @@ data: username: cm9vdA== kind: Secret metadata: + annotations: {} labels: application-crd-id: kubeflow-pipelines name: mysql-secret @@ -2010,52 +2020,48 @@ spec: apiVersion: v1 kind: Service metadata: - annotations: - prometheus.io/port: "8888" - prometheus.io/scheme: http - prometheus.io/scrape: "true" labels: + app: ml-pipeline-ui application-crd-id: kubeflow-pipelines - name: ml-pipeline + name: ml-pipeline-ui namespace: kubeflow spec: ports: - name: http - port: 8888 - protocol: TCP - targetPort: 8888 - - name: grpc - port: 8887 + port: 80 protocol: TCP - targetPort: 8887 + targetPort: 3000 selector: - app: ml-pipeline + app: ml-pipeline-ui application-crd-id: kubeflow-pipelines --- apiVersion: v1 kind: Service metadata: labels: - app: ml-pipeline-ui application-crd-id: kubeflow-pipelines - name: ml-pipeline-ui + name: ml-pipeline-visualizationserver namespace: kubeflow spec: ports: - name: http - port: 80 + port: 8888 protocol: TCP - targetPort: 3000 + targetPort: 8888 selector: - app: ml-pipeline-ui + app: ml-pipeline-visualizationserver application-crd-id: kubeflow-pipelines --- apiVersion: v1 kind: Service metadata: + annotations: + prometheus.io/port: "8888" + prometheus.io/scheme: http + prometheus.io/scrape: "true" labels: application-crd-id: kubeflow-pipelines - name: ml-pipeline-visualizationserver + name: ml-pipeline namespace: kubeflow spec: ports: @@ -2063,8 +2069,12 @@ spec: port: 8888 protocol: TCP targetPort: 8888 + - name: grpc + port: 8887 + protocol: TCP + targetPort: 8887 selector: - app: ml-pipeline-visualizationserver + app: ml-pipeline application-crd-id: kubeflow-pipelines --- apiVersion: v1 @@ -2101,50 +2111,6 @@ spec: app: workflow-controller application-crd-id: kubeflow-pipelines --- -apiVersion: v1 -kind: LimitRange -metadata: - labels: - application-crd-id: kubeflow-pipelines - name: container-default-resources - namespace: kubeflow -spec: - limits: - - default: - cpu: "1" - memory: 0.5Gi - defaultRequest: - cpu: "0.5" - type: Container ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - labels: - application-crd-id: kubeflow-pipelines - name: minio-pvc - namespace: kubeflow -spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 20Gi ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - labels: - application-crd-id: kubeflow-pipelines - name: mysql-pv-claim - namespace: kubeflow -spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 20Gi ---- apiVersion: apps/v1 kind: Deployment metadata: @@ -2173,7 +2139,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: gcr.io/ml-pipeline/cache-deployer:1.8.0-rc.1 + image: gcr.io/ml-pipeline/cache-deployer:1.8.0-rc.2 imagePullPolicy: Always name: main restartPolicy: Always @@ -2250,7 +2216,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: gcr.io/ml-pipeline/cache-server:1.8.0-rc.1 + image: gcr.io/ml-pipeline/cache-server:1.8.0-rc.2 imagePullPolicy: Always name: server ports: @@ -2335,7 +2301,7 @@ spec: component: metadata-envoy spec: containers: - - image: gcr.io/ml-pipeline/metadata-envoy:1.8.0-rc.1 + - image: gcr.io/ml-pipeline/metadata-envoy:1.8.0-rc.2 name: container ports: - containerPort: 9090 @@ -2445,7 +2411,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: gcr.io/ml-pipeline/metadata-writer:1.8.0-rc.1 + image: gcr.io/ml-pipeline/metadata-writer:1.8.0-rc.2 name: main serviceAccountName: kubeflow-pipelines-metadata-writer --- @@ -2506,143 +2472,26 @@ apiVersion: apps/v1 kind: Deployment metadata: labels: - app: ml-pipeline + app: ml-pipeline-persistenceagent application-crd-id: kubeflow-pipelines - name: ml-pipeline + name: ml-pipeline-persistenceagent namespace: kubeflow spec: selector: matchLabels: - app: ml-pipeline + app: ml-pipeline-persistenceagent application-crd-id: kubeflow-pipelines template: metadata: annotations: cluster-autoscaler.kubernetes.io/safe-to-evict: "true" labels: - app: ml-pipeline + app: ml-pipeline-persistenceagent application-crd-id: kubeflow-pipelines spec: containers: - env: - - name: AUTO_UPDATE_PIPELINE_DEFAULT_VERSION - valueFrom: - configMapKeyRef: - key: autoUpdatePipelineDefaultVersion - name: pipeline-install-config - - name: POD_NAMESPACE - valueFrom: - fieldRef: - fieldPath: metadata.namespace - - name: OBJECTSTORECONFIG_SECURE - value: "false" - - name: OBJECTSTORECONFIG_BUCKETNAME - valueFrom: - configMapKeyRef: - key: bucketName - name: pipeline-install-config - - name: DBCONFIG_USER - valueFrom: - secretKeyRef: - key: username - name: mysql-secret - - name: DBCONFIG_PASSWORD - valueFrom: - secretKeyRef: - key: password - name: mysql-secret - - name: DBCONFIG_DBNAME - valueFrom: - configMapKeyRef: - key: pipelineDb - name: pipeline-install-config - - name: DBCONFIG_HOST - valueFrom: - configMapKeyRef: - key: dbHost - name: pipeline-install-config - - name: DBCONFIG_PORT - valueFrom: - configMapKeyRef: - key: dbPort - name: pipeline-install-config - - name: DBCONFIG_CONMAXLIFETIME - valueFrom: - configMapKeyRef: - key: ConMaxLifeTime - name: pipeline-install-config - - name: OBJECTSTORECONFIG_ACCESSKEY - valueFrom: - secretKeyRef: - key: accesskey - name: mlpipeline-minio-artifact - - name: OBJECTSTORECONFIG_SECRETACCESSKEY - valueFrom: - secretKeyRef: - key: secretkey - name: mlpipeline-minio-artifact - image: gcr.io/ml-pipeline/api-server:1.8.0-rc.1 - imagePullPolicy: IfNotPresent - livenessProbe: - exec: - command: - - wget - - -q - - -S - - -O - - '-' - - http://localhost:8888/apis/v1beta1/healthz - initialDelaySeconds: 3 - periodSeconds: 5 - timeoutSeconds: 2 - name: ml-pipeline-api-server - ports: - - containerPort: 8888 - name: http - - containerPort: 8887 - name: grpc - readinessProbe: - exec: - command: - - wget - - -q - - -S - - -O - - '-' - - http://localhost:8888/apis/v1beta1/healthz - initialDelaySeconds: 3 - periodSeconds: 5 - timeoutSeconds: 2 - resources: - requests: - cpu: 250m - memory: 500Mi - serviceAccountName: ml-pipeline ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: ml-pipeline-persistenceagent - application-crd-id: kubeflow-pipelines - name: ml-pipeline-persistenceagent - namespace: kubeflow -spec: - selector: - matchLabels: - app: ml-pipeline-persistenceagent - application-crd-id: kubeflow-pipelines - template: - metadata: - annotations: - cluster-autoscaler.kubernetes.io/safe-to-evict: "true" - labels: - app: ml-pipeline-persistenceagent - application-crd-id: kubeflow-pipelines - spec: - containers: - - env: - - name: NAMESPACE + - name: NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace @@ -2650,7 +2499,7 @@ spec: value: "86400" - name: NUM_WORKERS value: "2" - image: gcr.io/ml-pipeline/persistenceagent:1.8.0-rc.1 + image: gcr.io/ml-pipeline/persistenceagent:1.8.0-rc.2 imagePullPolicy: IfNotPresent name: ml-pipeline-persistenceagent resources: @@ -2691,7 +2540,7 @@ spec: configMapKeyRef: key: cronScheduleTimezone name: pipeline-install-config - image: gcr.io/ml-pipeline/scheduledworkflow:1.8.0-rc.1 + image: gcr.io/ml-pipeline/scheduledworkflow:1.8.0-rc.2 imagePullPolicy: IfNotPresent name: ml-pipeline-scheduledworkflow serviceAccountName: ml-pipeline-scheduledworkflow @@ -2737,7 +2586,7 @@ spec: name: mlpipeline-minio-artifact - name: ALLOW_CUSTOM_VISUALIZATIONS value: "true" - image: gcr.io/ml-pipeline/frontend:1.8.0-rc.1 + image: gcr.io/ml-pipeline/frontend:1.8.0-rc.2 imagePullPolicy: IfNotPresent livenessProbe: exec: @@ -2809,7 +2658,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: gcr.io/ml-pipeline/viewer-crd-controller:1.8.0-rc.1 + image: gcr.io/ml-pipeline/viewer-crd-controller:1.8.0-rc.2 imagePullPolicy: Always name: ml-pipeline-viewer-crd serviceAccountName: ml-pipeline-viewer-crd-service-account @@ -2836,7 +2685,7 @@ spec: application-crd-id: kubeflow-pipelines spec: containers: - - image: gcr.io/ml-pipeline/visualization-server:1.8.0-rc.1 + - image: gcr.io/ml-pipeline/visualization-server:1.8.0-rc.2 imagePullPolicy: IfNotPresent livenessProbe: exec: @@ -2874,6 +2723,123 @@ spec: --- apiVersion: apps/v1 kind: Deployment +metadata: + labels: + app: ml-pipeline + application-crd-id: kubeflow-pipelines + name: ml-pipeline + namespace: kubeflow +spec: + selector: + matchLabels: + app: ml-pipeline + application-crd-id: kubeflow-pipelines + template: + metadata: + annotations: + cluster-autoscaler.kubernetes.io/safe-to-evict: "true" + labels: + app: ml-pipeline + application-crd-id: kubeflow-pipelines + spec: + containers: + - env: + - name: AUTO_UPDATE_PIPELINE_DEFAULT_VERSION + valueFrom: + configMapKeyRef: + key: autoUpdatePipelineDefaultVersion + name: pipeline-install-config + - name: POD_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + - name: OBJECTSTORECONFIG_SECURE + value: "false" + - name: OBJECTSTORECONFIG_BUCKETNAME + valueFrom: + configMapKeyRef: + key: bucketName + name: pipeline-install-config + - name: DBCONFIG_USER + valueFrom: + secretKeyRef: + key: username + name: mysql-secret + - name: DBCONFIG_PASSWORD + valueFrom: + secretKeyRef: + key: password + name: mysql-secret + - name: DBCONFIG_DBNAME + valueFrom: + configMapKeyRef: + key: pipelineDb + name: pipeline-install-config + - name: DBCONFIG_HOST + valueFrom: + configMapKeyRef: + key: dbHost + name: pipeline-install-config + - name: DBCONFIG_PORT + valueFrom: + configMapKeyRef: + key: dbPort + name: pipeline-install-config + - name: DBCONFIG_CONMAXLIFETIME + valueFrom: + configMapKeyRef: + key: ConMaxLifeTime + name: pipeline-install-config + - name: OBJECTSTORECONFIG_ACCESSKEY + valueFrom: + secretKeyRef: + key: accesskey + name: mlpipeline-minio-artifact + - name: OBJECTSTORECONFIG_SECRETACCESSKEY + valueFrom: + secretKeyRef: + key: secretkey + name: mlpipeline-minio-artifact + image: gcr.io/ml-pipeline/api-server:1.8.0-rc.2 + imagePullPolicy: IfNotPresent + livenessProbe: + exec: + command: + - wget + - -q + - -S + - -O + - '-' + - http://localhost:8888/apis/v1beta1/healthz + initialDelaySeconds: 3 + periodSeconds: 5 + timeoutSeconds: 2 + name: ml-pipeline-api-server + ports: + - containerPort: 8888 + name: http + - containerPort: 8887 + name: grpc + readinessProbe: + exec: + command: + - wget + - -q + - -S + - -O + - '-' + - http://localhost:8888/apis/v1beta1/healthz + initialDelaySeconds: 3 + periodSeconds: 5 + timeoutSeconds: 2 + resources: + requests: + cpu: 250m + memory: 500Mi + serviceAccountName: ml-pipeline +--- +apiVersion: apps/v1 +kind: Deployment metadata: labels: app: mysql @@ -2944,7 +2910,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.8.0-rc.1 + image: gcr.io/ml-pipeline/inverse-proxy-agent:1.8.0-rc.2 imagePullPolicy: IfNotPresent name: proxy-agent hostNetwork: true @@ -3054,10 +3020,54 @@ 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.8.0-rc.1 + version: 1.8.0-rc.2 info: - name: Console value: https://console.cloud.google.com/ai-platform/pipelines/clusters selector: matchLabels: application-crd-id: kubeflow-pipelines +--- +apiVersion: v1 +kind: LimitRange +metadata: + labels: + application-crd-id: kubeflow-pipelines + name: container-default-resources + namespace: kubeflow +spec: + limits: + - default: + cpu: "1" + memory: 0.5Gi + defaultRequest: + cpu: "0.5" + type: Container +--- +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + labels: + application-crd-id: kubeflow-pipelines + name: minio-pvc + namespace: kubeflow +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 20Gi +--- +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + labels: + application-crd-id: kubeflow-pipelines + name: mysql-pv-claim + namespace: kubeflow +spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 20Gi diff --git a/test-infra/kfp/Makefile b/test-infra/kfp/Makefile index af8f3ea6b49..a085e9470d9 100644 --- a/test-infra/kfp/Makefile +++ b/test-infra/kfp/Makefile @@ -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?=1.8.0-rc.1 +PIPELINES_VERSION?=1.8.0-rc.2 PIPELINES_SRC_REPO=https://github.com/kubeflow/pipelines.git all: hydrate hydrate-kfp-manifests vet-kfp-manifests diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile index a7de9b1d853..678e10e6272 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile @@ -7,12 +7,12 @@ upstream: git: repo: https://github.com/kubeflow/pipelines directory: /manifests/kustomize - ref: 1.8.0-rc.1 + ref: 1.8.0-rc.2 updateStrategy: resource-merge upstreamLock: type: git git: repo: https://github.com/kubeflow/pipelines directory: /manifests/kustomize - ref: 1.8.0-rc.1 - commit: ebadcf271755004d48c9bba8578179435b2850e0 + ref: 1.8.0-rc.2 + commit: bbdbcd9f1def4abf0379df8df8caa20efa3935cc diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache-deployer/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache-deployer/kustomization.yaml index a910a6917ec..0a23152b547 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache-deployer/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache-deployer/kustomization.yaml @@ -8,4 +8,4 @@ commonLabels: app: cache-deployer images: - name: gcr.io/ml-pipeline/cache-deployer - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/kustomization.yaml index f82bb251c41..a63c1cdf7ce 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/kustomization.yaml @@ -10,4 +10,4 @@ commonLabels: app: cache-server images: - name: gcr.io/ml-pipeline/cache-server - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/generic/pipeline-install-config.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/generic/pipeline-install-config.yaml index 1ce19743980..4040601300d 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/generic/pipeline-install-config.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/generic/pipeline-install-config.yaml @@ -11,7 +11,7 @@ data: until the changes take effect. A quick way to restart all deployments in a namespace: `kubectl rollout restart deployment -n `. appName: pipeline - appVersion: 1.8.0-rc.1 + appVersion: 1.8.0-rc.2 dbHost: mysql dbPort: "3306" mlmdDb: metadb diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/metadata/base/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/metadata/base/kustomization.yaml index f8f3703520c..978c2531f0b 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/metadata/base/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/metadata/base/kustomization.yaml @@ -9,4 +9,4 @@ resources: - metadata-grpc-sa.yaml images: - name: gcr.io/ml-pipeline/metadata-envoy - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/kustomization.yaml index 24320464f67..021551cc4a4 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/kustomization.yaml @@ -37,14 +37,14 @@ resources: - kfp-launcher-configmap.yaml images: - name: gcr.io/ml-pipeline/api-server - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 - name: gcr.io/ml-pipeline/persistenceagent - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 - name: gcr.io/ml-pipeline/scheduledworkflow - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 - name: gcr.io/ml-pipeline/frontend - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 - name: gcr.io/ml-pipeline/viewer-crd-controller - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 - name: gcr.io/ml-pipeline/visualization-server - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/metadata-writer/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/metadata-writer/kustomization.yaml index 720eb6e915b..957bcfcf6b6 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/metadata-writer/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/pipeline/metadata-writer/kustomization.yaml @@ -7,4 +7,4 @@ resources: - metadata-writer-sa.yaml images: - name: gcr.io/ml-pipeline/metadata-writer - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/cloudsql-proxy/cloudsql-proxy-deployment.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/cloudsql-proxy/cloudsql-proxy-deployment.yaml index 3aaa2567df2..df3bd711124 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/cloudsql-proxy/cloudsql-proxy-deployment.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/cloudsql-proxy/cloudsql-proxy-deployment.yaml @@ -39,7 +39,7 @@ spec: livenessProbe: httpGet: path: /liveness - port: '8090' + port: 8090 # Number of seconds after the container has started before the first probe is scheduled. Defaults to 0. # Not necessary when the startup probe is in use. initialDelaySeconds: 0 diff --git a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/inverse-proxy/kustomization.yaml b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/inverse-proxy/kustomization.yaml index 490dc0ed62a..1b4fab47507 100644 --- a/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/inverse-proxy/kustomization.yaml +++ b/test-infra/kfp/kfp-standalone-1/kustomize/upstream/env/gcp/inverse-proxy/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: gcr.io/ml-pipeline/inverse-proxy-agent - newTag: 1.8.0-rc.1 + newTag: 1.8.0-rc.2 resources: - proxy-configmap.yaml - proxy-deployment.yaml