Skip to content

Conversation

@QuentinBtd
Copy link

@QuentinBtd QuentinBtd commented Nov 21, 2025

Special notes for your reviewer:

I tried to use another kubectl image, like alpine/kubectl. But running

/bin/sh -c cp `which sh` /tmp && cp `which kubectl` /tmp

not works as well. The command needs to be quoted:

/bin/sh -c "cp `which sh` /tmp && cp `which kubectl` /tmp"

Checklist

@QuentinBtd QuentinBtd force-pushed the chore/upgrade-crds/double_quotes_cp_command branch from 873ce34 to 3c83f66 Compare November 21, 2025 15:26
@QuentinBtd QuentinBtd marked this pull request as ready for review November 21, 2025 15:27
@QuentinBtd QuentinBtd force-pushed the chore/upgrade-crds/double_quotes_cp_command branch from 3c83f66 to bf3624c Compare November 21, 2025 15:44
@QuentinBtd QuentinBtd marked this pull request as draft November 21, 2025 16:03
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.

1 participant