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
{{ message }}
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
We have a CNAME mapped to our EFS DNS name for ease of use and cross-environment usage (so nfs.ENVIRONMENT_HOST.com will always point to the correct place)
This might be a Linux or Openshift issue because it does something weird where even though we didn't pass the DNS name, the DNS name was mounted into this pod. I think it's going to use it because it was previously mounted somewhere on that host machine. Running the provisioner on a machine with no NFS mounts is fine. Take a look at this
F1025 22:26:23.928789 1 efs-provisioner.go:71] no mount entry found for fs-ad138fe4.efs.us-east-1.amazonaws.com among entries overlay:/, proc:/proc, tmpfs:/dev,
[snip]
mqueue:/dev/mqueue, nfs.test.env.example.com:/persistentvolumes:/persistentvolumes, /dev/mapper/atomicos-root:/dev/termination-log,
So as we can see it's definitely mounted but under a different DNS name, it will never find it.
The text was updated successfully, but these errors were encountered:
Yes, I will add a way for you to specify the DNS name. I guess via ENV var.
Idea behind this strict checking of the mount entry is paranoia that we don't touch something local d or some other nfs mount if the mount point was e.g. mistyped
We have a CNAME mapped to our EFS DNS name for ease of use and cross-environment usage (so nfs.ENVIRONMENT_HOST.com will always point to the correct place)
This might be a Linux or Openshift issue because it does something weird where even though we didn't pass the DNS name, the DNS name was mounted into this pod. I think it's going to use it because it was previously mounted somewhere on that host machine. Running the provisioner on a machine with no NFS mounts is fine. Take a look at this
So as we can see it's definitely mounted but under a different DNS name, it will never find it.
The text was updated successfully, but these errors were encountered: