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
I've tried several flavours of container, the official rust container (latest stable), alpine and ubuntu 18.
Im mounting an EFS volume inside the container im running notify in using Amazon EKS kubernetes 1.20
If i exec into the container seperately i can get an event when i add a file (or do anything as normal) into the mounted volume from inside the container, but if i try to add a file to the mounted volume from another machine which has the volume mounted i get no event.
This also doesnt work if i exec into a different container with the same mount.
Does anyone know why this is the case / what i can do to try and fix it? i need to watch the contents of EFS for files that are uploaded using sftp.
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I've tried several flavours of container, the official rust container (latest stable), alpine and ubuntu 18.
Im mounting an EFS volume inside the container im running notify in using Amazon EKS kubernetes 1.20
If i exec into the container seperately i can get an event when i add a file (or do anything as normal) into the mounted volume from inside the container, but if i try to add a file to the mounted volume from another machine which has the volume mounted i get no event.
This also doesnt work if i exec into a different container with the same mount.
Does anyone know why this is the case / what i can do to try and fix it? i need to watch the contents of EFS for files that are uploaded using sftp.
Thanks
The text was updated successfully, but these errors were encountered: