gpt4 book ai didi

azure - 无法使用私有(private)镜像通过 CLI 创建 Azure 容器实例

转载 作者:行者123 更新时间:2023-12-03 04:50:45 24 4
gpt4 key购买 nike

我无法使用 CLI 和 yaml 文件使用私有(private)镜像 (ACR) 部署 pod。

但是,直接使用 az 容器或 kubectl run 从注册表进行部署确实有效。

Pod 状态:

  "containers": [
{

"count": 3,
"firstTimestamp": "2017-08-26T07:31:36+00:00",
"lastTimestamp": "2017-08-26T07:32:20+00:00",
"message": "Failed: Failed to pull image \"ucont01.azurecr.io/unreal-deb\": rpc error: code 2 desc Error: im age unreal-deb:latest not found",
"type": "Warning"
},
],
},

Yaml 文件:

apiVersion: v1
kind: Pod
metadata:
generateName: "game-"
namespace: default
spec:
nodeName: aci-connector
dnsPolicy: ClusterFirst
restartPolicy: Never
containers:
- name: unreal-dev-server
image: ucont01.azurecr.io/unreal-deb
imagePullPolicy: Always
ports:
- containerPort: 7777
protocol: UDP
imagePullSecrets:
- name: registrykey

最佳答案

不幸的是,aci-connector-k8s 目前不支持来自私有(private)存储库的镜像。有一个问题需要添加支持,但目前尚未实现。

https://github.com/Azure/aci-connector-k8s/issues/35

关于azure - 无法使用私有(private)镜像通过 CLI 创建 Azure 容器实例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45893165/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com