未验证 提交 758f15f2 编写于 作者: Q quicksilver 提交者: GitHub

Add pod tolerations to Jenkins slave pods (#1473)

* Increase memory limit in Jenkins CI
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>

* Add pod tolerations to slave pods
上级 6862db78
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册