Skip to content

Does removing daemon set deletes the plugin from node as well? #74

Description

@smartaquarius10

Hello,

If we delete daemon set, does it auto removes the downloaded plugin and config files from kubernetes node or should we have to restart the nodes.

Actually there is nothing I can see of binary deletion or any prestop hook in daemon set. If my understanding is correct isn’t this conflict with kubelet even after uninstalling the helm chart.

Furthermore, as far as I know this command is making change in cri_auth_config.yaml with the help of downloaded binary.

nsenter -t 1 -m -p -- ${JFROG_CREDENTIAL_PROVIDER_BINARY_DIR}/{{ .name }} add-provider-config --yaml --provider-home "${KUBELET_CREDENTIAL_PROVIDER_CONFIG_DIR}" --provider-config "${KUBELET_CREDENTIAL_PROVIDER_CONFIG_FILE_NAME}"

Is there anyway to roll it back without restarting nodes after remove the plugin?

Kind Regards,

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