Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/talos/v1.10/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Download `kubectl` via one of methods outlined in the [documentation](https://ku
Now run the following:

```bash
talosctl cluster create
talosctl cluster create docker
```

<Note>
Expand Down
2 changes: 1 addition & 1 deletion public/talos/v1.11/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Download `kubectl` via one of methods outlined in the [documentation](https://ku
Now run the following:

```bash
talosctl cluster create
talosctl cluster create docker
```

<Note>
Expand Down
2 changes: 1 addition & 1 deletion public/talos/v1.12/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Download `kubectl` via one of the methods outlined in the [documentation](https:
Now run the following:

```bash
talosctl cluster create
talosctl cluster create docker
```

<Note>
Expand Down
2 changes: 1 addition & 1 deletion public/talos/v1.13/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Download `kubectl` via one of the methods outlined in the [documentation](https:
Now run the following:

```bash
talosctl cluster create
talosctl cluster create docker
```

<Note>
Expand Down
2 changes: 1 addition & 1 deletion public/talos/v1.9/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Download `kubectl` via one of methods outlined in the [documentation](https://ku
Now run the following:

```bash
talosctl cluster create
talosctl cluster create docker
```

<Note>
Expand Down
Loading