Automatic merge from submit-queue (batch tested with PRs 37997, 37939, 37990, 36700, 37258) --export flag belongs to kubectl get, not kubectl **What this PR does / why we need it**: When running the kubectl via symlink to hyperkube, the ``--export`` flag is not delegated to `kubectl get` but to `kubectl` only. Ending with unrecognized flag.