-
Notifications
You must be signed in to change notification settings - Fork 15
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
Labels
enhancement
New feature or request
Comments
Hey @taliesins, Thank you for using Steampipe and raising this issue with us. We will look into it. |
'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
bot
added
the
stale
No recent activity has been detected on this issue/PR and it will be closed
label
Oct 8, 2022
Not stale, work is still in progress. |
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
cbruno10
pushed a commit
that referenced
this issue
Oct 19, 2022
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
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
The text was updated successfully, but these errors were encountered: