Replace straight quotes with curved quotes

This commit is contained in:
yeasy
2026-03-11 22:19:26 -07:00
parent 1dded72085
commit 4cc09a28fa
7 changed files with 15 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
#### 1. 创建集群
登录阿里云控制台进入容器服务 > Kubernetes 集群
- 点击 "创建集群"选择集群配置
- 点击 创建集群选择集群配置
- 配置集群名称地域可用区和节点类型
- 选择节点规格和数量支持弹性伸缩
- 配置网络参数和安全设置
@@ -107,7 +107,7 @@ kubectl get svc web-service
#### 获取加速器地址
登录阿里云容器镜像服务控制台 "镜像工具" > "镜像加速器" 中可获取个人的加速器地址类似于 `https://xxxxxx.mirror.aliyuncs.com`
登录阿里云容器镜像服务控制台 镜像工具 > 镜像加速器 中可获取个人的加速器地址类似于 `https://xxxxxx.mirror.aliyuncs.com`
#### Linux 系统配置
@@ -144,9 +144,9 @@ docker info | grep -A 5 "Registry Mirrors"
#### Windows/Mac 配置
Docker Desktop Settings
1. 进入 "Docker Engine" 标签
1. 进入 Docker Engine 标签
2. 编辑 JSON 配置添加 `registry-mirrors` 字段
3. 点击 "Apply & Restart"
3. 点击 Apply & Restart
#### 测试加速效果