Nuriel Shem-Tov

Results 7 issues of Nuriel Shem-Tov

Start migrating services into docker containers

enhancement

Hi! With reference to the [doc](https://github.com/fluxcd/terraform-provider-flux/blob/main/docs/guides/customize-flux.md#customize-flux ) 1. Question about the document, where it specifies this [file](https://github.com/fluxcd/terraform-provider-flux/blob/main/docs/guides/customize-flux.md?plain=1#L84) and in the kustomization file it is supposed to generate there's a [different...

good first issue

While I manage to add IPv6 neighbors, I cannot remove them. The syntax I provide when adding IPv6 address is: `udp://[2a01:xxx:xxxx:xxx:xxxx:xx:fe66:ba41]:14600`: note the square brackets. That works fine. Removing however...

Using `virt7-container-common-candidate` ends up having kubelet run via `runc`. This results in: ```sh runc[11144]: E0606 09:51:28.986046 11225 summary.go:92] Failed to get system container stats for "/systemd/system.slice": failed to get cgroup...

It seems that running kubelet with runc makes it impossible to access container stats. ```sh May 31 07:24:05 atomictest-4 runc[3945]: E0531 07:24:05.036706 3953 summary.go:92] Failed to get system container stats...

**Describe the problem/challenge you have** [A description of the current challenge that you are experiencing.] Sorry if I have missed this while checking the documentation, but is it possible to...

enhancement
carvel accepted

Authentication is currently handled by supplying user:password at the end of the URL. Is it possible to switch to Basic Auth authentication? This will cause a pop-up window to appear...