mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 01:52:18 +00:00
docs
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user