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
Prochaine révision
Révision précédente
elearning:workbooks:kubernetes:k8s06 [2024/03/15 06:50] adminelearning:workbooks:kubernetes:k8s06 [2025/01/17 15:25] (Version actuelle) admin
Ligne 4: Ligne 4:
  
 Dernière mise-à-jour : ~~LASTMOD~~ Dernière mise-à-jour : ~~LASTMOD~~
 +
  
 ======DOF307 - Troubleshooting K8s====== ======DOF307 - Troubleshooting K8s======
Ligne 24: Ligne 25:
       * 5.1 - kube-proxy et le DNS       * 5.1 - kube-proxy et le DNS
       * 5.2 - Le Conteneur netshoot       * 5.2 - Le Conteneur netshoot
- 
-=====Ressources===== 
- 
-====Lab #3==== 
- 
-  * wget https://www.dropbox.com/scl/fi/iib5cb16wytosyhwudjbt/deployment-postgresql.yaml?rlkey=st7ybz98hd25cjqrc9es3ln6r&dl=0 
- 
-====Lab #5==== 
- 
-  * wget https://www.dropbox.com/scl/fi/8c1z0dzzgc3albyyshc7u/nginx-netshoot.yaml?rlkey=zw6995wiszb06lku6surmgxia&dl=0 
-  * wget https://www.dropbox.com/scl/fi/6aejx9fnp6ixyqwjpqb09/netshoot.yaml?rlkey=vdvdeyxv4tujdg0p2mkn793xz&dl=0 
  
 =====LAB #1 - Le Serveur API===== =====LAB #1 - Le Serveur API=====
Ligne 353: Ligne 343:
 </code> </code>
  
-En consultant le pod créé, vous verrez qu'il y a une erreur de type **ErrImagePull** :+En consultant le pod créé, vous verrez qu'il y a une erreur de type **ImagePullBackOff** :
  
 <code> <code>
Ligne 562: Ligne 552:
 </code> </code>
  
-<WRAP center round important 40%>+<WRAP center round important 60%>
 **Important** : Notez l'utilisation de **^C** pour arrêter la commande **kubectl logs postgresql-6f885d8957-tnlbb -f**.  **Important** : Notez l'utilisation de **^C** pour arrêter la commande **kubectl logs postgresql-6f885d8957-tnlbb -f**. 
 </WRAP> </WRAP>
Ligne 573: Ligne 563:
  
 <code> <code>
-See 'kubectl logs -h' for help and examples 
 root@kubemaster:~# kubectl exec postgresql-6f885d8957-tnlbb -- cat /opt/bitnami/postgresql/conf/postgresql.conf | more root@kubemaster:~# kubectl exec postgresql-6f885d8957-tnlbb -- cat /opt/bitnami/postgresql/conf/postgresql.conf | more
 # ----------------------------- # -----------------------------
Menu