Skip to content

Commit 9246ddc

Browse files
authored
Fix links in README (#764)
Signed-off-by: Kimmo Lehto <[email protected]>
1 parent cc82677 commit 9246ddc

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,7 @@ The data is used to estimate the number of users and to identify failure hotspot
108108

109109
## Development status
110110

111-
K0sctl is ready for use and in continuous development. It is still at a stage where maintaining backwards compatibility is not a high priority goal.
112-
113-
Missing major features include at least:
114-
115-
* The released binaries have not been signed
116-
* The configuration specification and command-line interface options are still evolving
111+
K0sctl is ready for use and in continuous development.
117112

118113
## Usage
119114

@@ -153,7 +148,7 @@ k0sctl init 10.0.0.1 10.0.0.2 [email protected]:8022 | k0sctl apply --config -
153148

154149
### `k0sctl backup & restore`
155150

156-
Takes a [backup](https://docs.k0sproject.io/main/backup/) of the cluster control plane state into the current working directory.
151+
Takes a [backup](https://docs.k0sproject.io/stable/backup/) of the cluster control plane state into the current working directory.
157152

158153
The files are currently named with a running (unix epoch) timestamp, e.g. `k0s_backup_1623220591.tar.gz`.
159154

@@ -250,7 +245,7 @@ In the future, some of the configuration APIs can support multiple types of obje
250245

251246
###### `spec` &lt;mapping&gt; (required)
252247

253-
The main object definition, see [below](#configuration-spec)
248+
The main object definition, see [below](#spec-fields)
254249

255250
###### `metadata` &lt;mapping&gt; (optional)
256251

@@ -288,7 +283,7 @@ See [k0s object documentation](#k0s-fields) below.
288283
One of:
289284
- `controller` - a controller host
290285
- `controller+worker` - a controller host that will also run workloads
291-
- `single` - a [single-node cluster](https://docs.k0sproject.io/main/k0s-single-node/) host, the configuration can only contain one host
286+
- `single` - a [single-node cluster](https://docs.k0sproject.io/stable/k0s-single-node/) host, the configuration can only contain one host
292287
- `worker` - a worker host
293288

294289
###### `spec.hosts[*].noTaints` &lt;boolean&gt; (optional) (default: `false`)
@@ -592,11 +587,11 @@ Enable k0s dynamic config. The setting will be automatically set to true if:
592587

593588
See also:
594589

595-
* [k0s Dynamic Configuration](https://docs.k0sproject.io/main/dynamic-configuration/)
590+
* [k0s Dynamic Configuration](https://docs.k0sproject.io/stable/dynamic-configuration/)
596591

597592
##### `spec.k0s.config` &lt;mapping&gt; (optional) (default: auto-generated)
598593

599-
Embedded k0s cluster configuration. See [k0s configuration documentation](https://docs.k0sproject.io/main/configuration/) for details.
594+
Embedded k0s cluster configuration. See [k0s configuration documentation](https://docs.k0sproject.io/stable/configuration/) for details.
600595

601596
When left out, the output of `k0s config create` will be used.
602597

0 commit comments

Comments
 (0)