You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I don't always know the version of the kubernetes cluster that I am connecting to at build time.
Describe the solution you'd like
I want the kubernetes mixin to dynamically download the kubectl client binary at runtime if the versions don't match (controlled by a config flag). The helm mixin does this already minus the configuration to bypass this functionality.
Describe alternatives you've considered
N/A
Additional context
You can use the built-in kubectl client to call kubectl version to get the server version, read the json and then download a different kubectl client.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I don't always know the version of the kubernetes cluster that I am connecting to at build time.
Describe the solution you'd like
I want the kubernetes mixin to dynamically download the kubectl client binary at runtime if the versions don't match (controlled by a config flag). The helm mixin does this already minus the configuration to bypass this functionality.
Describe alternatives you've considered
N/A
Additional context
You can use the built-in kubectl client to call kubectl version to get the server version, read the json and then download a different kubectl client.
The text was updated successfully, but these errors were encountered: