travisghansen / freenas-iscsi-provisioner

FreeNAS iscsi provisioner
Apache License 2.0
29 stars 6 forks source link

Update dependencies to work with k8s 1.20+ #10

Closed rkojedzinszky closed 3 years ago

rkojedzinszky commented 3 years ago

Due to selflink deprecated and turned off in 1.20, the provisioner does not work. With these updates this is solved.

travisghansen commented 3 years ago

Awesome! Thank you for taking the time to clean this up. Do you happen to know how far back it will work (cluster version wise)?

rkojedzinszky commented 3 years ago

@travisghansen Unfortunately, no. I have only access to 1.20 clusters, where this indeed works.

travisghansen commented 3 years ago

Ok updated ci to use github and added multiarch images. Now we just need to update it to support v2 api so it’ll actually work with recent freenas releases ;)

The project is deprecated but I may still take a stab at v2 api support.