This commit is contained in:
Serge Logvinov
2023-02-11 20:25:12 +02:00
parent 2957675bf1
commit aace58de85
2 changed files with 5 additions and 0 deletions

View File

@@ -41,3 +41,7 @@ kubectl -n kube-system create secret generic azure-csi --from-file=azure.json=_c
* [metrics-server](https://github.com/kubernetes-sigs/metrics-server) 0.5.0
* [rancher.io/local-path](https://github.com/rancher/local-path-provisioner) 0.0.19
* [ingress-nginx](https://kubernetes.github.io/ingress-nginx/) 4.4.2
# Known Issues
* CSI controller needs a region name. And I think this can affect multi region setup. The half solution is using the node identity method, and receiving the region name from the meta server.

View File

@@ -1,5 +1,6 @@
# Source https://kubernetes-sigs.github.io/cloud-provider-azure/topics/azure-permissions/
# https://learn.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations
resource "azurerm_role_definition" "ccm" {
name = "kubernetes-ccm"