Skip to content

Commit

Permalink
kind: add features for work with HPA
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor111@gmail.com>
  • Loading branch information
batazor committed Dec 31, 2022
1 parent 6a835d2 commit 885a80d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ops/Helm/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ networking:
# (127.0.0.1) for security reasons. However it is possible to change this.
apiServerAddress: "0.0.0.0"

featureGates:
HPAScaleToZero: true
HPAContainerMetrics: true
LogarithmicScaleDown: true

# add to the apiServer certSANs the name of the docker (dind) service in order to be able to reach the cluster through it
kubeadmConfigPatchesJSON6902:
- group: kubeadm.k8s.io
Expand Down

0 comments on commit 885a80d

Please sign in to comment.