diff --git a/docs/mixes/conformance.md b/docs/mixes/conformance.md index a97c67a..5c53b25 100644 --- a/docs/mixes/conformance.md +++ b/docs/mixes/conformance.md @@ -8,10 +8,10 @@ Cheers! 自kubeasz 3.0.0 版本,k8s v1.20.2开始,正式通过cncf一致性认证,成为cncf 官方认证安装工具;后续k8s主要版本发布或者kubeasz有大版本更新,会优先确保通过集群一致性认证。 -v1.23 [进行中]() -v1.22 [已认证](https://github.com/cncf/k8s-conformance/tree/master/v1.22/kubeasz) -v1.21 [已认证](https://github.com/cncf/k8s-conformance/tree/master/v1.21/kubeasz) -v1.20 [已认证](https://github.com/cncf/k8s-conformance/tree/master/v1.20/kubeasz) +- v1.23 [已认证](https://github.com/cncf/k8s-conformance/tree/master/v1.23/kubeasz) +- v1.22 [已认证](https://github.com/cncf/k8s-conformance/tree/master/v1.22/kubeasz) +- v1.21 [已认证](https://github.com/cncf/k8s-conformance/tree/master/v1.21/kubeasz) +- v1.20 [已认证](https://github.com/cncf/k8s-conformance/tree/master/v1.20/kubeasz) ## Conformance Test diff --git a/docs/op/op-etcd.md b/docs/op/op-etcd.md index ab2c781..8721b45 100644 --- a/docs/op/op-etcd.md +++ b/docs/op/op-etcd.md @@ -41,4 +41,4 @@ $ journalctl -u etcd -f ## 参考 -- 官方文档 https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/runtime-configuration.md +- 官方文档 https://etcd.io/docs/v3.5/op-guide/runtime-configuration/ diff --git a/docs/setup/04-install_kube_master.md b/docs/setup/04-install_kube_master.md index 471da75..c61b859 100644 --- a/docs/setup/04-install_kube_master.md +++ b/docs/setup/04-install_kube_master.md @@ -13,7 +13,7 @@ ## 高可用机制 -- apiserver 无状态服务,可以通过外部负责均衡实现高可用,如项目采用的两种高可用架构:HA-1x (#584)和 HA-2x (#585) +- apiserver 无状态服务,可以通过外部负载均衡实现高可用,如项目采用的两种高可用架构:HA-1x (#584)和 HA-2x (#585) - controller-manager 组件启动时会进行类似选举(leader);当多副本存在时,如果原先leader挂掉,那么会选举出新的leader,从而保证高可用; - scheduler 类似选举机制