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

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/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was 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

k8s-triage-robot avatar May 14 '24 20:05 k8s-triage-robot

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/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was 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

k8s-triage-robot avatar Jun 13 '24 21:06 k8s-triage-robot

@hairyhum this appears to be fixed in the latest v1.14.0 release

tesshuflower avatar Jul 10 '24 19:07 tesshuflower