Skip to content
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

Support InClusterConfig for Kubernetes #81

Closed
taliesins opened this issue Sep 8, 2022 · 4 comments · Fixed by #82
Closed

Support InClusterConfig for Kubernetes #81

taliesins opened this issue Sep 8, 2022 · 4 comments · Fixed by #82
Assignees
Labels
enhancement New feature or request

Comments

@taliesins
Copy link

Is your feature request related to a problem? Please describe.
We run steampipe dashboards inside a container. We would like to not have to configure a KubeConfig file and rather really on "/var/run/secrets/kubernetes.io/serviceaccount/token". In KubeCtl the method is called InClusterConfig.

Describe the solution you'd like
Add InClusterConfig support.

Describe alternatives you've considered
Attempted to create Kube config from existing information dynamically.

Additional context
Link to InClusterConfig method
https://github.com/kubernetes/client-go/blob/fcdf37233b57445e4a6a4038ec580e9aaac931de/rest/config.go#L274

@taliesins taliesins added the enhancement New feature or request label Sep 8, 2022
@bigdatasourav
Copy link
Contributor

Hey @taliesins, Thank you for using Steampipe and raising this issue with us. We will look into it.

@bigdatasourav bigdatasourav linked a pull request Sep 9, 2022 that will close this issue
@github-actions
Copy link

github-actions bot commented Oct 8, 2022

'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.'

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Oct 8, 2022
@cbruno10
Copy link
Contributor

Not stale, work is still in progress.

@github-actions github-actions bot removed the stale No recent activity has been detected on this issue/PR and it will be closed label Oct 11, 2022
@taliesins
Copy link
Author

Thanks very much guys! Great job. We will give it a go in our steampipe container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants