Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bottlerocket compatibility #1244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 12, 2024

  1. fix bottlerocket compatibility

    bottlerocket nodes have a r/o file system:
    
    ```
    [pod/efs-csi-node-cxcfc/csi-driver-registrar] E0111 23:11:21.812117       1 main.go:107] "Failed to create registration probe file" err="mkdir /var/lib/kubelet/plugins/efs.csi.aws.com: read-only file system" registrationProbePath="/var/lib/kubelet/plugins/efs.csi.aws.com/registration"
    ```
    
    with this change:
    
    ```
    [pod/efs-csi-node-kg9dt/csi-driver-registrar] I0111 23:14:01.377424       1 main.go:109] "Kubelet registration probe created" path="/var/lib/kubelet/plugins/efs.csi.aws.com/registration"
    ```
    mweberjc committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d533364 View commit details
    Browse the repository at this point in the history