-
Notifications
You must be signed in to change notification settings - Fork 45
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
Manage podAntiAffinity
and number of replicas for Control Plane Ingress Controller
#3617
Manage podAntiAffinity
and number of replicas for Control Plane Ingress Controller
#3617
Conversation
Hello teddyandrieux,My role is to assist you with the merge of this Status report is not available. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
This commit add ability to configure `podAntiAffinity` for the control plane ingress controller from bootstrap config. NOTE: This is only used when MetalLB is enabled as otherwise the control plane ingress controller is deployed as a DaemonSet. Render chart to salt state using ``` ./charts/render.py ingress-nginx-control-plane --namespace metalk8s-ingress \ charts/ingress-nginx-control-plane-deployment.yaml charts/ingress-nginx/ \ > salt/metalk8s/addons/nginx-ingress-control-plane/deployed/chart-deployment.sls ``` See: #3574
…ller This commit add ability to configure the number of replicas for the control plane ingress controller from bootstrap config. NOTE: This is only used when MetalLB is enabled as otherwise the control plane ingress controller is deployed as a DaemonSet. NOTE: As a side effect of replicaCount change in the helm chart it's remove the PodDisruptionBudget object, but this one was not used for the moment Render chart to salt state using ``` ./charts/render.py ingress-nginx-control-plane --namespace metalk8s-ingress \ charts/ingress-nginx-control-plane-deployment.yaml charts/ingress-nginx/ \ > salt/metalk8s/addons/nginx-ingress-control-plane/deployed/chart-deployment.sls ```
9f2ebeb
to
b595a7b
Compare
History mismatchMerge commit #aca6ed1f5e10143f779753079954c5bfdd6a375b on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
podAntiAffinity
and number of replicas for Control Plane Ingress Controller
b595a7b
to
16aa1b6
Compare
History mismatchMerge commit #b595a7bc3066059411323456fc63e618d6ae5fd6 on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
16aa1b6
to
8bca595
Compare
History mismatchMerge commit #16aa1b6e8580dce0ebb80d09bc9dea3f11d7a3ed on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
Instead of having logic in the SLS to set the number of replicas and the affinity for the CoreDNS deployment, set it directly from the MetalK8s pillar
8bca595
to
292547e
Compare
History mismatchMerge commit #8bca59513a0b78da56c4b03ba57f58c8ec62b9fb on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
/approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye teddyandrieux. |
Component:
'cp ingress'
Context:
See: #3574
Summary:
Add an entry in bootstrap configuration for Control Plane Ingress controller in order to set up
affinity
NOTE: In this PR we only handle soft and hard
podAntiAffinity