forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(kfp): upgrade to 1.7.1 (kubeflow#968)
* test(kfp): upgrade to 1.7.1 * make hydrate-kfp-manifests
- Loading branch information
Showing
281 changed files
with
969 additions
and
900 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletions
13
test-infra/kfp/kfp-standalone-1/kustomize/upstream/Kptfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
apiVersion: kpt.dev/v1alpha1 | ||
apiVersion: kpt.dev/v1 | ||
kind: Kptfile | ||
metadata: | ||
name: upstream | ||
upstream: | ||
type: git | ||
git: | ||
commit: 6ccf5bcd0b9db955c91caab85fa130714527f414 | ||
repo: https://github.com/kubeflow/pipelines | ||
directory: /manifests/kustomize | ||
ref: 1.7.0 | ||
ref: 1.7.1 | ||
updateStrategy: resource-merge | ||
upstreamLock: | ||
type: git | ||
git: | ||
repo: https://github.com/kubeflow/pipelines | ||
directory: /manifests/kustomize | ||
ref: 1.7.1 | ||
commit: d8e2f0d557c1cf233730ba8ee69d9aed8e0c6e19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...fp/kfp-standalone-1/kustomize/upstream/base/cache-deployer/cache-deployer-deployment.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nfra/kfp/kfp-standalone-1/kustomize/upstream/base/cache-deployer/cache-deployer-role.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...p/kfp-standalone-1/kustomize/upstream/base/cache-deployer/cache-deployer-rolebinding.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
metadata: # kpt-merge: /kubeflow-pipelines-cache-deployer-rolebinding | ||
name: kubeflow-pipelines-cache-deployer-rolebinding | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: Role | ||
name: kubeflow-pipelines-cache-deployer-role | ||
subjects: | ||
- kind: ServiceAccount | ||
name: kubeflow-pipelines-cache-deployer-sa | ||
name: kubeflow-pipelines-cache-deployer-sa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tomize/upstream/base/cache-deployer/cluster-scoped/cache-deployer-clusterrolebinding.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...standalone-1/kustomize/upstream/base/cache-deployer/cluster-scoped/cache-deployer-sa.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
metadata: # kpt-merge: /kubeflow-pipelines-cache-deployer-sa | ||
name: kubeflow-pipelines-cache-deployer-sa |
2 changes: 0 additions & 2 deletions
2
...kfp-standalone-1/kustomize/upstream/base/cache-deployer/cluster-scoped/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- cache-deployer-clusterrole.yaml | ||
- cache-deployer-clusterrolebinding.yaml | ||
# HACK: although a service account(SA) is not a cluster-scoped resource. | ||
# Presence of a SA referred by a clusterrolebinding allows kustomize to auto-add | ||
# namespace for the clusterrolebinding's SA ref. | ||
- cache-deployer-sa.yaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ commonLabels: | |
app: cache-deployer | ||
images: | ||
- name: gcr.io/ml-pipeline/cache-deployer | ||
newTag: 1.7.0 | ||
newTag: 1.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/cache-role.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/cache-rolebinding.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
metadata: | ||
metadata: # kpt-merge: /kubeflow-pipelines-cache-binding | ||
name: kubeflow-pipelines-cache-binding | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: Role | ||
name: kubeflow-pipelines-cache-role | ||
subjects: | ||
- kind: ServiceAccount | ||
name: kubeflow-pipelines-cache | ||
name: kubeflow-pipelines-cache |
2 changes: 1 addition & 1 deletion
2
test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/cache-sa.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
metadata: # kpt-merge: /kubeflow-pipelines-cache | ||
name: kubeflow-pipelines-cache |
4 changes: 2 additions & 2 deletions
4
test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/cache/cache-service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
metadata: # kpt-merge: /cache-server | ||
name: cache-server | ||
spec: | ||
selector: | ||
app: cache-server | ||
ports: | ||
- port: 443 | ||
targetPort: webhook-api | ||
targetPort: webhook-api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ commonLabels: | |
app: cache-server | ||
images: | ||
- name: gcr.io/ml-pipeline/cache-server | ||
newTag: 1.7.0 | ||
newTag: 1.7.1 |
2 changes: 1 addition & 1 deletion
2
test-infra/kfp/kfp-standalone-1/kustomize/upstream/base/installs/generic/mysql-secret.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...alone-1/kustomize/upstream/base/installs/multi-user/api-service/cluster-role-binding.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...fp-standalone-1/kustomize/upstream/base/installs/multi-user/api-service/cluster-role.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tandalone-1/kustomize/upstream/base/installs/multi-user/api-service/deployment-patch.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ resources: | |
- cluster-role.yaml | ||
configMapGenerator: | ||
- name: pipeline-api-server-config | ||
envs: | ||
envs: | ||
- params.env |
2 changes: 1 addition & 1 deletion
2
...-standalone-1/kustomize/upstream/base/installs/multi-user/cache/cluster-role-binding.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../kfp/kfp-standalone-1/kustomize/upstream/base/installs/multi-user/cache/cluster-role.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
.../kfp-standalone-1/kustomize/upstream/base/installs/multi-user/cache/deployment-patch.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
metadata: # kpt-merge: /cache-server | ||
name: cache-server | ||
spec: | ||
template: | ||
spec: | ||
containers: | ||
- name: server | ||
env: | ||
- name: NAMESPACE_TO_WATCH | ||
value: '' | ||
valueFrom: null | ||
- name: NAMESPACE_TO_WATCH | ||
value: '' | ||
valueFrom: null |
Oops, something went wrong.