Conexión AKS

Sebastian Pacheco 241 Puntos de reputación
2025-01-03T12:38:21.44+00:00

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!

Azure
Azure
Plataforma e infraestructura de informática en la nube para crear, implementar y administrar aplicaciones y servicios a través de una red mundial de centros de datos administrados por Microsoft.
488 preguntas
0 comentarios No hay comentarios
{count} votos

1 respuesta

Ordenar por: Muy útil
  1. Sebastian Pacheco 241 Puntos de reputación
    2025-01-03T16:18:53.72+00:00

    ya esta solucionado... al final genere de neuvo la conexion con : kubelogin convert-kubeconfig -l azurecli

    0 comentarios No hay comentarios

Su respuesta

Las respuestas se pueden marcar como respuestas aceptadas por el autor de la pregunta, lo que ayuda a los usuarios a conocer la respuesta que resolvió el problema del autor.