diff --git a/HowtoAWX.md b/HowtoAWX.md index 5e7b9754..5c3cdf75 100644 --- a/HowtoAWX.md +++ b/HowtoAWX.md @@ -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