-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 page not found #24
Comments
Access AWX via hostname instead of IP address. Kubernetes routes your HTTP trafic according to the Therefore, if you specify ...
spec:
...
ingress_type: ingress
ingress_tls_secret: awx-secret-tls
hostname: awx.example.com 👈👈👈
... your AWX can be accessed via |
It's working! Thanks a lot :-) |
Is there the possibility to expose the service in order to access it by using the |
@passe4wedo But if you create an Ingress through AWX Operator on EKS, the ALB will be used as actual implementation, so you can manage it through AWX Operator by using |
Environment
k3s version: v1.22.5+k3s1 (405bf79d)
Description
The installation and configuration of awx goes immediately well. There are no error messages.
But when I try to access awx via my ip address (http://10.10.0.9) the error message comes: "404 page not found". The same goes for access via https.
What am I missing?
The text was updated successfully, but these errors were encountered: