Skip to content

Commit 68f0eec

Browse files
committed
Replicas doc wording change
Signed-off-by: dandawg <12484302+dandawg@users.noreply.github.com>
1 parent 8036cef commit 68f0eec

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

infra/feast-operator/api/v1alpha1/featurestore_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ type DefaultConfigs struct {
300300
// StoreServiceConfigs k8s deployment settings
301301
type StoreServiceConfigs struct {
302302
// Replicas determines the number of pods for the feast service.
303-
// When Replicas > 1, persistence should be configured to provide central storage
303+
// When Replicas > 1, persistence is recommended.
304304
Replicas *int32 `json:"replicas,omitempty"`
305305
ServiceConfigs `json:",inline"`
306306
}

infra/feast-operator/config/crd/bases/feast.dev_featurestores.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ spec:
372372
replicas:
373373
description: |-
374374
Replicas determines the number of pods for the feast service.
375-
When Replicas > 1, persistence should be configured to provide central storage
375+
When Replicas > 1, persistence is recommended.
376376
format: int32
377377
type: integer
378378
resources:
@@ -754,7 +754,7 @@ spec:
754754
replicas:
755755
description: |-
756756
Replicas determines the number of pods for the feast service.
757-
When Replicas > 1, persistence should be configured to provide central storage
757+
When Replicas > 1, persistence is recommended.
758758
format: int32
759759
type: integer
760760
resources:
@@ -1629,7 +1629,7 @@ spec:
16291629
replicas:
16301630
description: |-
16311631
Replicas determines the number of pods for the feast service.
1632-
When Replicas > 1, persistence should be configured to provide central storage
1632+
When Replicas > 1, persistence is recommended.
16331633
format: int32
16341634
type: integer
16351635
resources:
@@ -2018,7 +2018,7 @@ spec:
20182018
replicas:
20192019
description: |-
20202020
Replicas determines the number of pods for the feast service.
2021-
When Replicas > 1, persistence should be configured to provide central storage
2021+
When Replicas > 1, persistence is recommended.
20222022
format: int32
20232023
type: integer
20242024
resources:

infra/feast-operator/dist/install.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ spec:
380380
replicas:
381381
description: |-
382382
Replicas determines the number of pods for the feast service.
383-
When Replicas > 1, persistence should be configured to provide central storage
383+
When Replicas > 1, persistence is recommended.
384384
format: int32
385385
type: integer
386386
resources:
@@ -762,7 +762,7 @@ spec:
762762
replicas:
763763
description: |-
764764
Replicas determines the number of pods for the feast service.
765-
When Replicas > 1, persistence should be configured to provide central storage
765+
When Replicas > 1, persistence is recommended.
766766
format: int32
767767
type: integer
768768
resources:
@@ -1637,7 +1637,7 @@ spec:
16371637
replicas:
16381638
description: |-
16391639
Replicas determines the number of pods for the feast service.
1640-
When Replicas > 1, persistence should be configured to provide central storage
1640+
When Replicas > 1, persistence is recommended.
16411641
format: int32
16421642
type: integer
16431643
resources:
@@ -2026,7 +2026,7 @@ spec:
20262026
replicas:
20272027
description: |-
20282028
Replicas determines the number of pods for the feast service.
2029-
When Replicas > 1, persistence should be configured to provide central storage
2029+
When Replicas > 1, persistence is recommended.
20302030
format: int32
20312031
type: integer
20322032
resources:

0 commit comments

Comments
 (0)