kubernetes-csi / csi-driver-smb

This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kerberos tickets are not refreshed when after updating smbcreds secret

sega19 opened this issue · comments

Looks like KRB5_1000 files is only created during NodeStageVolume, which is only run the first time a pod (on a particular worker node) uses the PV/PVC.
If I push a new ticket into the smbcreds Kubernetes secret, it is not used unless all pods are destroyed.

could you help? thanks.
@yerenkow @edward2a

that's expected since the kerberos ticket is only used during NodeStageVolume when you remount the pv.