Merge pull request #40588 from xmudrii/k8s.gcr.io-removal-ko

[ko] Replace k8s.gcr.io with registry.k8s.io in blog
pull/40983/head
Kubernetes Prow Robot 2023-05-05 07:19:13 -07:00 committed by GitHub
commit c2d0af7933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ metadata:
spec:
containers:
- name: agnhost
image: k8s.gcr.io/e2e-test-images/agnhost:2.35
# 이미지가 변경됨 (기존에는 "k8s.gcr.io" 레지스트리를 사용)
image: registry.k8s.io/e2e-test-images/agnhost:2.35
command: ["/agnhost", "grpc-health-checking"]
ports:
- containerPort: 5000