Automated cherry pick of #107131: Fix default config flags#108401
Conversation
This is a follow up to kubernetes#105520 which only changed the new default config flags in the `NewKubectlCommand` function if `kubeConfigFlags == nil`. However they are not nil because they were initialized before here: https://github.com/kubernetes/kubernetes/blob/2fe968deb6cef4feea5bd0eb435e71844e397eed/staging/src/k8s.io/kubectl/pkg/cmd/cmd.go#L97 This fix uses the same defaults for both functions Signed-off-by: Jonny Langefeld <jonny.langefeld@gmail.com>
|
Hi @ulucinar. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
As detailed here, in This has already been fixed in the master branch. The planned release date for |
|
/release-note-edit |
|
/kind bug |
|
This cherry pick does not impact users and fixes an incomplete library usage for community projects. /approve /assign @kubernetes/release-engineering |
|
Thank you @eddiezane. I've also considered cherry-picking this fix to the other active release branches |
|
@ulucinar @eddiezane this is only needed for release-1.23 branch? how about 1.22 and 1.21? also need a lgtm from the review owners /assign @soltysh |
|
The original landed in 1.23 so I think only that branch. #105520 |
|
/priority backlog |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eddiezane, saschagrunert, soltysh, ulucinar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Cherry pick of #107131 on release-1.23.
#107131: Fix default config flags
For details on the cherry pick process, see the cherry pick requests page.