Skip to content
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

Ensure firewallD is installed before trying to disable #54

Open
g-iannelli opened this issue Apr 13, 2023 · 0 comments
Open

Ensure firewallD is installed before trying to disable #54

g-iannelli opened this issue Apr 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@g-iannelli
Copy link
Contributor

On https://github.com/sighupio/fury-kubernetes-on-premises/blob/v1.25.6/roles/kube-node-common/tasks/main.yml#L2L4 check if firewalld is installed before trying to disable it.

Issue raised on AWS RHEL8 Ami ami-01a0c58979de8710b

TASK [kube-node-common : be sure firewalld is disabled] **********************************************************************************************************
task path: ~/k8s-poc/vendor/roles/on-premise/kube-node-common/tasks/main.yml:2
fatal: [master1]: FAILED! => changed=false
  msg: 'Could not find the requested service firewalld: host'
fatal: [master3]: FAILED! => changed=false
  msg: 'Could not find the requested service firewalld: host'
fatal: [worker2]: FAILED! => changed=false
  msg: 'Could not find the requested service firewalld: host'
fatal: [master2]: FAILED! => changed=false
  msg: 'Could not find the requested service firewalld: host'
fatal: [worker1]: FAILED! => changed=false
  msg: 'Could not find the requested service firewalld: host'
fatal: [worker3]: FAILED! => changed=false
  msg: 'Could not find the requested service firewalld: host'
@g-iannelli g-iannelli added the bug Something isn't working label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant