PacktPublishing / Mastering-Ansible-Fourth-Edition

Mastering Ansible Fourth Edition, published by Packt
MIT License
53 stars 62 forks source link

guide issues #1

Open nicolaibaralmueller opened 3 years ago

nicolaibaralmueller commented 3 years ago

Hi

I followed your guide to the point on a fresh installation of Ubuntu.

Name:             awx-ingress
Namespace:        default
Address:          127.0.0.1
Default backend:  default-http-backend:80 (<error: endpoints "default-http-backend" not found>)
TLS:
  awx-secret-ssl terminates awx2.tmnet.dk
Rules:
  Host           Path  Backends
  ----           ----  --------
  awx2.tmnet.dk  
                 /   awx-service:80 (10.1.158.136:8052)
Annotations:     nginx.ingress.kubernetes.io/rewrite-target: /$1
Events:
  Type    Reason  Age                    From                      Message
  ----    ------  ----                   ----                      -------
  Normal  Sync    4m30s (x2 over 4m45s)  nginx-ingress-controller  Scheduled for sync

Accessing the kube host by dns name results in 502 bad gateway nginx message.

jamesfreeman959 commented 3 years ago

Hi there

Really sorry about the delay in coming back to you - I have had some tight deadlines to meet! Thank you for bringing this to my attention.

I've looked into this, running through the procedure in the book - however I can see that the deployment of the AWX Operator has already changed and it appears that the installation process for AWX changes frequently (or at least will do so at the current time).

I will take this to the editorial team at Packt to discuss how to move forwards - we wouldn't be able to edit the book to keep up with the changes on this project, but hopefully we can provide some kind of living document that enables us to allow readers to install and run AWX.

I'll update here when I've talked to the team.

Many thanks

James