Fix nginx version, IPVS removal, cgroups v2 and Redis config

This commit is contained in:
yeasy
2026-05-13 08:22:20 +00:00
parent e2742313f2
commit 3c5c5911b0
15 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: nginx
image: nginx:1.30
image: nginx:1.28
ports:
- containerPort: 80
```
@@ -73,7 +73,7 @@ kubectl get svc nginx-service
### 13.5.4 步骤 3模拟滚动更新
修改 `nginx-deployment.yaml`将镜像版本改为 `nginx:1.30-alpine`
修改 `nginx-deployment.yaml`将镜像版本改为 `nginx:1.28-alpine`
```bash
kubectl apply -f nginx-deployment.yaml