This website requires JavaScript.
Explore
Help
Sign In
C12s
/
c12s-kubespray
Watch
3
Star
0
Fork
You've already forked c12s-kubespray
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
5ba67c55a2
c12s-kubespray
/
roles
/
upgrade
/
pre-upgrade
/
defaults
/
main.yml
6 lines
89 B
YAML
Raw
Normal View
History
Unescape
Escape
Adding yamllinter to ci steps (#1556) * Adding yaml linter to ci check * Minor linting fixes from yamllint * Changing CI to install python pkgs from requirements.txt - adding in a secondary requirements.txt for tests - moving yamllint to tests requirements
2017-08-24 09:09:52 +00:00
---
Upgrade to Kubernetes v1.9.1 (#2152) Raise drain timeout to 5m
2018-01-25 15:44:44 +00:00
drain_grace_period
:
300
drain_timeout
:
360s
Fixes for upgrade mode Uses correct flag for draining with a pod selector Verifies minimum kubectl version for compatibility
2018-09-11 11:57:19 +00:00
drain_pod_selector
:
""
Extra options for upgrade mode Optionally do not drain nodes by setting drain_nodes to false Optionally set a labelselector to target which pods should be drained.
2018-09-11 11:57:19 +00:00
drain_nodes
:
true
Reference in a new issue
Copy permalink