From 0be5dde492a00f70dce3e2d4903ff791956bc3c0 Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:38:26 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9395bfa..7cd3da4 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,9 @@ k3d node edit k3d-k3s-default-serverlb --port-add 31518:31518 | [k9s](https://k9scli.io/) | `hd i k9s` | K9s is a terminal based UI to interact with your Kubernetes clusters. | | `argocd` | `hd i argoproj/argo-cd` | | +## 最佳实践 +为了确保 YAML 格式正确,可以使用 [kubeconform](https://github.com/yannh/kubeconform) 对 [Argo CD 的 JSON SChema](https://github.com/argoproj/argo-cd/issues/9348) 进行校验。 + ## 一个简单的示例 执行下面的命令后