ZhangZhihui's Blog  

2024年5月5日

摘要: kind.yaml: kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - role: worker - role: worker zzh@ZZHPC:~$ kubectl cluster-in 阅读全文
posted @ 2024-05-05 21:57 ZhangZhihuiAAA 阅读(1) 评论(0) 推荐(0) 编辑
 
摘要: FROM --platform=$BUILDPLATFORM alpine as protoc ARG BUILDPLATFORM=linux/amd64 TARGETOS=linux TARGETARCH=amd64 # download the protoc binary from github 阅读全文
posted @ 2024-05-05 14:34 ZhangZhihuiAAA 阅读(2) 评论(0) 推荐(0) 编辑