2 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires extending the `kubectl kruise migrate` command to support migrating from a standard Kubernetes DaemonSet to an OpenKruise Advanced DaemonSet. This involves creating a new migration path that safely deletes the original DaemonSet and creates a corresponding Advanced DaemonSet, ensuring minimal disruption.

Complexity: 4/5
good first issue help wanted

Tools to use with the Kruise libraries

Go

AI Summary: Implement a `kubectl kruise migrate` command to support migrating from a native Kubernetes StatefulSet to an OpenKruise Advanced StatefulSet. This involves creating a new Advanced StatefulSet based on the existing StatefulSet's configuration and then safely deleting the original StatefulSet. The implementation should handle potential errors and ensure data consistency.

Complexity: 4/5
good first issue help wanted

Tools to use with the Kruise libraries

Go