Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
europdx
k8s
cbio-on-demand
API
Commits
f23f0a65
Commit
f23f0a65
authored
Sep 04, 2019
by
Ľuboslav Pivarč
Browse files
Fixed tolerations
parent
c185d0d0
Pipeline
#23708
passed with stages
in 8 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
k8s/deployment.yml
View file @
f23f0a65
...
...
@@ -23,13 +23,13 @@ spec:
spec
:
tolerations
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io
key
:
node-role.kubernetes.io
/controlplane
operator
:
Equal
value
:
controlplane
value
:
"
true"
-
effect
:
NoExecute
key
:
node-role.kubernetes.io
key
:
node-role.kubernetes.io
/etcd
operator
:
Equal
value
:
etcd
value
:
"
true"
affinity
:
nodeAffinity
:
requiredDuringSchedulingIgnoredDuringExecution
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment