How to pass my .kubeconfig file with Kubernetes certificates, host name etc to controllers? #544
-
Hello, I started to investigate this project, but I can't find any example how I can pass my own .kubeconfig file for a Kubernetes client that should be used in controllers, could you please advise me? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey Victor Thank you for your interesst in this repo :) Currently there is no possibility to setup your own kubernetes client (with an "official public api"). You can however (as workaround) use:
|
Beta Was this translation helpful? Give feedback.
Hey Victor
Thank you for your interesst in this repo :)
The .kubeconfig used is the default (config in your userprofile). This is sufficient for most of the usecases (e.g running the operator in kubernetes).
Currently there is no possibility to setup your own kubernetes client (with an "official public api"). You can however (as workaround) use: