agentscope-ai / agentscope-ai/AgentTeams

在k3s上使用helm 安装HiClaw,出现这些镜像拉取不了的问题:higress-console、higress-controller、higress-gateway || When using helm to install HiClaw on k3s, the problem that these images cannot be pulled occurs: higress-console, higress-controller, higress-gateway

Open
#744 1 comment 0 reactions 1 assignee Claimed by @qingTang0305 View on GitHub
area:container-k8s bug
Dominant language
Go
Stars
5.6k
Forks
692
Avg merge
5d 4h
Merged PRs (30d)
23

Description

### Bug Description

我执行下述命令安装HiClaw,应该正常部署的成功的
```
helm install hiclaw-a higress.io/hiclaw \
-n hiclaw-system-a --create-namespace \
-f /root/hiclaw-a-values.yaml \
--render-subchart-notes
```
但是,查看镜像进度始终为下述情况:
```
root@yuema-server02:~# kubectl get pods -n hiclaw-system-a
NAME READY STATUS RESTARTS AGE
hiclaw-a-controller-787fbfbc96-q5bcg 0/1 ContainerCreating 0 62s
hiclaw-a-element-web-6bb5b958cf-x7mmq 0/1 ContainerCreating 0 62s
hiclaw-a-minio-0 0/1 Pending 0 62s
hiclaw-a-tuwunel-0 0/1 Pending 0 62s
higress-console-668f6bf948-4926s 0/1 ContainerCreating 0 62s
higress-controller-cb6c6967c-776fn 0/2 ContainerCreating 0 62s
higress-gateway-5c646d8789-2pj86 0/1 ContainerCreating 0 62s
```
我是在联通云的ECS服务器按上述命令部署的。

### Steps to Reproduce

1. 创建配置文件:
```
cat > /root/hiclaw-b-values.yaml << 'EOF'
credentials:
llmApiKey: <我的API KEY>
llmBaseUrl: https://dashscope.aliyuncs.com/compatible-mode/v1
defaultModel: qwen3.5-flash
adminPassword: "12341234"

gateway:
publicURL: http://10.0.0.2:31011
service:
type: NodePort
nodePorts:
http: 31013
https: 31015

elementWeb:
service:
type: NodePort
nodePort: 31011

higressConsole:
service:
type: NodePort
nodePort: 31012
EOF

```

2. 执行安装命令:
```
helm install hiclaw-a higress.io/hiclaw \
-n hiclaw-system-a --create-namespace \
-f /root/hiclaw-a-values.yaml \
--render-subchart-notes
```

### AI Analysis

_No response_

### Relevant Logs

```shell

```

### Component

Install / Setup

### Version / Commit

_No response_

---
### Bug Description

I executed the following command to install HiClaw, and it should be successfully deployed normally.
```
helm install hiclaw-a higress.io/hiclaw \
-n hiclaw-system-a --create-namespace \
-f /root/hiclaw-a-values.yaml \
--render-subchart-notes
```
However, viewing the mirroring progress is always as follows:
```
root@yuema-server02:~# kubectl get pods -n hiclaw-system-a
NAME READY STATUS RESTARTS AGE
hiclaw-a-controller-787fbfbc96-q5bcg 0/1 ContainerCreating 0 62s
hiclaw-a-element-web-6bb5b958cf-x7mmq 0/1 ContainerCreating 0 62s
hiclaw-a-minio-0 0/1 Pending 0 62s
hiclaw-a-tuwunel-0 0/1 Pending 0 62s
higress-console-668f6bf948-4926s 0/1 ContainerCreating 0 62s
higress-controller-cb6c6967c-776fn 0/2 ContainerCreating 0 62s
higress-gateway-5c646d8789-2pj86 0/1 ContainerCreating 0 62s
```
I deployed it on the ECS server of China Unicom Cloud according to the above command.

### Steps to Reproduce

1. Create a configuration file:
```
cat > /root/hiclaw-b-values.yaml << 'EOF'
credentials:
llmApiKey:
llmBaseUrl: https://dashscope.aliyuncs.com/compatible-mode/v1
defaultModel: qwen3.5-flash
adminPassword: "12341234"

gateway:
publicURL: http://10.0.0.2:31011
service:
type: NodePort
nodePorts:
http: 31013
https: 31015

elementWeb:
service:
type: NodePort
nodePort: 31011

higressConsole:
service:
type: NodePort
nodePort: 31012
EOF

```

2. Execute the installation command:
```
helm install hiclaw-a higress.io/hiclaw \
-n hiclaw-system-a --create-namespace \
-f /root/hiclaw-a-values.yaml \
--render-subchart-notes
```

### AI Analysis

_No response_

### Relevant Logs

```shell

```

### Component

Install/Setup

### Version/Commit

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.