Skip to content

Commit

Permalink
Update zhouCode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouCode authored Feb 15, 2025
1 parent 31fcb83 commit c91fd23
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions zhouCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,4 +681,53 @@ When running on a public testnet using a cloud provider's Kubernetes cluster, th
To mitigate these issues, you can use the `el_volume_size` and `cl_volume_size` flags to override the default settings locally. This allows you to allocate more storage to the EL and CL clients, which can help accommodate faster state growth and improve syncing performance. However, keep in mind that increasing the volume size may also increase your cloud provider costs. Always monitor your usage and adjust as necessary to balance performance and cost.

For optimal performance, we recommend using a cloud provider that allows you to provision Kubernetes clusters with fast persistent storage or self hosting your own Kubernetes cluster with fast persistent storage.

### 2025.02.15

##### ethpandaops/ethereum-package初步搭建成功

遇到的坑记录(Ubuntu系统24.04.1LTS):

1. kurtosis run --enclave my-testnet github.com/ethpandaops/ethereum-package运行不了
- 尝试登录docker(x),配置gpg(x),修改镜像源(多次尝试才成功)
2. 原因:docker国内直连网络问题严重,各种国内镜像时常过期,挂VPN也不一定有用,总结了一些(可能有用的)镜像源

```json
"https://<阿里云个人镜像>.mirror.aliyuncs.com", #https://cr.console.aliyun.com/cn-hongkong/instances/mirrors,当前仅支持阿里云用户使用具备公网访问能力的阿里云产品进行镜像加速
"https://mirrors.ustc.edu.cn/docker-ce",
"https://registry.docker-cn.com",
"http://hub-mirror.c.163.com",
"https://dockerpull.org",
"https://docker.1panel.dev",
"https://docker.foreverlink.love",
"https://docker.fxxk.dedyn.io",
"https://docker.xn--6oq72ry9d5zx.cn",
"https://docker.zhai.cm",
"https://docker.5z5f.com",
"https://a.ussh.net",
"https://docker.cloudlayer.icu",
"https://hub.littlediary.cn",
"https://hub.crdz.gq",
"https://docker.unsee.tech",
"https://docker.kejilion.pro",
"https://registry.dockermirror.com",
"https://hub.rat.dev",
"https://dhub.kubesre.xyz",
"https://docker.nastool.de",
"https://docker.udayun.com",
"https://docker.rainbond.cc",
"https://hub.geekery.cn",
"https://docker.1panelproxy.com",
"https://atomhub.openatom.cn",
"https://docker.m.daocloud.io",
"https://docker.1ms.run",
"https://docker.linkedbus.com",
"https://dytt.online",
"https://func.ink",
"https://lispy.org",
"https://docker.xiaogenban1993.com"
```

2. 仓库下的`network_params.yaml`为配置文件,可以自行配置

<!-- Content_END -->

0 comments on commit c91fd23

Please sign in to comment.