Also curious why <that article> doesn't use the CS...
# kubernetes
f
Also curious why that article doesn't use the CSI driver helm better for long term maintainance. Does that Pulumi code do something different than the efs csi driver helm chart?
Or even something like this:
Copy code
new k8s.yaml.ConfigFile("aws-efs-csi-driver", {
    file: "<http://github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=master|github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=master>",
}, {
    provider: k8sProvider,
});
g
I wasn’t directly involved with that article, but I think the author’s intent was to show how to do that with native Pulumi code. I don’t recall there being a deeper functional reason to do so if the YAML or Helm is working for you
f
Any idea what is with the format of that URL? AWS uses it all over their docs but it is a 404 via the browser. Using the above code doesn't work for, presumably, that reason.
g
Not sure, sorry