Kristjan

Results 11 comments of Kristjan

Nevermind, wrong issue :)

> @afedulov you could use the [file function](https://www.terraform.io/docs/language/functions/file.html) to work around this This works fine, thanks! An example based on linkerd: ``` resource "kubernetes_namespace_v1" "linkerd" { metadata { annotations =...

I am also hitting this issue. Those unnecessary groups are creating distortion.

> @Sneedes @litewhatever , I understand your pain point is you are seeing a lot of unnecessary groups. You want a way to disable any of the default groups creation?...

@sagar2938 it also seems that these group names are invalid from ansible perspective: ``` % ansible-playbook -i inventory/poc.oci.yml site.yml -vvvv ansible-playbook 2.10.12 config file = /some/path/ansible/ansible.cfg configured module search path...

Seeing same issue, deployed via Docker official image.

Worked around it with "set_cs": ```- name: Set AVR '{{ irmc_ldap_group }}' irmc_scci: irmc_url: "{{ inventory_hostname }}" irmc_username: "{{ irmc_ansible_user }}" irmc_password: "{{ irmc_ansible_user_password }}" command: "set_cs" opcodeext: 0x1AC8 data:...

This workaround will not fully solve it as it doesn't seem to be possible to grant redfish access to group with scci.

Same for me with python `3.10.3` and ansible `2.12.5`. The workaround doesn't seem to work anymore. It seems to be a known issue with ansible on macos: https://github.com/ansible/ansible/issues/76322

@njuettner @Raffo perhaps can you please find the time to review and approve? Then we could close https://github.com/kubernetes-sigs/external-dns/issues/2326