Azure / kubernetes-keyvault-flexvol

Azure keyvault integration with Kubernetes via a Flex Volume
MIT License
253 stars 84 forks source link

[Question] comment about daemonset workaround in installer yaml file #46

Open serbrech opened 5 years ago

serbrech commented 5 years ago

This is more a question than an issue. The installer yaml file contains a comment that states :

# forces the container not to exit 
# to solve for this https://github.com/kubernetes/kubernetes/issues/17182
# until it is fixed

I can see the same comment in the installer.sh file, and the loop underneath is self explanatory.

Is the comment supposed to be in the yaml file too?