-
Notifications
You must be signed in to change notification settings - Fork 35
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
Icinga Kubernetes Role and Icinga Kubernetes Web install #348
base: main
Are you sure you want to change the base?
Icinga Kubernetes Role and Icinga Kubernetes Web install #348
Conversation
Hi, at the first glance this looks really good, thank you for the work. We'll review it as soon as possible and give you feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me so far.
The only thing is that I'm running into a bug where my apache web server fails completely for some reason a few minutes after having k3s, Icinga Web + Icinga-Kubernetes running (service okay, no errors in log, but 404 for every url).
This is likely unrelated though.
Co-authored-by: Donien <[email protected]>
One more thing (could not add to my review somehow). director: icinga-director
x509: icinga-x509
businessprocess: icinga-businessprocess
+ kubernetes: icinga-kubernetes-web This is needed so the mapping from |
Co-authored-by: Donien <[email protected]>
ok, I made the fix you suggested, thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a changelog fragment.
changelogs/fragments/feature_kubernetes.yml:
major_changes:
- Add a role for the installation and configuration of `Icinga for Kubernetes <https://icinga.com/docs/icinga-for-kubernetes/latest/>`_.
- Add tasks to role :code:`icingaweb2` to install and configure `Icinga for Kubernetes Web <https://icinga.com/docs/icinga-kubernetes-web/latest/doc/02-Installation/>`_.
@mkayontour, do you want to have another look at this as well?
changelog fragment ok |
Hello,
in the past month I tried the new Icinga Kubernetes daemon and module and, because my Icinga Infrastructure is outside of my K3S Cluster, I preferred to install the packages on the master nodes.
Using most of the excellent existent work, I copied the structures and implemented the installation of the daemon and db schema, in addition to the Icingaweb2 dedicated module.
The tasks are working and running correctly on my Icinga test installation (both existent and from scratch), so if you're interested I appreciate to check and merge my work.
I think I have covered most of the docs and files that needed update, but I certainly not a good expert to add the Molecule tests needed, so in that case maybe I need some help, but I'm already trying to fill the gaps
Thanks
PS. In my spare time I'm also implementing the same work for Dependencies and Fileshipper modules.