Skip to content

azurefile-csi-driver rely on github.com when running on azurelinux #2700

@steigr

Description

@steigr

What happened:

Upgrade to 1.33 (1.33.3) requires access to github.com, loads remote code and executes it on the host-os (when running on "azurelinux" ):

https://github.com/kubernetes-sigs/azurefile-csi-driver/blob/master/pkg/azurefile-proxy/install-proxy.sh#L41

What you expected to happen:

CSI-Azurefile should not rely on external services.

How to reproduce it:

  • Create private AKS within a vnet which blocks access to external services (particularly github.com).
  • Enable storage_profile.file_driver_enabled=true
  • csi-azurefile-node crashes in init-phase

Anything else we need to know?:

Related issues:

Environment:

  • CSI Driver version: v1.33.3
  • Kubernetes version (use kubectl version): v1.33.2
  • OS (e.g. from /etc/os-release): Microsoft Azure Linux 3.0
  • Kernel (e.g. uname -a): 6.6.92.2-1.azl3
  • Install tools: n/a
  • Others: n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions