Greg Roodt
Greg Roodt
We've run into this issue and can confirm that even with the `AWS_REGION` variable set, this still fails in an environment with IMDSv2 and 1 hop (AWS EKS Security best-practice)....
Not sure this is an issue. The serializer here removes the `.0` https://hjson.github.io/try.html However, it is inconsistent with `json.tool`. ``` /tmp .venv ❯ echo '{"test": 1.0}' | python3 -m json.tool...
I've also been running into this. Another thing to consider, is how to ensure the ports used by the `aws-efs-csi-driver` do not conflict with the ports used by `aws-ebs-csi-driver`. Both...
Thanks! I think that sharing a common approach with the EBS driver makes sense if possible. I think normalising the use of IRSA where possible can only be a good...
@wongma7 Thanks for making progress on the ebs-csi-driver https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/821 I've been able to successfully remove access to the hostNetwork for the controller. Any updates on the similar approach for the...
I have some updates here. I can confirm that `aws-ebs-csi-driver` as of v1.3.0 is able to run successfully without hostNetwork using IRSA. https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/821#issuecomment-923413504 @wongma7 Is it reasonable to expect that...
That sounds awesome! I'll follow this issue for any updates. 🚀
I've realised I can do this so far by reading this page: https://bookstore.readthedocs.io/en/latest/openapi.html Manually create a browser url to do this (with setting up a fs_cloning_basedir): `http://127.0.0.1:8888/bookstore/fs-clone?relpath=Notebook.ipynb` Manually create a...
For the life of me, I can't work out how to initiate the `publish` operation. I can see the serverextension enabled, but nowhere in the UI to initiate it. I'm...
Ok, I've since realised publish is only intended to work with `nteract_on_jupyter`. Unfortunately, this doesn't work due to: https://github.com/nteract/nteract/issues/5088