首次提交:初始化项目

This commit is contained in:
fei
2026-02-05 00:11:05 +08:00
commit 26eaf8110b
171 changed files with 17105 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
# 应用 Longhorn Ingress
echo "创建 Longhorn Ingress..."
kubectl apply -f longhorn-ingress.yaml
# 显示 Ingress 状态
echo ""
echo "Ingress 状态:"
kubectl get ingress -n longhorn-system
echo ""
echo "访问 Longhorn UI"
echo " URL: http://longhorn.local"
echo " 需要在 /etc/hosts 中添加:"
echo " <节点IP> longhorn.local"