-
Notifications
You must be signed in to change notification settings - Fork 73
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
Kubernetes VMs gets wrong interface address host unreachable #52
Comments
When using "Source variables" in AWX to pass things by environment variables, it doesn't follow the pattern of most other vars (i.e. However, using the "correct" (from source) variable names, it doesn't seem to quite work as desired? Using I've tried various permutations: This is on the latest commit So it feels like there's two issues:
|
I want to mange my kuberentes farm with awx to run updates etc
The problem is that the script use the cluster internal interfaces to get the address instead of get the interface from the host machine itself.
In my case the script get the ip from cilium host interface instead of enp6s18
The text was updated successfully, but these errors were encountered: