Add istio sidecar inject false to deployments in kubeflow ns (#712)
* Add istio sidecar inject false to deployments * Revert cert-manager changes * Revert unneeded changes
This commit is contained in:
parent
4d772dcd0c
commit
3fe91f521c
|
|
@ -4,6 +4,9 @@ metadata:
|
||||||
name: deployment
|
name: deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c
|
- image: gcr.io/kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c
|
||||||
|
|
@ -16,4 +19,4 @@ spec:
|
||||||
- name: webhook-cert
|
- name: webhook-cert
|
||||||
secret:
|
secret:
|
||||||
secretName: webhook-certs
|
secretName: webhook-certs
|
||||||
serviceAccountName: service-account
|
serviceAccountName: service-account
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: alb-ingress-controller
|
app.kubernetes.io/name: alb-ingress-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: alb-ingress-controller
|
- name: alb-ingress-controller
|
||||||
|
|
@ -48,4 +50,4 @@ spec:
|
||||||
# Repository location of the ALB Ingress Controller.
|
# Repository location of the ALB Ingress Controller.
|
||||||
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.2
|
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
serviceAccountName: alb-ingress-controller
|
serviceAccountName: alb-ingress-controller
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: basic-auth
|
app: basic-auth
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: basic-auth-login
|
app: basic-auth-login
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: centraldashboard
|
app: centraldashboard
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/kubeflow-images-public/centraldashboard
|
- image: gcr.io/kubeflow-images-public/centraldashboard
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: spartakus-volunteer
|
app: spartakus-volunteer
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: cloud-endpoints-controller
|
app: cloud-endpoints-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/cloud-solutions-group/cloud-endpoints-controller:0.2.1
|
- image: gcr.io/cloud-solutions-group/cloud-endpoints-controller:0.2.1
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@ metadata:
|
||||||
name: deployment
|
name: deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: manager
|
- name: manager
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: katib-controller
|
app: katib-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: katib-controller
|
serviceAccountName: katib-controller
|
||||||
containers:
|
containers:
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: db
|
component: db
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-db
|
- name: katib-db
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: manager
|
component: manager
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-manager
|
- name: katib-manager
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: ui
|
component: ui
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-ui
|
- name: katib-ui
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: kubebench-operator
|
app: kubebench-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: kubebench-config
|
- name: kubebench-config
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: modeldb
|
app: modeldb
|
||||||
tier: artifact-store
|
tier: artifact-store
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: modeldb
|
app: modeldb
|
||||||
tier: backend
|
tier: backend
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: modeldb
|
app: modeldb
|
||||||
tier: mysql
|
tier: mysql
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: modeldb
|
app: modeldb
|
||||||
tier: backend-proxy
|
tier: backend-proxy
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: modeldb
|
app: modeldb
|
||||||
tier: webapp
|
tier: webapp
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: vertaaiofficial/modeldb-frontend:kubeflow
|
- image: vertaaiofficial/modeldb-frontend:kubeflow
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: mpi-operator
|
app: mpi-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
name: mxnet-operator
|
name: mxnet-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@ metadata:
|
||||||
name: ml-pipeline
|
name: ml-pipeline
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-api-server
|
- name: ml-pipeline-api-server
|
||||||
|
|
@ -15,9 +18,9 @@ spec:
|
||||||
image: gcr.io/ml-pipeline/api-server
|
image: gcr.io/ml-pipeline/api-server
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- apiserver
|
- apiserver
|
||||||
- --config=/etc/ml-pipeline-config
|
- --config=/etc/ml-pipeline-config
|
||||||
- --sampleconfig=/config/sample_config.json
|
- --sampleconfig=/config/sample_config.json
|
||||||
- -logtostderr=true
|
- -logtostderr=true
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8888
|
- containerPort: 8888
|
||||||
|
|
@ -25,7 +28,7 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/ml-pipeline-config
|
mountPath: /etc/ml-pipeline-config
|
||||||
serviceAccountName: ml-pipeline
|
serviceAccountName: ml-pipeline
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,9 @@ spec:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: minio
|
- name: minio
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,9 @@ spec:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mysql
|
- name: mysql
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@ metadata:
|
||||||
name: persistenceagent
|
name: persistenceagent
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-persistenceagent
|
- name: ml-pipeline-persistenceagent
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: ml-pipeline-visualizationserver
|
app: ml-pipeline-visualizationserver
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/ml-pipeline/visualization-server
|
- image: gcr.io/ml-pipeline/visualization-server
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: ml-pipeline-ui
|
app: ml-pipeline-ui
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-ui
|
- name: ml-pipeline-ui
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@ metadata:
|
||||||
name: ml-pipeline-ui
|
name: ml-pipeline-ui
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: gcp-sa-token
|
- name: gcp-sa-token
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@ metadata:
|
||||||
name: controller-deployment
|
name: controller-deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@ metadata:
|
||||||
name: ml-pipeline-scheduledworkflow
|
name: ml-pipeline-scheduledworkflow
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-scheduledworkflow
|
- name: ml-pipeline-scheduledworkflow
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
name: pytorch-operator
|
name: pytorch-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ spec:
|
||||||
prometheus.io/path: /metrics
|
prometheus.io/path: /metrics
|
||||||
prometheus.io/port: "10254"
|
prometheus.io/port: "10254"
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
initializers:
|
initializers:
|
||||||
pending: []
|
pending: []
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: tekton-dashboard
|
name: tekton-dashboard
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: tekton-dashboard
|
- name: tekton-dashboard
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
|
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
labels:
|
labels:
|
||||||
app: tekton-pipelines-controller
|
app: tekton-pipelines-controller
|
||||||
# app.kubernetes.io/component: controller
|
# app.kubernetes.io/component: controller
|
||||||
|
|
@ -83,6 +84,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
|
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
labels:
|
labels:
|
||||||
app: tekton-pipelines-webhook
|
app: tekton-pipelines-webhook
|
||||||
# app.kubernetes.io/component: webhook-controller
|
# app.kubernetes.io/component: webhook-controller
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: tensorboard
|
app: tensorboard
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
|
||||||
|
|
@ -101,6 +101,9 @@ metadata:
|
||||||
name: deployment
|
name: deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c
|
- image: gcr.io/kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c
|
||||||
|
|
@ -113,7 +116,7 @@ spec:
|
||||||
- name: webhook-cert
|
- name: webhook-cert
|
||||||
secret:
|
secret:
|
||||||
secretName: webhook-certs
|
secretName: webhook-certs
|
||||||
serviceAccountName: service-account
|
serviceAccountName: service-account
|
||||||
`)
|
`)
|
||||||
th.writeF("/manifests/admission-webhook/webhook/base/mutating-webhook-configuration.yaml", `
|
th.writeF("/manifests/admission-webhook/webhook/base/mutating-webhook-configuration.yaml", `
|
||||||
apiVersion: admissionregistration.k8s.io/v1beta1
|
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||||
|
|
|
||||||
|
|
@ -156,6 +156,9 @@ metadata:
|
||||||
name: deployment
|
name: deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c
|
- image: gcr.io/kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c
|
||||||
|
|
@ -168,7 +171,7 @@ spec:
|
||||||
- name: webhook-cert
|
- name: webhook-cert
|
||||||
secret:
|
secret:
|
||||||
secretName: webhook-certs
|
secretName: webhook-certs
|
||||||
serviceAccountName: service-account
|
serviceAccountName: service-account
|
||||||
`)
|
`)
|
||||||
th.writeF("/manifests/admission-webhook/webhook/base/mutating-webhook-configuration.yaml", `
|
th.writeF("/manifests/admission-webhook/webhook/base/mutating-webhook-configuration.yaml", `
|
||||||
apiVersion: admissionregistration.k8s.io/v1beta1
|
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||||
|
|
|
||||||
|
|
@ -188,6 +188,9 @@ metadata:
|
||||||
name: deployment
|
name: deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c
|
- image: gcr.io/kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c
|
||||||
|
|
@ -200,7 +203,7 @@ spec:
|
||||||
- name: webhook-cert
|
- name: webhook-cert
|
||||||
secret:
|
secret:
|
||||||
secretName: webhook-certs
|
secretName: webhook-certs
|
||||||
serviceAccountName: service-account
|
serviceAccountName: service-account
|
||||||
`)
|
`)
|
||||||
th.writeF("/manifests/admission-webhook/webhook/base/mutating-webhook-configuration.yaml", `
|
th.writeF("/manifests/admission-webhook/webhook/base/mutating-webhook-configuration.yaml", `
|
||||||
apiVersion: admissionregistration.k8s.io/v1beta1
|
apiVersion: admissionregistration.k8s.io/v1beta1
|
||||||
|
|
|
||||||
|
|
@ -84,6 +84,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: alb-ingress-controller
|
app.kubernetes.io/name: alb-ingress-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: alb-ingress-controller
|
- name: alb-ingress-controller
|
||||||
|
|
@ -115,7 +117,8 @@ spec:
|
||||||
# Repository location of the ALB Ingress Controller.
|
# Repository location of the ALB Ingress Controller.
|
||||||
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.2
|
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
serviceAccountName: alb-ingress-controller`)
|
serviceAccountName: alb-ingress-controller
|
||||||
|
`)
|
||||||
th.writeF("/manifests/aws/aws-alb-ingress-controller/base/service-account.yaml", `
|
th.writeF("/manifests/aws/aws-alb-ingress-controller/base/service-account.yaml", `
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
|
|
||||||
|
|
@ -136,6 +136,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: alb-ingress-controller
|
app.kubernetes.io/name: alb-ingress-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: alb-ingress-controller
|
- name: alb-ingress-controller
|
||||||
|
|
@ -167,7 +169,8 @@ spec:
|
||||||
# Repository location of the ALB Ingress Controller.
|
# Repository location of the ALB Ingress Controller.
|
||||||
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.2
|
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
serviceAccountName: alb-ingress-controller`)
|
serviceAccountName: alb-ingress-controller
|
||||||
|
`)
|
||||||
th.writeF("/manifests/aws/aws-alb-ingress-controller/base/service-account.yaml", `
|
th.writeF("/manifests/aws/aws-alb-ingress-controller/base/service-account.yaml", `
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
|
|
||||||
|
|
@ -141,6 +141,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: alb-ingress-controller
|
app.kubernetes.io/name: alb-ingress-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: alb-ingress-controller
|
- name: alb-ingress-controller
|
||||||
|
|
@ -172,7 +174,8 @@ spec:
|
||||||
# Repository location of the ALB Ingress Controller.
|
# Repository location of the ALB Ingress Controller.
|
||||||
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.2
|
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
serviceAccountName: alb-ingress-controller`)
|
serviceAccountName: alb-ingress-controller
|
||||||
|
`)
|
||||||
th.writeF("/manifests/aws/aws-alb-ingress-controller/base/service-account.yaml", `
|
th.writeF("/manifests/aws/aws-alb-ingress-controller/base/service-account.yaml", `
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: basic-auth-login
|
app: basic-auth-login
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
|
|
@ -53,6 +55,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: basic-auth
|
app: basic-auth
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: basic-auth-login
|
app: basic-auth-login
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
|
|
@ -90,6 +92,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: basic-auth
|
app: basic-auth
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: app
|
- name: app
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: centraldashboard
|
app: centraldashboard
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/kubeflow-images-public/centraldashboard
|
- image: gcr.io/kubeflow-images-public/centraldashboard
|
||||||
|
|
|
||||||
|
|
@ -136,6 +136,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: centraldashboard
|
app: centraldashboard
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/kubeflow-images-public/centraldashboard
|
- image: gcr.io/kubeflow-images-public/centraldashboard
|
||||||
|
|
|
||||||
|
|
@ -103,6 +103,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: centraldashboard
|
app: centraldashboard
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/kubeflow-images-public/centraldashboard
|
- image: gcr.io/kubeflow-images-public/centraldashboard
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: spartakus-volunteer
|
app: spartakus-volunteer
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
|
||||||
|
|
@ -108,6 +108,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: spartakus-volunteer
|
app: spartakus-volunteer
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: cloud-endpoints-controller
|
app: cloud-endpoints-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/cloud-solutions-group/cloud-endpoints-controller:0.2.1
|
- image: gcr.io/cloud-solutions-group/cloud-endpoints-controller:0.2.1
|
||||||
|
|
|
||||||
|
|
@ -148,6 +148,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: cloud-endpoints-controller
|
app: cloud-endpoints-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/cloud-solutions-group/cloud-endpoints-controller:0.2.1
|
- image: gcr.io/cloud-solutions-group/cloud-endpoints-controller:0.2.1
|
||||||
|
|
|
||||||
|
|
@ -131,6 +131,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: cloud-endpoints-controller
|
app: cloud-endpoints-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/cloud-solutions-group/cloud-endpoints-controller:0.2.1
|
- image: gcr.io/cloud-solutions-group/cloud-endpoints-controller:0.2.1
|
||||||
|
|
|
||||||
|
|
@ -220,6 +220,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
|
||||||
|
|
@ -286,6 +286,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
|
||||||
|
|
@ -259,6 +259,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
|
||||||
|
|
@ -216,6 +216,9 @@ metadata:
|
||||||
name: deployment
|
name: deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: manager
|
- name: manager
|
||||||
|
|
|
||||||
|
|
@ -272,6 +272,9 @@ metadata:
|
||||||
name: deployment
|
name: deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: manager
|
- name: manager
|
||||||
|
|
|
||||||
|
|
@ -250,6 +250,9 @@ metadata:
|
||||||
name: deployment
|
name: deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: manager
|
- name: manager
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: katib-controller
|
app: katib-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: katib-controller
|
serviceAccountName: katib-controller
|
||||||
containers:
|
containers:
|
||||||
|
|
@ -286,6 +288,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: db
|
component: db
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-db
|
- name: katib-db
|
||||||
|
|
@ -391,6 +395,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: manager
|
component: manager
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-manager
|
- name: katib-manager
|
||||||
|
|
@ -458,6 +464,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: ui
|
component: ui
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-ui
|
- name: katib-ui
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: katib-controller
|
app: katib-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: katib-controller
|
serviceAccountName: katib-controller
|
||||||
containers:
|
containers:
|
||||||
|
|
@ -365,6 +367,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: db
|
component: db
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-db
|
- name: katib-db
|
||||||
|
|
@ -470,6 +474,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: manager
|
component: manager
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-manager
|
- name: katib-manager
|
||||||
|
|
@ -537,6 +543,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: ui
|
component: ui
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-ui
|
- name: katib-ui
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: katib-controller
|
app: katib-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: katib-controller
|
serviceAccountName: katib-controller
|
||||||
containers:
|
containers:
|
||||||
|
|
@ -311,6 +313,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: db
|
component: db
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-db
|
- name: katib-db
|
||||||
|
|
@ -416,6 +420,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: manager
|
component: manager
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-manager
|
- name: katib-manager
|
||||||
|
|
@ -483,6 +489,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: ui
|
component: ui
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-ui
|
- name: katib-ui
|
||||||
|
|
|
||||||
|
|
@ -107,6 +107,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: katib-controller
|
app: katib-controller
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: katib-controller
|
serviceAccountName: katib-controller
|
||||||
containers:
|
containers:
|
||||||
|
|
@ -323,6 +325,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: db
|
component: db
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-db
|
- name: katib-db
|
||||||
|
|
@ -428,6 +432,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: manager
|
component: manager
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-manager
|
- name: katib-manager
|
||||||
|
|
@ -495,6 +501,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: katib
|
app: katib
|
||||||
component: ui
|
component: ui
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: katib-ui
|
- name: katib-ui
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: kubebench-operator
|
app: kubebench-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: kubebench-config
|
- name: kubebench-config
|
||||||
|
|
|
||||||
|
|
@ -168,6 +168,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: kubebench-operator
|
app: kubebench-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: kubebench-config
|
- name: kubebench-config
|
||||||
|
|
|
||||||
|
|
@ -157,6 +157,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: kubebench-operator
|
app: kubebench-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: kubebench-config
|
- name: kubebench-config
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: modeldb
|
app: modeldb
|
||||||
tier: artifact-store
|
tier: artifact-store
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
@ -88,6 +90,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: modeldb
|
app: modeldb
|
||||||
tier: backend
|
tier: backend
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
@ -176,6 +180,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: modeldb
|
app: modeldb
|
||||||
tier: mysql
|
tier: mysql
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
@ -245,6 +251,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: modeldb
|
app: modeldb
|
||||||
tier: backend-proxy
|
tier: backend-proxy
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
@ -323,6 +331,8 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: modeldb
|
app: modeldb
|
||||||
tier: webapp
|
tier: webapp
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: vertaaiofficial/modeldb-frontend:kubeflow
|
- image: vertaaiofficial/modeldb-frontend:kubeflow
|
||||||
|
|
|
||||||
|
|
@ -229,6 +229,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: mpi-operator
|
app: mpi-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
|
||||||
|
|
@ -276,6 +276,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: mpi-operator
|
app: mpi-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- args:
|
- args:
|
||||||
|
|
|
||||||
|
|
@ -103,6 +103,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
name: mxnet-operator
|
name: mxnet-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -158,6 +158,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
name: mxnet-operator
|
name: mxnet-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,9 @@ metadata:
|
||||||
name: ml-pipeline
|
name: ml-pipeline
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-api-server
|
- name: ml-pipeline-api-server
|
||||||
|
|
@ -59,9 +62,9 @@ spec:
|
||||||
image: gcr.io/ml-pipeline/api-server
|
image: gcr.io/ml-pipeline/api-server
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- apiserver
|
- apiserver
|
||||||
- --config=/etc/ml-pipeline-config
|
- --config=/etc/ml-pipeline-config
|
||||||
- --sampleconfig=/config/sample_config.json
|
- --sampleconfig=/config/sample_config.json
|
||||||
- -logtostderr=true
|
- -logtostderr=true
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8888
|
- containerPort: 8888
|
||||||
|
|
@ -69,7 +72,7 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/ml-pipeline-config
|
mountPath: /etc/ml-pipeline-config
|
||||||
serviceAccountName: ml-pipeline
|
serviceAccountName: ml-pipeline
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
|
|
|
||||||
|
|
@ -96,6 +96,9 @@ metadata:
|
||||||
name: ml-pipeline
|
name: ml-pipeline
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-api-server
|
- name: ml-pipeline-api-server
|
||||||
|
|
@ -107,9 +110,9 @@ spec:
|
||||||
image: gcr.io/ml-pipeline/api-server
|
image: gcr.io/ml-pipeline/api-server
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- apiserver
|
- apiserver
|
||||||
- --config=/etc/ml-pipeline-config
|
- --config=/etc/ml-pipeline-config
|
||||||
- --sampleconfig=/config/sample_config.json
|
- --sampleconfig=/config/sample_config.json
|
||||||
- -logtostderr=true
|
- -logtostderr=true
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8888
|
- containerPort: 8888
|
||||||
|
|
@ -117,7 +120,7 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
mountPath: /etc/ml-pipeline-config
|
mountPath: /etc/ml-pipeline-config
|
||||||
serviceAccountName: ml-pipeline
|
serviceAccountName: ml-pipeline
|
||||||
volumes:
|
volumes:
|
||||||
- name: config-volume
|
- name: config-volume
|
||||||
configMap:
|
configMap:
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,9 @@ spec:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: minio
|
- name: minio
|
||||||
|
|
|
||||||
|
|
@ -71,6 +71,9 @@ spec:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: minio
|
- name: minio
|
||||||
|
|
|
||||||
|
|
@ -93,6 +93,9 @@ spec:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: minio
|
- name: minio
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,9 @@ spec:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mysql
|
- name: mysql
|
||||||
|
|
|
||||||
|
|
@ -71,6 +71,9 @@ spec:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mysql
|
- name: mysql
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,9 @@ spec:
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mysql
|
- name: mysql
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,9 @@ metadata:
|
||||||
name: persistenceagent
|
name: persistenceagent
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-persistenceagent
|
- name: ml-pipeline-persistenceagent
|
||||||
|
|
|
||||||
|
|
@ -105,6 +105,9 @@ metadata:
|
||||||
name: persistenceagent
|
name: persistenceagent
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-persistenceagent
|
- name: ml-pipeline-persistenceagent
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: ml-pipeline-visualizationserver
|
app: ml-pipeline-visualizationserver
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/ml-pipeline/visualization-server
|
- image: gcr.io/ml-pipeline/visualization-server
|
||||||
|
|
|
||||||
|
|
@ -77,6 +77,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: ml-pipeline-visualizationserver
|
app: ml-pipeline-visualizationserver
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/ml-pipeline/visualization-server
|
- image: gcr.io/ml-pipeline/visualization-server
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: ml-pipeline-ui
|
app: ml-pipeline-ui
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-ui
|
- name: ml-pipeline-ui
|
||||||
|
|
|
||||||
|
|
@ -77,6 +77,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: ml-pipeline-ui
|
app: ml-pipeline-ui
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-ui
|
- name: ml-pipeline-ui
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,9 @@ metadata:
|
||||||
name: ml-pipeline-ui
|
name: ml-pipeline-ui
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: gcp-sa-token
|
- name: gcp-sa-token
|
||||||
|
|
@ -59,6 +62,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: ml-pipeline-ui
|
app: ml-pipeline-ui
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-ui
|
- name: ml-pipeline-ui
|
||||||
|
|
|
||||||
|
|
@ -89,6 +89,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: ml-pipeline-ui
|
app: ml-pipeline-ui
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-ui
|
- name: ml-pipeline-ui
|
||||||
|
|
|
||||||
|
|
@ -142,6 +142,9 @@ metadata:
|
||||||
name: controller-deployment
|
name: controller-deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
|
||||||
|
|
@ -190,6 +190,9 @@ metadata:
|
||||||
name: controller-deployment
|
name: controller-deployment
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
|
|
|
||||||
|
|
@ -98,6 +98,9 @@ metadata:
|
||||||
name: ml-pipeline-scheduledworkflow
|
name: ml-pipeline-scheduledworkflow
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-scheduledworkflow
|
- name: ml-pipeline-scheduledworkflow
|
||||||
|
|
|
||||||
|
|
@ -146,6 +146,9 @@ metadata:
|
||||||
name: ml-pipeline-scheduledworkflow
|
name: ml-pipeline-scheduledworkflow
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ml-pipeline-scheduledworkflow
|
- name: ml-pipeline-scheduledworkflow
|
||||||
|
|
|
||||||
|
|
@ -198,6 +198,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -260,6 +260,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -257,6 +257,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -224,6 +224,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -239,6 +239,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -206,6 +206,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
template:
|
template:
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -131,6 +131,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
name: pytorch-operator
|
name: pytorch-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -192,6 +192,8 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
name: pytorch-operator
|
name: pytorch-operator
|
||||||
|
annotations:
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,7 @@ spec:
|
||||||
prometheus.io/path: /metrics
|
prometheus.io/path: /metrics
|
||||||
prometheus.io/port: "10254"
|
prometheus.io/port: "10254"
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
initializers:
|
initializers:
|
||||||
pending: []
|
pending: []
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
|
|
@ -207,6 +207,7 @@ spec:
|
||||||
prometheus.io/path: /metrics
|
prometheus.io/path: /metrics
|
||||||
prometheus.io/port: "10254"
|
prometheus.io/port: "10254"
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
|
sidecar.istio.io/inject: "false"
|
||||||
initializers:
|
initializers:
|
||||||
pending: []
|
pending: []
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue