Skip to content

Commit 3213ddd

Browse files
committed
[ko] Replace k8s.gcr.io with registry.k8s.io in blog
Signed-off-by: Marko Mudrinić <[email protected]>
1 parent 808a63e commit 3213ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/ko/blog/_posts/2022-05-13-grpc-probes-in-beta.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ metadata:
9393
spec:
9494
containers:
9595
- name: agnhost
96-
image: k8s.gcr.io/e2e-test-images/agnhost:2.35
96+
# 이미지가 변경됨 (기존에는 "k8s.gcr.io" 레지스트리를 사용)
97+
image: registry.k8s.io/e2e-test-images/agnhost:2.35
9798
command: ["/agnhost", "grpc-health-checking"]
9899
ports:
99100
- containerPort: 5000

0 commit comments

Comments
 (0)