Command apply
Apply/deploy a recipe (set of descriptors).
Options
--alveolus
,--recipe
,-a
,-r
- Recipe/Alveolus name to deploy. When set to
auto
, it will look through all available manifests found in the from location. If you set manifest option, alveolus is set toauto
and there is a single alveolus in it, this will default to it. --await-timeout
- For descriptors with
await
=true
the max duration the test can last. --chain
- If
true
, each descriptor installation awaits previous ones instead of being concurrent. Enable an easier debugging for errors. --dry-run
- Should
dryRun=All
query parameter be set. --excluded-descriptors
- Enables to exclude descriptors from the command line.
none
to ignore. Value is comma separated. Note that using this setting, location is set to*
so only the name is matched. --excluded-locations
- Enables to exclude locations (descriptor is set to
*
) from the command line.none
to ignore. Value is comma separated. --field-validation
fieldValidation
- server side validation - value when applying a descriptor, values can beStrict
,Warn
prIgnore
. Note that usingskip
will ignore the query parameter.--from
,-f
- Root dependency to download to get the manifest. If set to
auto
it is assumed to be present in current classpath. --log-descriptors
- Should descriptor contents be logged (after processing).
--manifest
,-m
- Manifest to load to start to deploy (a file path or
inline). This optional setting mainly enables to use dependencies easily.
Ignored if set to
skip
. --update-statefulset-spec-attributes
-
List of fields allowed for
StatefulSet
updates - all are not updatable.