We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6380419 commit d6a0392Copy full SHA for d6a0392
config/core/config-observability.yaml
@@ -42,7 +42,7 @@ data:
42
# logging.fluentd-sidecar-image provides the fluentd sidecar image
43
# to inject as a sidecar to collect logs from /var/log.
44
# Must be presented if logging.enable-var-log-collection is true.
45
- logging.fluentd-sidecar-image: k8s.gcr.io/fluentd-elasticsearch:v2.0.4
+ logging.fluentd-sidecar-image: registry.k8s.io/fluentd-elasticsearch:v2.0.4
46
47
# logging.fluentd-sidecar-output-config provides the configuration
48
# for the fluentd sidecar, which will be placed into a configmap and
0 commit comments