Commit Graph

7 Commits

Author SHA1 Message Date
Jacob LeGrone
75feea1024 Add default provider taint and taint configuration options
This allows for more specificity when setting taint tolerations for
workloads. Three new env variables are introduced:

VKUBELET_TAINT_KEY (defaults to `virtual-kubelet.io/provider`)
VKUBELET_TAINT_VALUE (defaults to provider name)
VKUBELET_TAINT_EFFECT (defaults to `NoSchedule`)

BREAKING CHANGES:
- The default taint key of `azure.com/aci` is now
  `virtual-kubelet.io/provider`.
- Specifying a custom taint key is now done via an environment variable
  rather than the `--taint` command line flag.
2018-08-14 17:09:44 -07:00
Liang Mingqiang
b4b12020b7 bugfix (#307) 2018-08-09 22:03:05 -07:00
Liang Mingqiang
39c6654dd8 read a section of config (#255) 2018-07-31 13:28:42 -07:00
Ara Pulido
ae7e06aed6 Fixed small typo in arg description 2017-12-29 11:40:36 -08:00
Kris Nova
5c5e6adb9e Cleaning up program UX
- Remove toggle flag
- Update version message
- Update README.md with new changes
2017-12-09 06:56:16 -06:00
Brian Ketelsen
899b07c1f4 documentation: cleanup cobra help, add environment and config information to README 2017-12-05 17:54:07 -06:00
Ria Bhatia
eab200124f Initial commit 2017-12-05 17:53:58 -06:00