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
Implement the command similarly to create/destroy cluster with an adhoc function for each provider, isolated from the others, leveraging execute_command() and having standardized logs using log().
Consider having an option to not specify the version, in that case it should be the latest available in that moment.
Remember to add tests too!
The text was updated successfully, but these errors were encountered:
Updating Kubernetes in the cluster should be as easy as running a single command
Describe the solution you'd like
Implement the command similarly to create/destroy cluster with an adhoc function for each provider, isolated from the others, leveraging
execute_command()
and having standardized logs usinglog()
.Consider having an option to not specify the version, in that case it should be the latest available in that moment.
Remember to add tests too!
The text was updated successfully, but these errors were encountered: