Skip to content

Commit

Permalink
Merge pull request #44 from RobertKielty/oci-arm-ac
Browse files Browse the repository at this point in the history
fixes ac for arm64 runner rollout
  • Loading branch information
RobertKielty authored Feb 21, 2025
2 parents 60f9334 + d872ce5 commit d56c7f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 283 deletions.
6 changes: 3 additions & 3 deletions ci/cluster/oci-arm64/autoscaler/cluster-autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@ spec:
name: cluster-autoscaler
resources:
limits:
cpu: 100m
cpu: 200m
memory: 300Mi
requests:
cpu: 100m
cpu: 600m
memory: 300Mi
command:
- ./cluster-autoscaler
- --v=4
- --stderrthreshold=info
- --cloud-provider=oci
- --max-node-provision-time=25m
- --nodes=1:10:ocid1.nodepool.oc1.us-sanjose-1.aaaaaaaaxjbwe3w6qswmyflqesvj76cy2fhzwvm6ztamsqptpngnhkzehmha
- --nodes=1:10:ocid1.nodepool.oc1.iad.aaaaaaaae3f6nlec4v4btdptd7qyhugxrpwaqcgnsuzhajpchnwoygfn6tra
- --scale-down-delay-after-add=10m
- --scale-down-unneeded-time=10m
- --unremovable-node-recheck-timeout=5m
Expand Down
203 changes: 0 additions & 203 deletions ci/cluster/oci-arm64/autoscaler/deployment.yaml

This file was deleted.

77 changes: 0 additions & 77 deletions ci/cluster/oci-arm64/autoscaler/service-accounts.yaml

This file was deleted.

0 comments on commit d56c7f6

Please sign in to comment.