小编Vai*_*ian的帖子

imagepullbackoff while pulling image from azure container registry

First i have created the docker image and created kubernetes cluster in azure container service. Then tag and push the image to my repository, but while pulling my image from azure container registry to kubernetes cluster the pod are created but in status it shows imagepullback off

The yaml file for basic api image

**apiVersion: v1
kind: Pod
metadata:
  name: myapis
spec:
  containers:
    - name: myapis
      image: ciqsample.azurecr.io/myapis
  imagePullSecrets:
    - name: samplekey**
Run Code Online (Sandbox Code Playgroud)

azure docker kubernetes

2
推荐指数
2
解决办法
5135
查看次数

标签 统计

azure ×1

docker ×1

kubernetes ×1