Skip to content

Commit

Permalink
Merge pull request #5006 from k0sproject/backport-4951-to-release-1.28
Browse files Browse the repository at this point in the history
[Backport release-1.28] [doc] Remove non-existant 'targets' field in Autopilot airgapupdate description
  • Loading branch information
twz123 committed Sep 19, 2024
2 parents 8eb78f1 + 4427227 commit 5e417fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/autopilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ this has not been tested.

* If a SHA256 hash is provided for the binary, the completed downloaded will be verified against it.

#### `spec.commands[].airgapupdate.targets.workers <object> (optional)`
#### `spec.commands[].airgapupdate.workers <object> (optional)`

* This object provides the details of how `workers` should be updated.

#### `spec.commands[].airgapupdate.targets.workers.limits.concurrent <int> (optional, default = 1)`
#### `spec.commands[].airgapupdate.workers.limits.concurrent <int> (optional, default = 1)`

* Specifying a `concurrent` value for worker targets will allow for that number of workers
to be updated at a time. If no value is provided, `1` is assumed.
Expand Down

0 comments on commit 5e417fc

Please sign in to comment.