Unverified Commit 8a67b71a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #59921 from x13n/fluentd-version-bump

Automatic merge from submit-queue (batch tested with PRs 56394, 59921). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix fluentd-gcp-scaler to look at correct fluentd-gcp version **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` /assign @crassirostris
parents 7e8de542 6db742fc
...@@ -22,7 +22,7 @@ spec: ...@@ -22,7 +22,7 @@ spec:
image: gcr.io/google-containers/fluentd-gcp-scaler:0.1 image: gcr.io/google-containers/fluentd-gcp-scaler:0.1
command: command:
- /scaler.sh - /scaler.sh
- --ds-name=fluentd-gcp-v2.0.13 - --ds-name=fluentd-gcp-v2.0.14
- --scaling-policy=fluentd-gcp-scaling-policy - --scaling-policy=fluentd-gcp-scaling-policy
env: env:
# Defaults, used if no overrides are found in fluentd-gcp-scaling-policy # Defaults, used if no overrides are found in fluentd-gcp-scaling-policy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment