refactor: Update Traefik ingress routes file paths

This commit is contained in:
2024-08-18 07:38:16 +08:00
parent 2da4bdc13e
commit 820191346b
10 changed files with 530 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
# kubunetes cluster
## Create a cluster
```bash
```
## Delete a cluster
```bash
```
## Get cluster info
```bash
```
## Get cluster status
```bash
```
## Get cluster logs
```bash
```
## Get cluster events
```bash
```
## Get cluster nodes
```bash
```
## Delete rancher
### Using the cleanup script
Run as a Kubernetes Job
```bash
k create -f rancher-cleanup.yaml
kubectl -n kube-system logs -l job-name=cleanup-job -f
```
Verify that the job has completed
```bash
kubectl apply -f verify.yaml
kubectl -n kube-system logs -l job-name=verify-job -f
kubectl -n kube-system logs -l job-name=verify-job -f | grep -v "is deprecated"
```