From a16f3806374034b8f9898fe33c60eba46c5ae282 Mon Sep 17 00:00:00 2001 From: jingzhang36 Date: Sat, 27 Jul 2019 01:13:59 +0800 Subject: [PATCH] Increase version in namespaced-install.yaml too (#1684) --- manifests/namespaced-install.yaml | 104 +++++++++++++++--------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/manifests/namespaced-install.yaml b/manifests/namespaced-install.yaml index e50b87ffd23..220d9ad0f53 100644 --- a/manifests/namespaced-install.yaml +++ b/manifests/namespaced-install.yaml @@ -238,6 +238,38 @@ rules: --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: Role +metadata: + name: ml-pipeline-viewer-controller-role + namespace: kubeflow +rules: +- apiGroups: + - '*' + resources: + - deployments + - services + verbs: + - create + - get + - list + - watch + - update + - patch + - delete +- apiGroups: + - kubeflow.org + resources: + - viewers + verbs: + - create + - get + - list + - watch + - update + - patch + - delete +--- +apiVersion: rbac.authorization.k8s.io/v1beta1 +kind: Role metadata: labels: app: ml-pipeline @@ -359,38 +391,6 @@ rules: verbs: - '*' --- -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: Role -metadata: - name: ml-pipeline-viewer-controller-role - namespace: kubeflow -rules: -- apiGroups: - - '*' - resources: - - deployments - - services - verbs: - - create - - get - - list - - watch - - update - - patch - - delete -- apiGroups: - - kubeflow.org - resources: - - viewers - verbs: - - create - - get - - list - - watch - - update - - patch - - delete ---- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: @@ -451,6 +451,20 @@ subjects: --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: RoleBinding +metadata: + name: ml-pipeline-viewer-crd-binding + namespace: kubeflow +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: ml-pipeline-viewer-controller-role +subjects: +- kind: ServiceAccount + name: ml-pipeline-viewer-crd-service-account + namespace: kubeflow +--- +apiVersion: rbac.authorization.k8s.io/v1beta1 +kind: RoleBinding metadata: labels: app: ml-pipeline @@ -495,20 +509,6 @@ subjects: name: proxy-agent-runner namespace: kubeflow --- -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: RoleBinding -metadata: - name: ml-pipeline-viewer-crd-binding - namespace: kubeflow -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: ml-pipeline-viewer-controller-role -subjects: -- kind: ServiceAccount - name: ml-pipeline-viewer-crd-service-account - namespace: kubeflow ---- apiVersion: v1 data: config: | @@ -662,7 +662,7 @@ spec: - env: - name: NAMESPACE value: kubeflow - image: gcr.io/ml-pipeline/persistenceagent:0.1.24 + image: gcr.io/ml-pipeline/persistenceagent:0.1.25 imagePullPolicy: IfNotPresent name: ml-pipeline-persistenceagent serviceAccountName: ml-pipeline-persistenceagent @@ -687,7 +687,7 @@ spec: - env: - name: NAMESPACE value: kubeflow - image: gcr.io/ml-pipeline/scheduledworkflow:0.1.24 + image: gcr.io/ml-pipeline/scheduledworkflow:0.1.25 imagePullPolicy: IfNotPresent name: ml-pipeline-scheduledworkflow serviceAccountName: ml-pipeline-scheduledworkflow @@ -712,7 +712,7 @@ spec: - env: - name: MINIO_NAMESPACE value: kubeflow - image: gcr.io/ml-pipeline/frontend:0.1.24 + image: gcr.io/ml-pipeline/frontend:0.1.25 imagePullPolicy: IfNotPresent name: ml-pipeline-ui ports: @@ -741,7 +741,7 @@ spec: value: kubeflow - name: MAX_NUM_VIEWERS value: "50" - image: gcr.io/ml-pipeline/viewer-crd-controller:0.1.24 + image: gcr.io/ml-pipeline/viewer-crd-controller:0.1.25 imagePullPolicy: Always name: ml-pipeline-viewer-crd serviceAccountName: ml-pipeline-viewer-crd-service-account @@ -768,7 +768,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: gcr.io/ml-pipeline/api-server:0.1.24 + image: gcr.io/ml-pipeline/api-server:0.1.25 imagePullPolicy: IfNotPresent name: ml-pipeline-api-server ports: @@ -826,7 +826,7 @@ spec: app: proxy-agent spec: containers: - - image: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.24 + - image: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.25 imagePullPolicy: IfNotPresent name: proxy-agent serviceAccountName: proxy-agent-runner