Fix format issue

This commit is contained in:
Baohua Yang
2026-02-21 10:19:28 -08:00
parent 063c3f1381
commit 47cfc173a6
45 changed files with 596 additions and 604 deletions

View File

@@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: nginx
image: nginx:1.24
image: nginx:1.27
ports:
- containerPort: 80
```
@@ -77,7 +77,7 @@ kubectl get svc nginx-service
### 步骤 3模拟滚动更新Rolling Update
修改 `nginx-deployment.yaml`将镜像版本改为 `nginx:latest`
修改 `nginx-deployment.yaml`将镜像版本改为 `nginx:1.27-alpine`
```bash
kubectl apply -f nginx-deployment.yaml