Samuel Lang
Samuel Lang
That is a suggestion for a potential implementation - but that all depends on the maintainer if they are accepting that or not 🤷🏻
Good to see there is a discussion started already. Made a test setup to POC with Skipper **not** using `hostPort` but regular `containerPort` only, accessing via the VPC IP of...
related to #677 #674 ?
/remove-lifecycle stale
/cc @dimitriosstander
@wongma7 provided a potential solution: https://github.com/aws/efs-utils/pull/130
Workaround for the time being, add an `initContainer` that deletes the invalid key: ```yaml initContainers: - command: ["/bin/sh"] args: ["-c", "test -s /var/amazon/efs/privateKey.pem || rm -f /var/amazon/efs/privateKey.pem"] image: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-efs-csi-driver:v1.3.7 name:...
/remove-lifecycle stale Kindly asking for review @wongma7
/remove-lifecycle stale
when can we expect that AWS publishes their images in their registry?