Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
6caac575
Unverified
Commit
6caac575
authored
Dec 19, 2025
by
Tzu-Ling Kan
Committed by
GitHub
Dec 19, 2025
Browse files
fix: turn off DYN_HEALTH_CHECK_ENABLED (#5038)
Signed-off-by:
tzulingk@nvidia.com
<
tzulingk@nvidia.com
>
parent
6979710a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
deploy/cloud/operator/internal/controller/dynamocomponentdeployment_controller_test.go
...l/controller/dynamocomponentdeployment_controller_test.go
+2
-2
deploy/cloud/operator/internal/dynamo/component_worker.go
deploy/cloud/operator/internal/dynamo/component_worker.go
+1
-1
deploy/cloud/operator/internal/dynamo/graph_test.go
deploy/cloud/operator/internal/dynamo/graph_test.go
+5
-5
No files found.
deploy/cloud/operator/internal/controller/dynamocomponentdeployment_controller_test.go
View file @
6caac575
...
...
@@ -829,7 +829,7 @@ func TestDynamoComponentDeploymentReconciler_generateLeaderWorkerSet(t *testing.
Env
:
[]
corev1
.
EnvVar
{
{
Name
:
commonconsts
.
DynamoComponentEnvVar
,
Value
:
commonconsts
.
ComponentTypeWorker
},
{
Name
:
commonconsts
.
DynamoDiscoveryBackendEnvVar
,
Value
:
"kubernetes"
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
tru
e"
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
fals
e"
},
{
Name
:
commonconsts
.
DynamoNamespaceEnvVar
,
Value
:
"default"
},
{
Name
:
"DYN_PARENT_DGD_K8S_NAME"
,
Value
:
"test-lws-deploy"
},
{
Name
:
"DYN_PARENT_DGD_K8S_NAMESPACE"
,
Value
:
"default"
},
...
...
@@ -964,7 +964,7 @@ func TestDynamoComponentDeploymentReconciler_generateLeaderWorkerSet(t *testing.
Env
:
[]
corev1
.
EnvVar
{
{
Name
:
commonconsts
.
DynamoComponentEnvVar
,
Value
:
commonconsts
.
ComponentTypeWorker
},
{
Name
:
commonconsts
.
DynamoDiscoveryBackendEnvVar
,
Value
:
"kubernetes"
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
tru
e"
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
fals
e"
},
{
Name
:
commonconsts
.
DynamoNamespaceEnvVar
,
Value
:
"default"
},
{
Name
:
"DYN_PARENT_DGD_K8S_NAME"
,
Value
:
"test-lws-deploy"
},
{
Name
:
"DYN_PARENT_DGD_K8S_NAMESPACE"
,
Value
:
"default"
},
...
...
deploy/cloud/operator/internal/dynamo/component_worker.go
View file @
6caac575
...
...
@@ -88,7 +88,7 @@ func (w *WorkerDefaults) GetBaseContainer(context ComponentContext) (corev1.Cont
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
tru
e"
,
Value
:
"
fals
e"
,
},
}
...
)
...
...
deploy/cloud/operator/internal/dynamo/graph_test.go
View file @
6caac575
...
...
@@ -1993,7 +1993,7 @@ func TestGenerateGrovePodCliqueSet(t *testing.T) {
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
tru
e"
,
Value
:
"
fals
e"
,
},
{
Name
:
"DYN_PARENT_DGD_K8S_NAME"
,
...
...
@@ -2186,7 +2186,7 @@ func TestGenerateGrovePodCliqueSet(t *testing.T) {
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
tru
e"
,
Value
:
"
fals
e"
,
},
{
Name
:
"DYN_PARENT_DGD_K8S_NAME"
,
...
...
@@ -2950,7 +2950,7 @@ func TestGenerateGrovePodCliqueSet(t *testing.T) {
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
tru
e"
,
Value
:
"
fals
e"
,
},
{
Name
:
"DYN_PARENT_DGD_K8S_NAME"
,
...
...
@@ -3130,7 +3130,7 @@ func TestGenerateGrovePodCliqueSet(t *testing.T) {
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
tru
e"
,
Value
:
"
fals
e"
,
},
{
Name
:
"DYN_PARENT_DGD_K8S_NAME"
,
...
...
@@ -5138,7 +5138,7 @@ func TestGenerateBasePodSpec_Worker(t *testing.T) {
{
Name
:
"ANOTHER_CONTAINER_ENV"
,
Value
:
"true"
},
{
Name
:
commonconsts
.
DynamoComponentEnvVar
,
Value
:
"worker"
},
{
Name
:
commonconsts
.
DynamoDiscoveryBackendEnvVar
,
Value
:
"kubernetes"
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
tru
e"
},
{
Name
:
"DYN_HEALTH_CHECK_ENABLED"
,
Value
:
"
fals
e"
},
{
Name
:
commonconsts
.
DynamoNamespaceEnvVar
,
Value
:
""
},
{
Name
:
"DYN_PARENT_DGD_K8S_NAME"
,
Value
:
"test-deployment"
},
{
Name
:
"DYN_PARENT_DGD_K8S_NAMESPACE"
,
Value
:
"default"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment