mirror of https://github.com/milvus-io/milvus.git
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 podspull/1474/head^2
parent
6862db78d4
commit
758f15f227
|
@ -20,4 +20,8 @@ spec:
|
|||
- name: docker-sock
|
||||
hostPath:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
tolerations:
|
||||
- key: dedicated
|
||||
operator: Equal
|
||||
value: milvus
|
||||
effect: NoSchedule
|
||||
|
|
|
@ -36,3 +36,8 @@ spec:
|
|||
ports:
|
||||
- containerPort: 3306
|
||||
name: mysql
|
||||
tolerations:
|
||||
- key: dedicated
|
||||
operator: Equal
|
||||
value: milvus
|
||||
effect: NoSchedule
|
||||
|
|
|
@ -36,3 +36,8 @@ spec:
|
|||
ports:
|
||||
- containerPort: 3306
|
||||
name: mysql
|
||||
tolerations:
|
||||
- key: dedicated
|
||||
operator: Equal
|
||||
value: milvus
|
||||
effect: NoSchedule
|
||||
|
|
|
@ -38,3 +38,8 @@ spec:
|
|||
ports:
|
||||
- containerPort: 3306
|
||||
name: mysql
|
||||
tolerations:
|
||||
- key: dedicated
|
||||
operator: Equal
|
||||
value: milvus
|
||||
effect: NoSchedule
|
||||
|
|
|
@ -38,3 +38,8 @@ spec:
|
|||
ports:
|
||||
- containerPort: 3306
|
||||
name: mysql
|
||||
tolerations:
|
||||
- key: dedicated
|
||||
operator: Equal
|
||||
value: milvus
|
||||
effect: NoSchedule
|
||||
|
|
|
@ -26,4 +26,8 @@ spec:
|
|||
- name: kubeconf
|
||||
secret:
|
||||
secretName: test-cluster-config
|
||||
|
||||
tolerations:
|
||||
- key: dedicated
|
||||
operator: Equal
|
||||
value: milvus
|
||||
effect: NoSchedule
|
||||
|
|
Loading…
Reference in New Issue