Hola a todos.... ayer cordone un nodo1, lo drene y los pods se fueron a otros nodos y luego elimine el nodo1 y quedo todo ok... pero hoy en la mañana al tratar de hacer un "kubectl get pods" en el mismo "cli" del portal de Azure me arrojo este error:
$ kubectl get pods
Error: failed to write to store: failed to create the temp file to write the token: open /home/sebastian/.kube/cache/kubelogin/token145518093: read-only file system E0103 11:43:14.289503 2528 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://aks-dns-egjypjti.hcp.eastus.azmk8s.io:443/api?timeout=32s\": getting credentials: exec: executable kubelogin failed with exit code 1" Error: failed to write to store: failed to create the temp file to write the token: open /home/sebastian/.kube/cache/kubelogin/token521441061: read-only file system E0103 11:43:15.204876 2528 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://aks-dns-egjypjti.hcp.eastus.azmk8s.io:443/api?timeout=32s\": getting credentials: exec: executable kubelogin failed with exit code 1" Error: failed to write to store: failed to create the temp file to write the token: open /home/sebastian/.kube/cache/kubelogin/token3435433030: read-only file system E0103 11:43:16.359850 2528 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://aks-dns-egjypjti.hcp.eastus.azmk8s.io:443/api?timeout=32s\": getting credentials: exec: executable kubelogin failed with exit code 1" Error: failed to write to store: failed to create the temp file to write the token: open /home/sebastian/.kube/cache/kubelogin/token3282625117: read-only file system E0103 11:43:17.284967 2528 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://aks-dns-egjypjti.hcp.eastus.azmk8s.io:443/api?timeout=32s\": getting credentials: exec: executable kubelogin failed with exit code 1" Error: failed to write to store: failed to create the temp file to write the token: open /home/sebastian/.kube/cache/kubelogin/token3728752959: read-only file system E0103 11:43:18.457755 2528 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"https://aks-dns-egjypjti.hcp.eastus.azmk8s.io:443/api?timeout=32s\": getting credentials: exec: executable kubelogin failed with exit code 1" Unable to connect to the server: getting credentials: exec: executable kubelogin failed with exit code 1
No se si haya tenido relación con lo que estaba haciendo, pero no me deja administrar el cluster... alguien sabe como se podría arreglar?
Gracias!