搭建高可用K3S集群 - 云原生技术圈
https://blog.bwcxtech.com/posts/61aaf06f22.10.2020 · --kube-proxy-arg value # 自定义 kube-proxy 进程的参数--kube-apiserver-arg value # 自定义kube-apiserver进程的参数--no-deploy value # 不需要部署的组件 (有效选项: coredns, servicelb, traefik, local-storage, metrics-server)--write-kubeconfig value # 将管理客户端的kubeconfig写入这个文件
K3s: Lightweight Kubernetes
https://k3s.ioK3s is packaged as a single <50MB binary that reduces the dependencies and steps needed to install, run and auto-update a production Kubernetes cluster. Optimized for ARM Both ARM64 and ARMv7 are supported with binaries and multiarch images available for both.
FAQ - k3d
https://k3d.io › faq › faqPassing additional arguments/flags to k3s (and on to e.g. the kube-apiserver)¶. The Problem: Passing a feature flag to the Kubernetes API Server ...