Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a prototype of verified ReplicaSet controller #480

Merged
merged 9 commits into from
May 30, 2024

Conversation

marshtompsxd
Copy link
Collaborator

@marshtompsxd marshtompsxd commented May 23, 2024

The prototype replica set controller implements the basic scaling up/down functionality. It lists all the pods in the same namespace, filters out the pods that do not match the replica set object's selector, and them create/delete pods to make sure there are replicas number of matched pods.

The replica set controller is not verified yet, and there are still more features to implement, such as claiming orphan pods.

@marshtompsxd marshtompsxd changed the title Skeleton for building VReplicaSet controller Add a prototype of VReplicaSet controller May 29, 2024
@marshtompsxd marshtompsxd changed the title Add a prototype of VReplicaSet controller Add a prototype of verified ReplicaSet controller May 30, 2024
@marshtompsxd marshtompsxd added this pull request to the merge queue May 30, 2024
Merged via the queue into main with commit 8891ee2 May 30, 2024
14 checks passed
@marshtompsxd marshtompsxd deleted the xudong/replicaset branch June 1, 2024 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant