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

attempt to convert to ephemoral container #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cliffcolvin
Copy link
Member

Signed-off-by: Cliff Colvin [email protected]
attempt to convert to use ephemoral container to solve ubi9-minimal challenges.

# Use ephemeral container to access and copy the read DB file
echo "Accessing aggregator filesystem using ephemeral container..."
kubectl debug -n "$namespace" "$podName" -it --image=busybox --target=aggregator --share-processes -- /bin/sh -c "
cd /proc/1/root${aggDir}
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we know for sure this is always under /proc/1/root ?

@jessegoodier @cliffcolvin

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.

2 participants