This website requires JavaScript.
Explore
Help
Register
Sign In
kubernetes-sigs
/
kubespray
mirror of
https://github.com/kubernetes-sigs/kubespray.git
Watch
1
Star
0
Fork
You've already forked kubespray
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
98f7485303
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 17:09:52 +08:00
---
Upgrade to Kubernetes v1.9.1 (#2152) Raise drain timeout to 5m
2018-01-25 23:44:44 +08: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 19:57:19 +08: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 19:57:19 +08:00
drain_nodes
:
true