Increase version in namespaced-install.yaml too (#1684)
This commit is contained in:
parent
80d16406f6
commit
a16f380637
|
|
@ -238,6 +238,38 @@ rules:
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||||
kind: Role
|
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:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: ml-pipeline
|
app: ml-pipeline
|
||||||
|
|
@ -359,38 +391,6 @@ rules:
|
||||||
verbs:
|
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
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -451,6 +451,20 @@ subjects:
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||||
kind: RoleBinding
|
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:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: ml-pipeline
|
app: ml-pipeline
|
||||||
|
|
@ -495,20 +509,6 @@ subjects:
|
||||||
name: proxy-agent-runner
|
name: proxy-agent-runner
|
||||||
namespace: kubeflow
|
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
|
apiVersion: v1
|
||||||
data:
|
data:
|
||||||
config: |
|
config: |
|
||||||
|
|
@ -662,7 +662,7 @@ spec:
|
||||||
- env:
|
- env:
|
||||||
- name: NAMESPACE
|
- name: NAMESPACE
|
||||||
value: kubeflow
|
value: kubeflow
|
||||||
image: gcr.io/ml-pipeline/persistenceagent:0.1.24
|
image: gcr.io/ml-pipeline/persistenceagent:0.1.25
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: ml-pipeline-persistenceagent
|
name: ml-pipeline-persistenceagent
|
||||||
serviceAccountName: ml-pipeline-persistenceagent
|
serviceAccountName: ml-pipeline-persistenceagent
|
||||||
|
|
@ -687,7 +687,7 @@ spec:
|
||||||
- env:
|
- env:
|
||||||
- name: NAMESPACE
|
- name: NAMESPACE
|
||||||
value: kubeflow
|
value: kubeflow
|
||||||
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.24
|
image: gcr.io/ml-pipeline/scheduledworkflow:0.1.25
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: ml-pipeline-scheduledworkflow
|
name: ml-pipeline-scheduledworkflow
|
||||||
serviceAccountName: ml-pipeline-scheduledworkflow
|
serviceAccountName: ml-pipeline-scheduledworkflow
|
||||||
|
|
@ -712,7 +712,7 @@ spec:
|
||||||
- env:
|
- env:
|
||||||
- name: MINIO_NAMESPACE
|
- name: MINIO_NAMESPACE
|
||||||
value: kubeflow
|
value: kubeflow
|
||||||
image: gcr.io/ml-pipeline/frontend:0.1.24
|
image: gcr.io/ml-pipeline/frontend:0.1.25
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: ml-pipeline-ui
|
name: ml-pipeline-ui
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -741,7 +741,7 @@ spec:
|
||||||
value: kubeflow
|
value: kubeflow
|
||||||
- name: MAX_NUM_VIEWERS
|
- name: MAX_NUM_VIEWERS
|
||||||
value: "50"
|
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
|
imagePullPolicy: Always
|
||||||
name: ml-pipeline-viewer-crd
|
name: ml-pipeline-viewer-crd
|
||||||
serviceAccountName: ml-pipeline-viewer-crd-service-account
|
serviceAccountName: ml-pipeline-viewer-crd-service-account
|
||||||
|
|
@ -768,7 +768,7 @@ spec:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
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
|
imagePullPolicy: IfNotPresent
|
||||||
name: ml-pipeline-api-server
|
name: ml-pipeline-api-server
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -826,7 +826,7 @@ spec:
|
||||||
app: proxy-agent
|
app: proxy-agent
|
||||||
spec:
|
spec:
|
||||||
containers:
|
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
|
imagePullPolicy: IfNotPresent
|
||||||
name: proxy-agent
|
name: proxy-agent
|
||||||
serviceAccountName: proxy-agent-runner
|
serviceAccountName: proxy-agent-runner
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue