fix(ci): harden publishing and validate examples

This commit is contained in:
yeasy
2026-07-10 19:29:30 -07:00
parent 8eabe30dc2
commit daa6661b2b
26 changed files with 27456 additions and 171 deletions
+2
View File
@@ -2,6 +2,8 @@
本章将通过一个具体的案例部署一个 Nginx 网站并为其配置 Service来串联前面学到的知识
Deployment Service [合并清单](../examples/validated/kubernetes/web.yaml)会通过严格模式的 `kubeconform` 校验下面按步骤拆开讲解复制完整清单时应以仓库中的合并版本为准
开始前请先准备好可用的 Kubernetes 集群和 `kubectl` 上下文你可以先完成 [14.3 Docker Desktop](../14_kubernetes_setup/14.3_docker-desktop.md) [14.4 Kind](../14_kubernetes_setup/14.4_kind.md)并确认
```bash