[ko] Replace k8s.gcr.io with registry.k8s.io in blog

Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
pull/40588/head
Marko Mudrinić 2023-04-10 13:04:53 +02:00
parent 808a63e1f7
commit 3213ddd385
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ metadata:
spec: spec:
containers: containers:
- name: agnhost - 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"] command: ["/agnhost", "grpc-health-checking"]
ports: ports:
- containerPort: 5000 - containerPort: 5000