Kaniko fails to clean up the build filesystem with unlinkat //product_uuid: device or resource busy — a known issue specific to kind clusters (GoogleContainerTools/kaniko#2164).
Fix: add --ignore-path=/product_uuid to the Kaniko executor args, right after --insecure-registry.
This is a documented upstream Kaniko issue, not something that needs investigation — just needs the flag added to olaris-op/kaniko-build.yaml (or wherever the executor args are defined) and it's resolved.
Kaniko fails to clean up the build filesystem with
unlinkat //product_uuid: device or resource busy— a known issue specific to kind clusters (GoogleContainerTools/kaniko#2164).Fix: add
--ignore-path=/product_uuidto the Kaniko executor args, right after--insecure-registry.This is a documented upstream Kaniko issue, not something that needs investigation — just needs the flag added to
olaris-op/kaniko-build.yaml(or wherever the executor args are defined) and it's resolved.