Hi, there!
I’ve just installed Fedora on my notebook. I’ve also installed a vanilla Kubernetes on it and AWX.
AWX seems to be working correctly (could login and update admin’s password). The AWX pods run smoothly, except when the firewall is running: the awx-web pod starts to crash. (EDIT: turning off the firewall and turning on again allows the awx-web pod to keep running without restarts, but web GUI reports HTTP 500 (server error); turning off the firewall instantly put the GUI to work again).
The ports open on my notebook:
internal (default, active)
target: default
ingress-priority: 0
egress-priority: 0
icmp-block-inversion: no
interfaces: wlp3s0
sources:
services: cockpit dhcpv6-client http https mdns samba-client ssh
ports: 6443/tcp 2379-2380/tcp 10250/tcp 10256/tcp 10259/tcp 10257/tcp 30000-32767/tcp 30000-32767/udp 27199/tcp
protocols:
forward: yes
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
So every K8s port is mentioned, as well ports used by AWX: 80, 443 and 27199.
What am I missing?