-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
The clone-notebook-repo init container inside the rag-pipeline-notebook-0
Pod is unable to delete the folder at /opt/app-root/src
and causes the Pod to crash out early.
Cleaning /opt/app-root/src...
Cloning repo...
fatal: destination path '/opt/app-root/src' already exists and is not an empty directory.
Looks like the clone-notebook-repo container is trying to force a delete, so it's odd that this is failing for me. Is this a sudo issue?
/bin/sh -c echo "Cleaning /opt/app-root/src..." && \
rm -rf /opt/app-root/src/* && \
echo "Cloning repo..." && \
git clone https://github.com/tsisodia10/ingestion-pipeline.git /opt/app-root/src
itroyano
Metadata
Metadata
Assignees
Labels
No labels