[ko] Replace k8s.gcr.io with registry.k8s.io in blog
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>pull/40588/head
parent
808a63e1f7
commit
3213ddd385
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue