typo et amelioration mineures

This commit is contained in:
Tom David--Broglio 2024-01-22 18:57:31 +01:00
parent c010993b71
commit 5137f15115

View file

@ -26,12 +26,24 @@ Déploiement de AWX Operator sur un cluster Kubernetes :
Nous allons créer un dossier awx contenant notre configuration :
~~~{.bash}
$ tree awx
$ tree -L 3 awx
awx
├── awx-demo-instance.yaml
└── kustomization.yaml
...
TODO
├── kustomization.yaml
├── awx-instances
│   ├── demo
│   │   ├── awx-instance.yaml
│   │   ├── kustomization.yaml
│   │   ├── traefik-whitelist-middleware.yaml
│   │   └── treafik-ingressroute.yaml
│   └── kustomization.yaml
├── awx-operator
│   └── kustomization.yaml
└── traefik
├── kustomization.yaml
├── traefik-dashboard-ingressroute.yaml
├── traefik-helm-chart-config.yaml
├── traefik-helm-config.yaml.old
└── whitelist-middleware.yaml
~~~
* un fichier kustomize qui va assembler `awx/kustomization.yaml`
@ -83,7 +95,7 @@ clusterrolebinding.rbac.authorization.k8s.io/awx-operator-proxy-rolebinding crea
configmap/awx-operator-awx-manager-config created
service/awx-operator-controller-manager-metrics-service created
deployment.apps/awx-operator-controller-manager created
~~~{.bash}
~~~
~~~{.bash}
# voir ou en l'installation