feat: add Killercoda scenario for Workload Affinity and Anti-Affinity scheduling (v1.17)#24
feat: add Killercoda scenario for Workload Affinity and Anti-Affinity scheduling (v1.17)#24Ram04102007 wants to merge 2 commits into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @Ram04102007! It looks like this is your first PR to karmada-io/playground 🎉 |
… scheduling (v1.17) Signed-off-by: Sriram Thiruveedhula <sriram.thiruveedhula2007@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request introduces a new Killercoda interactive scenario focused on Workload Affinity and Anti-Affinity scheduling in Karmada v1.17. The scenario includes a background setup script, four instructional steps with verification scripts, and a final summary. Feedback was provided regarding the background setup script, specifically recommending the removal of error masking during the scheduler rollout and increasing the timeout to ensure the environment is correctly initialized before the user begins the tutorial.
Signed-off-by: Sriram Thiruveedhula <sriram.thiruveedhula2007@gmail.com>
|
Hi @RainbowMango @jwcesign — gentle ping on this PR. |
What this PR does
Adds a new interactive Killercoda scenario for the Workload Affinity
and Anti-Affinity Scheduling feature introduced in Karmada v1.17.
Why
The playground currently has 4 scenarios but none covering the new
WorkloadAffinity feature shipped in v1.17 (March 2026). This fills
that gap and aligns with the LFX Mentorship 2026 Term 1 goal of
adding tutorials for current Karmada features.
Scenario structure
Closes karmada-io/karmada#7498