You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
I tried to run the chart on nodes with arm64 and the CSI Provisioner image must be v2.0.4 to support multiarch. The current version in the chart is defaulted to v1.4.0 which does not have a multiarch build and therefore will not run on arm64.
If I use the default repository of: mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v2.0.4; then I can't even pull the image.
If I use k8s.gcr.io/sig-storage/csi-provisioner:v2.0.4; then the image pulls and actually runs on arm64.
However I do get this error:
unknown flag: --enable-leader-election
Usage of /csi-provisioner:
unknown flag: --enable-leader-election
What you expected to happen:
Correctly run the latest and greatest csiProvisioner with up to date flags. This way Arm64 is one step closer to using smb-csi.
How to reproduce it:
Here is my values.yaml to run on some arm nodes:
What happened:
I tried to run the chart on nodes with
arm64
and the CSI Provisioner image must bev2.0.4
to support multiarch. The current version in the chart is defaulted tov1.4.0
which does not have a multiarch build and therefore will not run onarm64
.If I use the default repository of:
mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v2.0.4
; then I can't even pull the image.If I use
k8s.gcr.io/sig-storage/csi-provisioner:v2.0.4
; then the image pulls and actually runs onarm64
.However I do get this error:
Basically it shows a big list of flags that can be used and
--enable-leader-election
is actually not an option, nor is it here: https://github.com/kubernetes-csi/external-provisionerI tracked down the csi-smb-controller file, it seems it needs an update to the args.
What you expected to happen:
Correctly run the latest and greatest
csiProvisioner
with up to date flags. This way Arm64 is one step closer to using smb-csi.How to reproduce it:
Here is my values.yaml to run on some arm nodes:
The text was updated successfully, but these errors were encountered: