2 Star 0 Fork 0

mirrors_rancher/systemd-node

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
env 550 Bytes
一键复制 编辑 原始数据 按行查看 历史
oats87g 提交于 2024-10-29 19:16 . cgroupsv2 support
if [ -d /var/lib/rancher/rke2/bin ]; then
export PATH="${PATH}:/var/lib/rancher/rke2/bin"
if [ -z "$KUBECONFIG" ]; then
export KUBECONFIG=/etc/rancher/rke2/rke2.yaml
fi
else
if [ -z "$KUBECONFIG" ]; then
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
fi
fi
if [ -z "$CONTAINER_RUNTIME_ENDPOINT" ]; then
export CONTAINER_RUNTIME_ENDPOINT=unix:///var/run/k3s/containerd/containerd.sock
fi
if [ -z "$IMAGE_SERVICE_ENDPOINT" ]; then
export IMAGE_SERVICE_ENDPOINT=unix:///var/run/k3s/containerd/containerd.sock
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_rancher/systemd-node.git
git@gitee.com:mirrors_rancher/systemd-node.git
mirrors_rancher
systemd-node
systemd-node
master

搜索帮助