Skip to content

Conversation

@nekr0z
Copy link
Contributor

@nekr0z nekr0z commented Oct 13, 2024

Chainsaw has kubectl hardcoded, so wait fails if it is not in $PATH.
This explicitly composes the wait command, using ${KUBECTL} for
command, consistent with other places.

Fixes #34

Copy link
Member

@sergenyalcin sergenyalcin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nekr0z LGTM! (And sorry for the late review :))

@sergenyalcin
Copy link
Member

Closing and re-opening for CI trigger

@sergenyalcin
Copy link
Member

@nekr0z, it seems that one remaining case in unit tests needs to be fixed. Could you please fix it? After that, I will merge the PR.

Chainsaw has `kubectl` hardcoded, so delete fails if it is not in $PATH.

Signed-off-by: Evgeny Kuznetsov <eugenschmidt@yandex-team.ru>
@nekr0z
Copy link
Contributor Author

nekr0z commented Apr 15, 2025

Could you please fix it?

@sergenyalcin Sure, here you go. Looks like that particular case was introduced while this PR was pending, so a rebase was required, hence the force-push.

@sergenyalcin sergenyalcin merged commit 188d1ab into crossplane:main Apr 16, 2025
6 checks passed
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.

Assert Deletion phase calls kubectl instead of ${KUBECTL}

2 participants