Shenzo
Shenzo

Reputation: 31

Does CSI secret store provider for Azure require "hostNetwork" set to true?

I am using CSI secret store driver in AKS to mount secrets in Azure key vault to AKS. I am using helm to deploy the CSI driver in to my AKS. I ned understand whether CSI secret driver pods needs "hostNetwork" configuration set to true?

If hostNetwork can be set to false, how that can be set when deploying using helm?

Upvotes: 0

Views: 173

Answers (1)

Philip Welz
Philip Welz

Reputation: 2817

Azure CSI secret store driver does need hostNetwork. You can check this in the Helm-Charts:

  1. Azure CSI
  2. CSI Driver

Upvotes: 0

Related Questions