Outils pour utilisateurs

Outils du site


tech:notes_k8s_-_kind_pour_awx

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
tech:notes_k8s_-_kind_pour_awx [2025/12/01 18:00] Jean-Baptistetech:notes_k8s_-_kind_pour_awx [2026/01/20 10:55] (Version actuelle) Jean-Baptiste
Ligne 5: Ligne 5:
  
 Voir :  Voir : 
 +* [[Pb cgroup controllers not delegated to non-privileged users - SystemD delegate failed - cgroupControllers]]
 * https://kind.sigs.k8s.io/docs/user/rootless/ * https://kind.sigs.k8s.io/docs/user/rootless/
 * https://docs.ansible.com/projects/awx-operator/en/latest/installation/kind-install.html * https://docs.ansible.com/projects/awx-operator/en/latest/installation/kind-install.html
Ligne 120: Ligne 121:
 ~~~ ~~~
  
 +
 +install Nginx Ingress controller
 +~~~bash
 +kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
 +~~~
  
 ------ ------
Ligne 222: Ligne 228:
  
 Solution Solution
-~~~ 
-#sudo sysctl -w fs.inotify.max_user_watches=2099999999 
-#sudo sysctl -w fs.inotify.max_user_instances=2099999999 
-#sudo sysctl -w fs.inotify.max_queued_events=2099999999 
- 
-#sysctl -w fs.inotify.max_user_watches=1048576 
-#sysctl -w fs.inotify.max_user_instances=8192 
-~~~ 
- 
  
 ''/etc/sysctl.d/10-k8s.conf'' ''/etc/sysctl.d/10-k8s.conf''
Ligne 318: Ligne 315:
 ~/code/awx-operator/bin/kustomize build config/default | kubectl apply -f - ~/code/awx-operator/bin/kustomize build config/default | kubectl apply -f -
  
 +kubectl get pods -w
  
  
tech/notes_k8s_-_kind_pour_awx.1764608420.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki