feat: add kind env command - #4139
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ANISHSAJIKUMAR The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
|
Hi @ANISHSAJIKUMAR. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. 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-sigs/prow repository. |
|
Please stop including all previous commits in new changes. You will need to clean this up. A similar approach has already been discussed and I believe there is an open issue with some more context. Make sure to check for existing work before proposing new. If there is something like this you want to add, make sure you follow the process of filing an issue so it can be discussed prior to submitting actual PRs. If these stacked PRs continue and there is no response then I am going to assume these are being entirely LLM drive and I will start to just close new PRs without further discussion. |
Add a new
kind envcommand that prints the environment variables influencing cluster creation and the current value of each one. This makes it easier to discover provider, networking, and kubeconfig overrides from the CLI itself.\n\nTests cover unset, empty, and set values, and the root command now exposes the new subcommand.