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