-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document .kops file - does VIPER work #2435
Comments
@chrislovecnm Elaborate this issue? |
We have viper in order code base. It is part or the cobra cli stuff. It does not seem to be functioning. This issue is to figure out if it works, if so document how it works. If not fix it. |
Here are the docs https://github.com/spf13/viper Code is in cmd/kops/root.go |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen This is not fixed, and someone had a PR in that got closed. |
I will try to handle this issue |
Actually config file is located on $HOME/.kops.yaml, do you want to move it to $HOME/.kops/config ? |
@chrislovecnm - I think viper is setup up in kops to ONLY cover the case of the
The use case for this file might be somewhat limited:
Some items that might be candidates:
That said, I think this feature of kops does need to be documented better. |
I have the following config file installed and run:
And that does not work. We have https://github.com/spf13/viper installed, but I do not know if it is actually wired in correctly ....
The text was updated successfully, but these errors were encountered: