tbotnz

Results 51 comments of tbotnz

Thanks @carrodher, i've signed the commit as per below but the DCO check still fails.. does it need a newline after or something? ![image](https://github.com/user-attachments/assets/f23e4b49-a67b-41db-b46c-f381ef61e2f8)

Thanks @carrodher. Fixed - should be ready for your review now

@fmulero i'm trying to move away from having to explicitly label namespaces instead, having a cluster wide pod label only that permits access, in line with how the redis chart...

Ok, thanks! when are you targeting release of https://github.com/bitnami/charts/pull/26597

@fmulero have tested this just now and it works, happy to close the PR if you wan't. In general it'd be good to strive for consistency across charts for this...

there should be a script bundled with it https://github.com/tbotnz/netpalm/blob/master/redis_gen_new_certs.sh, just run this and it'll generate new self signed certs

@jeremystretch the pagination options can go up to 100, 1000 and users will happily pick it. This leads to requests eventually failing and unhappy users. Even with the pagination there...

This https://github.com/netbox-community/netbox/blob/main/netbox/netbox/api/pagination.py#L20-L23 it's set as the paginator class for DRF https://github.com/netbox-community/netbox/blob/main/netbox/netbox/settings.py#L703 so basically any DRF view that paginates needs to be ordered otherwise it'll raise out unless the pagination is...

*note this seems to have appeared in recent versions