This message was deleted.
# azure
s
This message was deleted.
1
t
Do you know what this command does in terms of ARM properties?
p
Not a clue, was looking around here https://github.com/terraform-providers/terraform-provider-azurerm/issues/6793 and found that it is aparently a http header
But it is beyond me how i get to that to set it
sorry, strike that last one, it is something specific for the Traffic Manager endpoint.
p
no, that is something for windows. I need the CSI plugins (the in tree storage plugins are scheduled for deprecating) to enable VolumeSnaphots. In EKS it is some config and a helm chart, on gke a boolean and in AKS it is setting those custom headers. (they are used for os level settings afaik). there is no way to modify the http request to the azure api?
t
I think this isn’t supported https://github.com/Azure/AKS/issues/1638
The CLI command is a preview extension with some non-ARM voodoo in it https://github.com/Azure/azure-cli-extensions/pull/1686
p
hmm, too bad
t
Feel free to add a comment to that issue 😉
p
thx!
i think the only way to do this consistently across cluster providers is using rook https://rook.io
135 Views