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

[VOL-4388] Fix ONOS-classic statefulset podAntiAffinity configuration #531

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

teone
Copy link
Contributor

@teone teone commented Oct 11, 2021

See https://jira.opencord.org/browse/VOL-4388 for a full description of the issue

Copy link
Member

@charlesmcchan charlesmcchan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering why we have not seen this in SD-Fabric. @hwchiu any insights?

@hwchiu
Copy link
Contributor

hwchiu commented Oct 11, 2021

@charlesmcchan I check one of the sd-fabric pod and we do have the same issue.

╰─$ kc -n tost get pods -o wide
NAME                                                         READY   STATUS    RESTARTS   AGE     IP              NODE     NOMINATED NODE   READINESS GATES
onos-tost-atomix-0                                           1/1     Running   0          3h37m   10.33.40.144    node1    <none>           <none>
onos-tost-atomix-1                                           1/1     Running   0          3h37m   10.33.111.238   node3    <none>           <none>
onos-tost-atomix-2                                           1/1     Running   0          3h37m   10.33.104.44    node2    <none>           <none>
onos-tost-onos-classic-0                                     1/1     Running   0          3h37m   10.33.40.139    node1    <none>           <none>
onos-tost-onos-classic-1                                     1/1     Running   0          3h37m   10.33.40.152    node1    <none>           <none>
onos-tost-onos-classic-2                                     1/1     Running   0          3h37m   10.33.40.183    node1    <none>           <none>
onos-tost-onos-classic-onos-config-loader-84d74bdbff-cnbz9   1/1     Running   0          3h37m   10.33.40.179    node1    <none>           <none>

Three instances have been deployed into the same node. I believe we haven't check it carefully.
Anyway, the patch looks good to me.

@teone teone merged commit aea0766 into master Oct 11, 2021
@teone teone deleted the hotfix/affinityRules branch October 11, 2021 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants