## Please describe what you would like to see in ContainerSSH ``` kubernetes: connection: host: your-kubernetes-api-server:6443 cert: | -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- key: | -----BEGIN RSA PRIVATE KEY----- ... -----END RSA PRIVATE KEY----- cacert: | -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- ``` The config is not user-friendly when running outside of kubernetes. ## Please describe the solution you'd like It will be better to support kubeConfigPath: ```yaml kubernetes: kubeConfigPath: ~/.kube/config ``` A clear and concise description of what you want to happen. ## Please describe your use case A clear and concise description of how you would use this feature.
Please describe what you would like to see in ContainerSSH
The config is not user-friendly when running outside of kubernetes.
Please describe the solution you'd like
It will be better to support kubeConfigPath:
A clear and concise description of what you want to happen.
Please describe your use case
A clear and concise description of how you would use this feature.