csi-driver-host-path icon indicating copy to clipboard operation
csi-driver-host-path copied to clipboard

Symlinks broken in /deploy

Open hairyhum opened this issue 1 year ago • 2 comments

Currently symlinks for kubernetes-latest and kubernetes-1.28 do not resolve correctly, must've been introduced in https://github.com/kubernetes-csi/csi-driver-host-path/commit/482f780e9e4b086d0b37110739a944cd64b9d504

To reproduce:

git clone [email protected]:kubernetes-csi/csi-driver-host-path.git
cd csi-driver-host-path
ls -R deploy/kubernetes-latest/ 

In master it fails with ls: deploy/kubernetes-latest/: No such file or directory

In v1.12.1 it lists the directory.

hairyhum avatar Feb 14 '24 20:02 hairyhum