You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, by default the deployments in k8s have .spec.revisionHistoryLimit set to 10. This means that k8s will keep the latest 10 replicasets for an deployment.
If the number of replicasets can be set to minimum (eg: 2 or less) that will help reduce the load on etcd.
In the reconcileDeployment function, the logic to set the default revisionHistoryLimit can be added as part of this controller.
The text was updated successfully, but these errors were encountered:
Currently, by default the deployments in k8s have
.spec.revisionHistoryLimit
set to 10. This means that k8s will keep the latest 10 replicasets for an deployment.If the number of replicasets can be set to minimum (eg: 2 or less) that will help reduce the load on etcd.
In the reconcileDeployment function, the logic to set the default
revisionHistoryLimit
can be added as part of this controller.The text was updated successfully, but these errors were encountered: