-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the wait for pods ready task exists only for the classic Dynatrace Operator workflow (operator_mode == "classic"). This logic is not strictly required for applicationMonitoring mode, but it is relevant for cloudNativeFullStack deployments to ensure all injected pods are ready before proceeding.
This allows the waiting logic to run for both classic and cloudNative modes, while skipping it for pure application monitoring scenarios.
Why this matters:
- CloudNative mode involves OneAgent injection and ActiveGate routing, which require pods to be fully ready before subsequent steps.
- Improves reliability of automation workflows in ACE Box for Kubernetes environments using Dynatrace Operator
Proposed change, update the condition to:
when: operator_mode != "applicationMonitoring"
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request