【发布时间】:2022-01-29 22:42:21
【问题描述】:
我正在尝试在我的 Argo 工作流程中运行此命令
kubectl cp /tmp/appendonly.aof redis-node-0:/data/appendonly.aof -c redis -n redis
但我收到此错误
Error from server (InternalError): an error on the server ("invalid upgrade response: status code 200") has prevented the request from succeeding (get pods redis-node-0)
令人惊讶的是,当我将文件从 pod 复制到本地系统时,它正在工作,就像这个命令 kubectl cp redis-node-0:/data/appendonly.aof tmp/appendonly.aof -c redis -n redis
知道是什么原因造成的吗?
【问题讨论】:
标签: kubernetes redis kubectl argo-workflows argo