Outils pour utilisateurs

Outils du site


tech:notes_kubernetes_k8s_-_diag

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
tech:notes_kubernetes_k8s_-_diag [2025/09/11 15:42] Jean-Baptistetech:notes_kubernetes_k8s_-_diag [2025/09/12 14:15] (Version actuelle) Jean-Baptiste
Ligne 31: Ligne 31:
 kubectl get events --all-namespaces  --sort-by='.metadata.creationTimestamp' kubectl get events --all-namespaces  --sort-by='.metadata.creationTimestamp'
 </code> </code>
 +
 +
 +Autre
 +  * Use kubectl describe pod ... to find the node running your Pod and the container ID (docker://...)
 +  * SSH into the node
 +  * Run docker exec -it -u root CONTAINER_ID /bin/bash
 +
 +
  
 Si Metrics-server est installé Si Metrics-server est installé
tech/notes_kubernetes_k8s_-_diag.1757598139.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki