Skip to content

Add kubernetes to opscli#29246

Open
avoidik wants to merge 7 commits intoyugabyte:masterfrom
avoidik:master
Open

Add kubernetes to opscli#29246
avoidik wants to merge 7 commits intoyugabyte:masterfrom
avoidik:master

Conversation

@avoidik
Copy link
Contributor

@avoidik avoidik commented Nov 5, 2025

This change will allow to execute hooks:

bin/ybcloud.sh kubernetes \
    --region eu-west-1 \
    --zone eu-west-1c \
        instance runhooks \
            --execution_lang Bash \
            --trigger ApiTriggered \
            --hook_path /tmp/null-yba-hook-script \
            --parent_task RunApiTriggeredHooks \
            --runtime_args '{"YB_NAMESPACE":"yb-dev-demo"}' \
            --remote_tmp_dir /tmp \
                yb-tserver-0_eu-west-1c

fixes #29810

@CLAassistant
Copy link

CLAassistant commented Nov 5, 2025

CLA assistant check
All committers have signed the CLA.

@avoidik avoidik force-pushed the master branch 2 times, most recently from 0073473 to 80437d1 Compare November 6, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[New Feature] Allow Kubernetes in opscli

2 participants