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
kubekey will be divided into task templates and execution frameworks. task templates: Task templates are flexible and changeable. Can be existing cluster management functions (will be used as built-in templates), and other customized functions. execution frameworks: The task framework can be executed on the command line or in a k8s cluster.
add ui for kubekey.
why to change it
In the current version of Kubekey, adding or modifying commands requires submitting code changes and releasing a new version, which limits extensibility.
• Separation of tasks from the framework (like ansible)
• Support for GitOps (manage automated tasks through Git)
• Support for connector extensions
• Support for cloud-native automated bulk task management
Describe the solution you'd like
Now we have two branch to implement it. feature-ops and feature-ui. it will merge to master after Finish.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Your current KubeKey version
No response
Describe this feature
feature
Version 4.x will include the following features.
task templates
andexecution frameworks
.task templates
: Task templates are flexible and changeable. Can be existing cluster management functions (will be used as built-in templates), and other customized functions.execution frameworks
: The task framework can be executed on the command line or in a k8s cluster.why to change it
In the current version of Kubekey, adding or modifying commands requires submitting code changes and releasing a new version, which limits extensibility.
• Separation of tasks from the framework (like ansible)
• Support for GitOps (manage automated tasks through Git)
• Support for connector extensions
• Support for cloud-native automated bulk task management
Describe the solution you'd like
Now we have two branch to implement it. feature-ops and feature-ui. it will merge to master after Finish.
Additional information
No response
The text was updated successfully, but these errors were encountered: