From 68f0eecf4cfde903ae85ea0bc8c8edac9040b5a1 Mon Sep 17 00:00:00 2001 From: dandawg <12484302+dandawg@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:07:41 -0700 Subject: [PATCH] Replicas doc wording change Signed-off-by: dandawg <12484302+dandawg@users.noreply.github.com> --- infra/feast-operator/api/v1alpha1/featurestore_types.go | 2 +- .../config/crd/bases/feast.dev_featurestores.yaml | 8 ++++---- infra/feast-operator/dist/install.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/infra/feast-operator/api/v1alpha1/featurestore_types.go b/infra/feast-operator/api/v1alpha1/featurestore_types.go index 33901293bd7..635912a1b5f 100644 --- a/infra/feast-operator/api/v1alpha1/featurestore_types.go +++ b/infra/feast-operator/api/v1alpha1/featurestore_types.go @@ -300,7 +300,7 @@ type DefaultConfigs struct { // StoreServiceConfigs k8s deployment settings type StoreServiceConfigs struct { // Replicas determines the number of pods for the feast service. - // When Replicas > 1, persistence should be configured to provide central storage + // When Replicas > 1, persistence is recommended. Replicas *int32 `json:"replicas,omitempty"` ServiceConfigs `json:",inline"` } diff --git a/infra/feast-operator/config/crd/bases/feast.dev_featurestores.yaml b/infra/feast-operator/config/crd/bases/feast.dev_featurestores.yaml index 6c7790fd4ca..74f0fd059e3 100644 --- a/infra/feast-operator/config/crd/bases/feast.dev_featurestores.yaml +++ b/infra/feast-operator/config/crd/bases/feast.dev_featurestores.yaml @@ -372,7 +372,7 @@ spec: replicas: description: |- Replicas determines the number of pods for the feast service. - When Replicas > 1, persistence should be configured to provide central storage + When Replicas > 1, persistence is recommended. format: int32 type: integer resources: @@ -754,7 +754,7 @@ spec: replicas: description: |- Replicas determines the number of pods for the feast service. - When Replicas > 1, persistence should be configured to provide central storage + When Replicas > 1, persistence is recommended. format: int32 type: integer resources: @@ -1629,7 +1629,7 @@ spec: replicas: description: |- Replicas determines the number of pods for the feast service. - When Replicas > 1, persistence should be configured to provide central storage + When Replicas > 1, persistence is recommended. format: int32 type: integer resources: @@ -2018,7 +2018,7 @@ spec: replicas: description: |- Replicas determines the number of pods for the feast service. - When Replicas > 1, persistence should be configured to provide central storage + When Replicas > 1, persistence is recommended. format: int32 type: integer resources: diff --git a/infra/feast-operator/dist/install.yaml b/infra/feast-operator/dist/install.yaml index 4e01129111d..f40c5caebb7 100644 --- a/infra/feast-operator/dist/install.yaml +++ b/infra/feast-operator/dist/install.yaml @@ -380,7 +380,7 @@ spec: replicas: description: |- Replicas determines the number of pods for the feast service. - When Replicas > 1, persistence should be configured to provide central storage + When Replicas > 1, persistence is recommended. format: int32 type: integer resources: @@ -762,7 +762,7 @@ spec: replicas: description: |- Replicas determines the number of pods for the feast service. - When Replicas > 1, persistence should be configured to provide central storage + When Replicas > 1, persistence is recommended. format: int32 type: integer resources: @@ -1637,7 +1637,7 @@ spec: replicas: description: |- Replicas determines the number of pods for the feast service. - When Replicas > 1, persistence should be configured to provide central storage + When Replicas > 1, persistence is recommended. format: int32 type: integer resources: @@ -2026,7 +2026,7 @@ spec: replicas: description: |- Replicas determines the number of pods for the feast service. - When Replicas > 1, persistence should be configured to provide central storage + When Replicas > 1, persistence is recommended. format: int32 type: integer resources: