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

Node scenario is failing to run multiple actions #749

Open
chaitanyaenr opened this issue Jan 18, 2025 · 0 comments
Open

Node scenario is failing to run multiple actions #749

chaitanyaenr opened this issue Jan 18, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@chaitanyaenr
Copy link
Collaborator

Krkn is running only the first action instead of running all the actions defined in the scenario config. For example, krkn run is ending after the node_stop_start_scenario for the following configuration:

"parameters": {
                    "node_scenarios": [
                        {
                            "actions": [
                                "node_stop_start_scenario"
                            ],
                            "cloud_type": "aws",
                            "duration": 30,
                            "instance_count": 2,
                            "label_selector": "node-role.kubernetes.io/worker",
                            "node_name": null,
                            "parallel": true,
                            "runs": 1,
                            "timeout": 360
                        },
                        {
                            "actions": [
                                "node_reboot_scenario"
                            ],
                            "cloud_type": "aws",
                            "instance_count": 1,
                            "label_selector": "node-role.kubernetes.io/infra",
                            "node_name": null,
                            "timeout": 120
                        }
                    ]
                },
@chaitanyaenr chaitanyaenr added the bug Something isn't working label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant