Skip to content

Commit

Permalink
docs(website): fixed a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Shipra Singh <[email protected]>
  • Loading branch information
shipsing committed Sep 19, 2024
1 parent 26636e2 commit 9144df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
Binary file added website/tutorial/img/root-mode-enabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 3 additions & 13 deletions website/tutorial/running-a-kubernetes-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,11 @@ You can use extensions, such as Kind, MiniKube, and others to start a local Kube

## Applicable on Windows: Configure Podman on WSL

A Podman machine runs in the rootless mode on a Windows Subsystem for Linux (WSL) instance. To use the Minikube tool, you must set the Podman machine to rootful mode.
To use the Minikube tool on Windows, you must have a Podman machine running in rootful mode.

- Run the following commands one by one:
- The Podman Desktop **Settings** enable you to create a default Podman machine that runs in rootful mode. However, if you have a custom Podman machine that you want to run in rootful mode, you can enable the setting from the UI.

```sh
$ podman machine stop
```

```sh
$ podman machine set --rootful
```

```sh
$ podman machine start
```
![root mode enabled](img/root-mode-enabled.png)

## Creating and running a Kubernetes cluster

Expand Down

0 comments on commit 9144df1

Please sign in to comment.