02da44720c
This commit adds toleration for taint master NoSchedule to different components. This will help us in managing components that gets deployed in kubernetes master nodes Relates-To: #406 Change-Id: I9f3a30be9c4eed65dcdd1c41514abbfd9c384541 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
11 lines
180 B
YAML
11 lines
180 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: ironic
|
|
spec:
|
|
template:
|
|
spec:
|
|
tolerations:
|
|
- key: node-role.kubernetes.io/master
|
|
effect: NoSchedule
|