Skip to content

Commit abf0228

Browse files
committed
Replace k8s.gcr.io references with registry.k8s.io
1 parent e6b5582 commit abf0228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ru/examples/admin/logging/two-files-counter-pod-agent-sidecar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: varlog
2323
mountPath: /var/log
2424
- name: count-agent
25-
image: k8s.gcr.io/fluentd-gcp:1.30
25+
image: registry.k8s.io/fluentd-gcp:1.30
2626
env:
2727
- name: FLUENTD_ARGS
2828
value: -c /etc/fluentd-config/fluentd.conf

0 commit comments

Comments
 (0)