Add pod tolerations to Jenkins slave pods (#1473)

* Increase memory limit in Jenkins CI

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>

* Add pod tolerations to slave pods
pull/1474/head^2
quicksilver 2020-03-02 16:43:30 +08:00 committed by GitHub
parent 6862db78d4
commit 758f15f227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 30 additions and 2 deletions

View File

@ -20,4 +20,8 @@ spec:
- name: docker-sock
hostPath:
path: /var/run/docker.sock
tolerations:
- key: dedicated
operator: Equal
value: milvus
effect: NoSchedule

View File

@ -36,3 +36,8 @@ spec:
ports:
- containerPort: 3306
name: mysql
tolerations:
- key: dedicated
operator: Equal
value: milvus
effect: NoSchedule

View File

@ -36,3 +36,8 @@ spec:
ports:
- containerPort: 3306
name: mysql
tolerations:
- key: dedicated
operator: Equal
value: milvus
effect: NoSchedule

View File

@ -38,3 +38,8 @@ spec:
ports:
- containerPort: 3306
name: mysql
tolerations:
- key: dedicated
operator: Equal
value: milvus
effect: NoSchedule

View File

@ -38,3 +38,8 @@ spec:
ports:
- containerPort: 3306
name: mysql
tolerations:
- key: dedicated
operator: Equal
value: milvus
effect: NoSchedule

View File

@ -26,4 +26,8 @@ spec:
- name: kubeconf
secret:
secretName: test-cluster-config
tolerations:
- key: dedicated
operator: Equal
value: milvus
effect: NoSchedule