mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-11 13:30:28 +00:00
Automatic merge from submit-queue Fix hyperkube flag parsing Hyperkube flag parsing was not playing nicely with kubectl command and sub-commands. This PR addresses that problem, and adds some tests which exercise hyperkube dispatching to nested cobra commands. \cc @aaronlevy @kbrwn @mumoshu fixes #24088 []()