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,
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.
Is there anyway to roll it back without restarting nodes after remove the plugin?
Kind Regards,