Skip to content

Commit

Permalink
Added explanation of what new daemonset overprovision does
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-j-smith committed Jun 3, 2024
1 parent 056720f commit cbae543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cluster-overprovisioner.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ deployments:
# topologyKey: kubernetes.io/hostname
# whenUnsatisfiable: ScheduleAnyway

# Daemonset Overprovisioner deployment
# Daemonset Overprovisioner deployment - This does not create a new daemonset but mimics other overprovisions by adding new pods with the topologySpreadConstraints to ensure distribution across nodes.
- name: daemonset
# deployments[0].annotations -- Default Deployment - Annotations to add to the deployment
annotations: {}
Expand Down

0 comments on commit cbae543

Please sign in to comment.