Skip to content

Commit 7b39467

Browse files
authored
Update scaler-deployment.yaml CPU_LIMITS
setting CPU_LIMITS to '1' fixes the following log appearing every 60 seconds: Running: kubectl set resources -n kube-system ds fluentd-gcp-v3.1.0 -c fluentd-gcp --requests=cpu=100m,memory=200Mi --limits=cpu=1000m,memory=500Mi error: info: {extensions v1beta1 daemonsets} "fluentd-gcp-v3.1.0" was not changed this PR does not change scaler's behaviour, pods are scaled correctly despite error in the logs
1 parent ac6fa22 commit 7b39467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/addons/fluentd-gcp/scaler-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ spec:
3131
- name: MEMORY_REQUEST
3232
value: 200Mi
3333
- name: CPU_LIMIT
34-
value: 1000m
34+
value: '1'
3535
- name: MEMORY_LIMIT
3636
value: 500Mi

0 commit comments

Comments
 (0)