docs: fix placement for `scaling` and `csi_plugin` (#13892)
This commit is contained in:
parent
7d90d22956
commit
12ef89a61a
|
@ -8,7 +8,7 @@ description: >-
|
|||
|
||||
# `csi_plugin` Stanza
|
||||
|
||||
<Placement groups={['job', 'group', 'task', 'volume']} />
|
||||
<Placement groups={['job', 'group', 'task', 'csi_plugin']} />
|
||||
|
||||
The "csi_plugin" stanza allows the task to specify it provides a
|
||||
Container Storage Interface plugin to the cluster. Nomad will
|
||||
|
|
|
@ -8,8 +8,8 @@ description: The "scaling" stanza allows specifying scaling policy for a task gr
|
|||
|
||||
<Placement
|
||||
groups={[
|
||||
['job', 'group'],
|
||||
['job', 'group', 'task'],
|
||||
['job', 'group', 'scaling'],
|
||||
['job', 'group', 'task', 'scaling'],
|
||||
]}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue