Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests related to probe specs for controller-manager pods - excepting cnf-app-mac-operator which is already fixed #32

Merged
merged 6 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions testpmd-lb-operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ spec:
port: 6789
initialDelaySeconds: 5
periodSeconds: 10
# operator-sdk is not implementing startup probe up to now, using liveness probe endpoint
# while this feature is developed
startupProbe:
httpGet:
path: /healthz
port: 6789
initialDelaySeconds: 5
periodSeconds: 10
terminationMessagePolicy: FallbackToLogsOnError
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10
8 changes: 8 additions & 0 deletions testpmd-operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ spec:
port: 6789
initialDelaySeconds: 5
periodSeconds: 10
# operator-sdk is not implementing startup probe up to now, using liveness probe endpoint
# while this feature is developed
startupProbe:
httpGet:
path: /healthz
port: 6789
initialDelaySeconds: 5
periodSeconds: 10
terminationMessagePolicy: FallbackToLogsOnError
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10
8 changes: 8 additions & 0 deletions testpmd-operator/testpmd-allinone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,14 @@ spec:
port: 6789
initialDelaySeconds: 5
periodSeconds: 10
# operator-sdk is not implementing startup probe up to now, using liveness probe endpoint
# while this feature is developed
startupProbe:
httpGet:
path: /healthz
port: 6789
initialDelaySeconds: 5
periodSeconds: 10
terminationMessagePolicy: FallbackToLogsOnError
serviceAccountName: testpmd-operator-controller-manager
terminationGracePeriodSeconds: 10
8 changes: 8 additions & 0 deletions trex-operator/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ spec:
port: 6789
initialDelaySeconds: 5
periodSeconds: 10
# operator-sdk is not implementing startup probe up to now, using liveness probe endpoint
# while this feature is developed
startupProbe:
httpGet:
path: /healthz
ramperher marked this conversation as resolved.
Show resolved Hide resolved
port: 6789
initialDelaySeconds: 5
periodSeconds: 10
terminationMessagePolicy: FallbackToLogsOnError
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10