Ryan Stankiewicz

Results 9 issues of Ryan Stankiewicz

Inside the method ```static int fat16_get_fat_entry(struct disk *disk, int cluster)``` in fat16.c, there's the following line: ```res = diskstreamer_seek(stream, fat_table_position * (cluster * PEACHOS_FAT16_FAT_ENTRY_SIZE));``` However, and Daniel confirmed this as...

To follow best practices, we should remove `hostNetwork: true` from the Node's Daemonset. However, removing it prevents IMDS access on clusters that have a limited network hop count. This prevents...

kind/feature
lifecycle/rotten

**Is your feature request related to a problem?/Why is this needed** 1. Instead of referencing this [example IAM policy](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/docs/iam-policy-example.json) in our IAM Role creation instructions, we should tell users to...

lifecycle/rotten

**Is your feature request related to a problem?/Why is this needed** Today, our E2E tests [install the CSI driver using Helm](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/398429bd7aaa8b5f109b56c84c631daa504f3f20/hack/e2e/run.sh#L145). However, we maintain separate Kubernetes manifests for installing via...

lifecycle/rotten

**Is your feature request related to a problem? Please describe.** The aws-efs-csi-driver uses the Golang AWS SDK to make calls to the EFS API. We should allow customers to configure...

kind/feature
lifecycle/rotten

**Is your feature request related to a problem? Please describe.** By default, the Watchdog only refreshes certificate credentials every 60 minutes. We set this [here, in efs_watch_dog.go](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/pkg/driver/efs_watch_dog.go#L104). We should make...

kind/feature
lifecycle/rotten

**Is this a bug fix or adding new feature?** Enhancement - improve the customer install experience **What is this PR about? / Why do we need it?** To enforce filesystem...

lifecycle/rotten
needs-ok-to-test
size/L
needs-rebase
cncf-cla: yes

Added .values.containerRegistry to the values.yaml file, and prefixed all our images with the container registry. Also modifed the csi driver image to pull from the aws public ecr instead of...

ok-to-test
lifecycle/rotten
size/S
needs-rebase
cncf-cla: yes

/kind bug ### Issue discovered with v1.6.0 of the aws-efs-csi-driver When the EFS client mounts a file system, we re-direct a local NFS mount from the Linux Kernel to localhost,...

kind/bug
lifecycle/stale