Symlinks broken in /deploy
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.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle stale - Close this issue with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
- After 90d of inactivity,
lifecycle/staleis applied - After 30d of inactivity since
lifecycle/stalewas applied,lifecycle/rottenis applied - After 30d of inactivity since
lifecycle/rottenwas applied, the issue is closed
You can:
- Mark this issue as fresh with
/remove-lifecycle rotten - Close this issue with
/close - Offer to help out with Issue Triage
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
@hairyhum this appears to be fixed in the latest v1.14.0 release