Michael Taufen
96f30d49dc
Replace --init-config-dir with --config
2017-12-26 19:38:30 -06:00
Michael Taufen
816174c69a
Kubelet: Relative paths in local config file
...
Resolve relative paths against the config file's location.
Add a test to help keep the list of filepath fields up to date.
Issue: #55644
Related comment:
https://github.com/kubernetes/kubernetes/pull/53833#issuecomment-344009912
Will add the same behavior for dynamic Kubelet config in a future PR,
see issue #55645 .
2017-11-15 09:32:53 -08:00
Cheng Xing
8618e28194
Refactoring for filesystem mock move
2017-08-28 16:17:15 -07:00
Michael Taufen
251e8f5f1f
Test loading Kubelet config from a file
2017-08-26 12:53:59 -07:00
Michael Taufen
a90d81620b
Revert "Merge pull request #51008 from kubernetes/revert-50789-fix-scheme"
...
This reverts commit f4afdecef8
, reversing
changes made to e633a1604f
.
This also fixes a bug where Kubemark was still using the core api scheme
to manipulate the Kubelet's types, which was the cause of the initial
revert.
2017-08-21 11:28:05 -07:00
Shyam JVS
5591914d62
Revert "Don't register the kubeletconfig group with the default Scheme"
2017-08-21 11:15:27 +02:00
Michael Taufen
0af9f756cd
Don't register the kubeletconfig group with the default Scheme
2017-08-18 13:51:39 -07:00
Michael Taufen
24bab4c20f
move KubeletConfiguration out of componentconfig API group
2017-08-15 08:12:42 -07:00
Michael Taufen
443d58e40a
Dynamic Kubelet Configuration
...
Alpha implementation of the Dynamic Kubelet Configuration feature.
See the proposal doc in #29459 .
2017-08-08 12:21:37 -07:00