Skip to content

Commit c2d0af7

Browse files
authored
Merge pull request #40588 from xmudrii/k8s.gcr.io-removal-ko
[ko] Replace k8s.gcr.io with registry.k8s.io in blog
2 parents a413d89 + 3213ddd commit c2d0af7

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)