Skip to content

Commit

Permalink
Merge pull request #5007 from k0sproject/backport-4951-to-release-1.29
Browse files Browse the repository at this point in the history
[Backport release-1.29] [doc] Remove non-existant 'targets' field in Autopilot airgapupdate description
  • Loading branch information
twz123 authored Sep 19, 2024
2 parents f6f0731 + eb37297 commit 67a16d9
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 67a16d9

Please sign in to comment.