John Lian
John Lian
> Currently no, but it is easy to implement and I have considered to do that. I'm currently swamped so I unfortunately have not been able to put any time...
Hey I got NFS to work in k3d for GitHub codespace based on the info from this thread. https://github.com/jlian/k3d-nfs It's mostly the same as @marcoaraujojunior's commit https://github.com/marcoaraujojunior/k3s-docker/commit/914c6f84e0b086ba86b15806062771d9fae5c274 with `touch /run/openrc/softlevel`...
@iwilltry42 Ok thanks, got it to work. Now just needs `k3d cluster create -i ghcr.io/jlian/k3d-nfs:v1.25.3-k3s1` Took me a while to find the entrypoint logs in `/var/log` as opposed to docker...
@ryan-mcd you got NFS to work in codespaces without using openrc? It's been a while but I kind of remember when I first tried it without openrc it kept not...
@PatAltimore are you able to get a repro on your end?
I'm guessing it's related to this https://github.com/Azure/iotedge/issues/6723#issuecomment-1298625044 Where you need to `chown` and `chmod` the _directories_ with the right (700-level) permissions: ```bash # Give aziotcs ownership to certificate folder #...
> I would recommend adding these permissions and ownership settings to the official documentation. > > Just noticed that last command in documentation changes directory permissions to 644 😄 No...
FYI the docs update for permissions are now done https://learn.microsoft.com/azure/iot-edge/how-to-manage-device-certificates#permission-requirements Thanks @PatAltimore I think we can now close this issue #please-close
Ack, I'm looking into it
Ok, sorry there was some confusion and misunderstanding that I believe have finally (😅) been cleared up. I confirmed that IoT Hub **does**, in fact, support mTLS. Or, using more...