Victor Morales
Victor Morales
> [electrocucaracha](https://github.com/electrocucaracha) so k8sgpt operator can analyze for only one namespace now? I'm not sure if the operator was designed to work in that way, but it looks like that's...
I faced with this issue, but I don't have full knowledge of this source code, so shouldn't be better to just modify this [line](https://github.com/ansible-community/molecule-plugins/blob/v23.5.0/src/molecule_plugins/vagrant/modules/vagrant.py#L650C1-L650C62) like this ```python "provider": os.environ.get("VAGRANT_DEFAULT_PROVIDER", self._module.params["provider_name"]),...
> My view on it is: essential best practice is to handle correctly signals and zombies. We have this covered already in other tests. As [best practices](https://cloud.google.com/architecture/best-practices-for-building-containers) describe, vendors have...
> bitnami container images, widely used and well designed, respected cloud-native authority, don't use specialized init system while still handling correctly signals and zombies. I just checked [their repo](https://github.com/bitnami/containers), they...