Skip to content

Commit

Permalink
Merge pull request #379 from weeix/patch-1
Browse files Browse the repository at this point in the history
Correct path for Rancher Desktop provisioning in open file limit guide
  • Loading branch information
jandubois authored Oct 16, 2024
2 parents 9c93c60 + 7f01ccb commit b02d495
Show file tree
Hide file tree
Showing 50 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion docs/how-to-guides/increasing-open-file-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Lastly, please stop and restart Rancher Desktop in order for the updated limits

First, be sure that you have run Rancher Desktop at least once in order for the configurations to initialize.

You can then create a provisioning script, say `map_count.start`, at `%AppData%\rancher-desktop\provisioning` with the below code to update the open file limit by increasing the `max_map_count` parameter.
You can then create a provisioning script, say `map_count.start`, at `%LOCALAPPDATA%\rancher-desktop\provisioning` with the below code to update the open file limit by increasing the `max_map_count` parameter.

```
#!/bin/sh
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-guides/mirror-private-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Ensure that you have initialized the application with a first run in order to cr
The file path and example provisioning script are provided below. After you have created the file with the appropriate configuration, restart the Rancher Desktop application for the provisioning script to take effect.
`.start` File Path:
`$HOME\AppData\Roaming\rancher-desktop\provisioning\mirror-registry.start`
`$HOME\AppData\Local\rancher-desktop\provisioning\mirror-registry.start`
Example Script:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ provision:

首先,确保 Rancher Desktop 至少运行过一次来初始化配置。

然后,使用以下代码在 `%AppData%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。
然后,使用以下代码在 `%LOCALAPPDATA%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

- 你需要至少运行 Rancher Desktop 一次以允许它创建配置。

- 打开 `%AppData%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Roaming\\rancher-desktop\\provisioning`
- 打开 `%LOCALAPPDATA%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Local\\rancher-desktop\\provisioning`

- 请注意,任何文件扩展名为 `.start` 的文件(例如 `k3s-overrides.start`)都可以在 _Rancher Desktop 启动 Kubernetes 后端(如果启用)_ 时执行。此类文件将在 Rancher Desktop WSL 上下文中运行。

Expand All @@ -73,7 +73,7 @@ env:
- 在 UI 中启用 `dockerd``containerd`
- Kubernetes (K3s)

例如,使用 `%AppData%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:
例如,使用 `%LOCALAPPDATA%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ provision:

首先,确保 Rancher Desktop 至少运行过一次来初始化配置。

然后,使用以下代码在 `%AppData%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。
然后,使用以下代码在 `%LOCALAPPDATA%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mounts:

- 你需要至少运行 Rancher Desktop 一次以允许它创建配置。

- 打开 `%AppData%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Roaming\\rancher-desktop\\provisioning`
- 打开 `%LOCALAPPDATA%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Local\\rancher-desktop\\provisioning`

- 请注意,任何文件扩展名为 `.start` 的文件(例如 `k3s-overrides.start`)都可以在 _Rancher Desktop 启动 Kubernetes 后端(如果启用)_ 时执行。此类文件将在 Rancher Desktop WSL 上下文中运行。

Expand All @@ -64,7 +64,7 @@ mounts:
- 在 UI 中启用 `dockerd``containerd`
- Kubernetes (K3s)

例如,使用 `%AppData%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:
例如,使用 `%LOCALAPPDATA%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ provision:

首先,确保 Rancher Desktop 至少运行过一次来初始化配置。

然后,使用以下代码在 `%AppData%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。
然后,使用以下代码在 `%LOCALAPPDATA%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

- 你需要至少运行 Rancher Desktop 一次以允许它创建配置。

- 打开 `%AppData%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Roaming\\rancher-desktop\\provisioning`
- 打开 `%LOCALAPPDATA%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Local\\rancher-desktop\\provisioning`

- 请注意,任何文件扩展名为 `.start` 的文件(例如 `k3s-overrides.start`)都可以在 _Rancher Desktop 启动 Kubernetes 后端(如果启用)_ 时执行。此类文件将在 Rancher Desktop WSL 上下文中运行。

Expand All @@ -73,7 +73,7 @@ env:
- 在 UI 中启用 `dockerd``containerd`
- Kubernetes (K3s)

例如,使用 `%AppData%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:
例如,使用 `%LOCALAPPDATA%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ provision:

首先,确保 Rancher Desktop 至少运行过一次来初始化配置。

然后,使用以下代码在 `%AppData%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。
然后,使用以下代码在 `%LOCALAPPDATA%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

- 你需要至少运行 Rancher Desktop 一次以允许它创建配置。

- 打开 `%AppData%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Roaming\\rancher-desktop\\provisioning`
- 打开 `%LOCALAPPDATA%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Local\\rancher-desktop\\provisioning`

- 请注意,任何文件扩展名为 `.start` 的文件(例如 `k3s-overrides.start`)都可以在 _Rancher Desktop 启动 Kubernetes 后端(如果启用)_ 时执行。此类文件将在 Rancher Desktop WSL 上下文中运行。

Expand All @@ -73,7 +73,7 @@ env:
- 在 UI 中启用 `dockerd``containerd`
- Kubernetes (K3s)

例如,使用 `%AppData%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:
例如,使用 `%LOCALAPPDATA%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ provision:

首先,确保 Rancher Desktop 至少运行过一次来初始化配置。

然后,使用以下代码在 `%AppData%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。
然后,使用以下代码在 `%LOCALAPPDATA%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mounts:

- 你需要至少运行 Rancher Desktop 一次以允许它创建配置。

- 打开 `%AppData%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Roaming\\rancher-desktop\\provisioning`
- 打开 `%LOCALAPPDATA%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Local\\rancher-desktop\\provisioning`

- 请注意,任何文件扩展名为 `.start` 的文件(例如 `k3s-overrides.start`)都可以在 _Rancher Desktop 启动 Kubernetes 后端(如果启用)_ 时执行。此类文件将在 Rancher Desktop WSL 上下文中运行。

Expand All @@ -63,7 +63,7 @@ mounts:
- 在 UI 中启用 `dockerd``containerd`
- Kubernetes (K3s)

例如,使用 `%AppData%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:
例如,使用 `%LOCALAPPDATA%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Available Commands:
version Shows the CLI version
Flags:
--config-path string config file (default C:\Users\GunasekharMatamalam\AppData\Roaming\rancher-desktop\rd-engine.json)
--config-path string config file (default C:\Users\GunasekharMatamalam\AppData\Local\rancher-desktop\rd-engine.json)
-h, --help help for rdctl
--host string default is localhost; most useful for WSL
--password string overrides the password setting in the config file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ provision:

首先,确保 Rancher Desktop 至少运行过一次来初始化配置。

然后,使用以下代码在 `%AppData%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。
然后,使用以下代码在 `%LOCALAPPDATA%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mounts:

- 你需要至少运行 Rancher Desktop 一次以允许它创建配置。

- 打开 `%AppData%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Roaming\\rancher-desktop\\provisioning`
- 打开 `%LOCALAPPDATA%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Local\\rancher-desktop\\provisioning`

- 请注意,任何文件扩展名为 `.start` 的文件(例如 `k3s-overrides.start`)都可以在 _Rancher Desktop 启动 Kubernetes 后端(如果启用)_ 时执行。此类文件将在 Rancher Desktop WSL 上下文中运行。

Expand All @@ -64,7 +64,7 @@ mounts:
- 在 UI 中启用 `dockerd``containerd`
- Kubernetes (K3s)

例如,使用 `%AppData%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:
例如,使用 `%LOCALAPPDATA%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Available Commands:
version Shows the CLI version
Flags:
--config-path string config file (default C:\Users\GunasekharMatamalam\AppData\Roaming\rancher-desktop\rd-engine.json)
--config-path string config file (default C:\Users\GunasekharMatamalam\AppData\Local\rancher-desktop\rd-engine.json)
-h, --help help for rdctl
--host string default is localhost; most useful for WSL
--password string overrides the password setting in the config file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ provision:

首先,确保 Rancher Desktop 至少运行过一次来初始化配置。

然后,使用以下代码在 `%AppData%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。
然后,使用以下代码在 `%LOCALAPPDATA%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mounts:

- 你需要至少运行 Rancher Desktop 一次以允许它创建配置。

- 打开 `%AppData%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Roaming\\rancher-desktop\\provisioning`
- 打开 `%LOCALAPPDATA%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Local\\rancher-desktop\\provisioning`

- 请注意,任何文件扩展名为 `.start` 的文件(例如 `k3s-overrides.start`)都可以在 _Rancher Desktop 启动 Kubernetes 后端(如果启用)_ 时执行。此类文件将在 Rancher Desktop WSL 上下文中运行。

Expand All @@ -64,7 +64,7 @@ mounts:
- 在 UI 中启用 `dockerd``containerd`
- Kubernetes (K3s)

例如,使用 `%AppData%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:
例如,使用 `%LOCALAPPDATA%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Available Commands:
version Shows the CLI version
Flags:
--config-path string config file (default C:\Users\GunasekharMatamalam\AppData\Roaming\rancher-desktop\rd-engine.json)
--config-path string config file (default C:\Users\GunasekharMatamalam\AppData\Local\rancher-desktop\rd-engine.json)
-h, --help help for rdctl
--host string default is localhost; most useful for WSL
--password string overrides the password setting in the config file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ provision:

首先,确保 Rancher Desktop 至少运行过一次来初始化配置。

然后,使用以下代码在 `%AppData%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。
然后,使用以下代码在 `%LOCALAPPDATA%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mounts:

- 你需要至少运行 Rancher Desktop 一次以允许它创建配置。

- 打开 `%AppData%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Roaming\\rancher-desktop\\provisioning`
- 打开 `%LOCALAPPDATA%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Local\\rancher-desktop\\provisioning`

- 请注意,任何文件扩展名为 `.start` 的文件(例如 `k3s-overrides.start`)都可以在 _Rancher Desktop 启动 Kubernetes 后端(如果启用)_ 时执行。此类文件将在 Rancher Desktop WSL 上下文中运行。

Expand All @@ -64,7 +64,7 @@ mounts:
- 在 UI 中启用 `dockerd``containerd`
- Kubernetes (K3s)

例如,使用 `%AppData%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:
例如,使用 `%LOCALAPPDATA%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ provision:

首先,确保 Rancher Desktop 至少运行过一次来初始化配置。

然后,使用以下代码在 `%AppData%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。
然后,使用以下代码在 `%LOCALAPPDATA%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

- 你需要至少运行 Rancher Desktop 一次以允许它创建配置。

- 打开 `%AppData%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Roaming\\rancher-desktop\\provisioning`
- 打开 `%LOCALAPPDATA%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Local\\rancher-desktop\\provisioning`

- 请注意,任何文件扩展名为 `.start` 的文件(例如 `k3s-overrides.start`)都可以在 _Rancher Desktop 启动 Kubernetes 后端(如果启用)_ 时执行。此类文件将在 Rancher Desktop WSL 上下文中运行。

Expand All @@ -73,7 +73,7 @@ env:
- 在 UI 中启用 `dockerd``containerd`
- Kubernetes (K3s)

例如,使用 `%AppData%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:
例如,使用 `%LOCALAPPDATA%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ provision:

首先,确保 Rancher Desktop 至少运行过一次来初始化配置。

然后,使用以下代码在 `%AppData%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。
然后,使用以下代码在 `%LOCALAPPDATA%\rancher-desktop\provisioning` 中创建一个配置脚本,比如 `map_count.start`,这样能通过增加 `max_map_count` 参数的值来更新打开文件的限制。

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

- 你需要至少运行 Rancher Desktop 一次以允许它创建配置。

- 打开 `%AppData%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Roaming\\rancher-desktop\\provisioning`
- 打开 `%LOCALAPPDATA%\\rancher-desktop\\provisioning` 目录。完整路径的示例:`C:\\Users\\Joe\\AppData\\Local\\rancher-desktop\\provisioning`

- 请注意,任何文件扩展名为 `.start` 的文件(例如 `k3s-overrides.start`)都可以在 _Rancher Desktop 启动 Kubernetes 后端(如果启用)_ 时执行。此类文件将在 Rancher Desktop WSL 上下文中运行。

Expand All @@ -73,7 +73,7 @@ env:
- 在 UI 中启用 `dockerd``containerd`
- Kubernetes (K3s)

例如,使用 `%AppData%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:
例如,使用 `%LOCALAPPDATA%\\rancher-desktop\\provisioning\\insecure-registry.start` 将允许 `nerdctl` 默认使用不安全的镜像仓库:

```
#!/bin/sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Lastly, please stop and restart Rancher Desktop in order for the updated limits

First, be sure that you have run Rancher Desktop at least once in order for the configurations to initialize.

You can then create a provisioning script, say `map_count.start`, at `%AppData%\rancher-desktop\provisioning` with the below code to update the open file limit by increasing the `max_map_count` parameter.
You can then create a provisioning script, say `map_count.start`, at `%LOCALAPPDATA%\rancher-desktop\provisioning` with the below code to update the open file limit by increasing the `max_map_count` parameter.

```
#!/bin/sh
Expand Down
Loading

0 comments on commit b02d495

Please sign in to comment.