vault backup: 2025-12-04 09:12:56

This commit is contained in:
杜鹏飞
2025-12-04 09:12:56 +08:00
commit 71e83861de
300 changed files with 339584 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,17 @@
谢威 1-18 21:42:21
https://github.com/guangzhengli/k8s-tutorials
https://github.com/chaseSpace/k8s-tutorial-cn/tree/main
https://k8s.easydoc.net/docs/dRiQjyTY/28366845/6GiNOzyZ/9EX8Cp45
谢威 1-18 21:43:01
https://www.bilibili.com/video/BV1Tg411P7EB/
### 谢威 1-18 21:43:10
https://k8s.easydoc.net/docs/dRiQjyTY/28366845/6GiNOzyZ/9EX8Cp45
#### Master join
```
kubeadm join 192.168.186.100:6443 --token whgnp2.qemqt8xtod7onf6j --discovery-token-ca-cert-hash sha256:e4f53bd2268f097d79694f7dbc72a6990dfacad41154bd5c9ad2c52ac0e72576
```

View File

@@ -0,0 +1,28 @@
kubectl get namespace cattle-system -o yaml
kubectl get namespace cattle-system -o json >tmp.json
kubectl proxy
curl -k -H "Content-Type: application/json" -X PUT --data-binary @tmp.json http://127.0.0.1:8001/api/v1/namespaces/cattle-system/finalize
kubernetes-dashboard
kubectl get namespace kubernetes-dashboard -o yaml
kubectl get namespace kubernetes-dashboard -o json >tmp.json
curl -k -H "Content-Type: application/json" -X PUT --data-binary @tmp.json http://127.0.0.1:8001/api/v1/namespaces/kubernetes-dashboard/finalize
kubectl get pod -n cattle-system
kubectl get pods --all-namespaces -o wide
docker stats

View File

@@ -0,0 +1,12 @@
### 用户名密码
```
root/123
麒麟 root/kylin@123
```
### 网络
> 192.168.186.100 - 192.168.186.xxx
### portainer
admin administrator@123