Natanael Copa
Natanael Copa
### What happened? Running kubelet on a host with iptables-1.8.8 (nf_tables mode) does not work due to kube-proxy image uses iptables-1.8.7. kube-proxy ends up replace the rule ``` -A KUBE-FIREWALL...
I tested this and it seems to work fairly well. Would it be possible to create a release tag? v0.1 or similar. Thanks!
When trying to build on alpine linux with musl libc i get: ``` netinfo.c: In function 'mc_net_info_get_permanent_mac': netinfo.c:116:28: error: 'caddr_t' undeclared (first use in this function) req.ifr_data = (caddr_t)epa; ^...
It would be handy with a simple semaphore module so it is easy to limit number of concurrent running threads, without needing to reimplement it every time. ````lua local condition...
Some tiny distros like Alpine, does not include bash by default. Use /bin/sh which is specified by POSIX. https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html
The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense....
This test used to pass but fails now for some reason. ``` ======================================= test session starts ======================================== platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0 rootdir: /home/ncopa/aports/community/py3-dirty-equals/src/dirty-equals-0.7.1 configfile: pyproject.toml testpaths: tests...
## Description Update kube-router to 2.0.1 and enable ipv6 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change...
### Is your feature request related to a problem? Please describe. Would be good to know what filesystem type /var/lib/k0s is mounted on. ### Describe the solution you would like...
```` ./configure --with-pgsql .... ... ../libtool: line 5986: cd: yes/lib: No such file or directory libtool: link: cannot determine absolute directory name of `yes/lib' make[2]: *** [Makefile:1714: check_load] Error 1...