2222- [ Delegated Operator Storage Requirements] ( #delegated-operator-storage-requirements )
2323 - [ Why Multimodal Needs Extra Scratch Space] ( #why-multimodal-needs-extra-scratch-space )
2424 - [ Minimum Recommended Sizing] ( #minimum-recommended-sizing )
25- - [ Example Configuration] ( #example-configuration )
25+ - [ Example Storage Configuration] ( #example-storage -configuration )
2626- [ Pinning Projection Processing With ` FIFTYONE_PROJECTION_DELEGATION_TARGET ` ] ( #pinning-projection-processing-with-fiftyone_projection_delegation_target )
2727 - [ Behavior When Set] ( #behavior-when-set )
28- - [ Example Configuration] ( #example-configuration-1 )
28+ - [ Example Delegation Target Configuration] ( #example-delegation-target-configuration )
2929
3030<!-- tocstop -->
3131
@@ -81,7 +81,8 @@ locations (`gs://`, `s3://`, `az://`), both the download of source files and
8181the write of the compacted output stage through the pod's local ` /tmp `
8282before being uploaded.
8383
84- If your delegated-operator workloads run with ` securityContext.readOnlyRootFilesystem: true `
84+ If your delegated-operator workloads run with
85+ ` securityContext.readOnlyRootFilesystem: true `
8586(recommended for Pod Security Admission ` restricted ` compliance), ` /tmp `
8687is not writable at all unless you explicitly mount a writable volume there.
8788An ` emptyDir ` volume mounted at ` /tmp ` without its own ` sizeLimit ` draws
@@ -104,7 +105,7 @@ size up further if your projections accumulate a large backlog of
104105unconsolidated data between compaction runs (for example, if compaction has
105106been disabled or failing for a period of time).
106107
107- ### Example Configuration
108+ ### Example Storage Configuration
108109
109110``` yaml
110111delegatedOperatorDeployments :
@@ -163,7 +164,7 @@ operator, `teams-api` logs an error and skips queuing any projection
163164delegated operations that cycle — pending datasets simply won't be
164165processed until the value is corrected or removed.
165166
166- # ## Example Configuration
167+ # ## Example Delegation Target Configuration
167168
168169` ` ` yaml
169170delegatedOperatorDeployments:
0 commit comments