Details
-
Bug
-
Status: Closed
-
Test Blocker
-
Resolution: Fixed
-
1.0.0
Description
TestCase: TestRzaAntiAffinityOn
4 K8S nodes are present with 3 server groups defined.
With AA turned on for 4 node couchbase cluster, 4 pods should be scheduled on each node irrespective of the server groups.
Attachments
For Gerrit Dashboard: K8S-513 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
97871,2 | K8S-513, Fixing TestRzaAntiAffinityOn case | master | couchbase-operator | Status: MERGED | +2 | +1 |
This is working as designed. You are not allowed to schedule a pod on the master node due to the:
node-role.kubernetes.io/master: ""
label. The test even checks for the member creation event to fail:
message: New member test-couchbase-cd7cs-0003 creation failed
Which it does. Not entirely sure why this is a bug?