gpt4 book ai didi

azure-devops 管道 :unable to recognize "/abc.yml": Get http://localhost:8080/api? 超时=32s : dial tcp 127. 0.0.1:8080:连接:连接被拒绝

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

我正在尝试使用 Azure Devops 管道在 AKS 上部署我的服务。除了应用我在 Kubernetes 服务上的最新版本之外,一切正常。我正在使用以下命令来部署服务。

#- script: docker build -f ./ContainerApp/Dockerfile -t $(dockerServer)/$(imageName) . 
# displayName: 'Container Build'
#
#- script: docker login -u $(dockerId) -p $(dockerPassword) $(dockerServer)
# displayName: 'Container Service login'
#
#- script: docker push $(dockerServer)/$(imageName)
# displayName: 'Container Push'
#
- script: kubectl apply -f ./azure-kubernetes-deployment.yml
displayName: 'deploying to Kubernetes'

当我从本地计算机运行此命令时,它工作正常,但在管道上不起作用。当我在管道上运行时发生以下错误。

谁能建议我缺少什么命令?

2018-11-28T14:19:09.6975888Z Generating script.
2018-11-28T14:19:09.6998755Z Script contents:
2018-11-28T14:19:09.6999302Z kubectl apply -f ./azure-kubernetes-deployment.yaml
2018-11-28T14:19:09.7032788Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/e571ec91-5ac4-4e17-8f48-cd0fd0877683.sh
2018-11-28T14:19:10.0021936Z unable to recognize "./azure-kubernetes-deployment.yaml": Get http://localhost:8080/api?timeout=32s: dial tcp 127.0.0.1:8080: connect: connection refused
2018-11-28T14:19:10.0023429Z unable to recognize "./azure-kubernetes-deployment.yaml": Get http://localhost:8080/api?timeout=32s: dial tcp 127.0.0.1:8080: connect: connection refused
2018-11-28T14:19:10.0162142Z ##[error]Bash exited with code '1'.
2018-11-28T14:19:10.0177080Z ##[section]Finishing: deploying to Kubernetes

最佳答案

我不知道您的特定用例中的原因,但是

unable to recognize "...yaml": Get http://localhost:8080/api?timeout=32s: dial tcp 127.0.0.1:8080: connect: connection refused

(一条相当无用且令人困惑的消息)表示无法联系 kubernetes 集群。

关于azure-devops 管道 :unable to recognize "/abc.yml": Get http://localhost:8080/api? 超时=32s : dial tcp 127. 0.0.1:8080:连接:连接被拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53525046/

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