Skip to content

Kaniko build fails on kind with "unlinkat /product_uuid: device or resource busy" #224

Description

@mobs75

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions