Results 33 comments of Roy Paulin

Yes we mean an allocator that you can use as an STL allocators. But we would like to use it if possible for any ```new``` calls. If that isn't feasible...

I think the 2nd point refers to max_rows which is set to 100 by default and represents the number of rows that will be displayed. Interactive tables are built on...

I could not test it because I could not enable psp on my kind cluster. So I worked on a minikube cluster as it was easy to enable psp there.

I also tested the case without SYS_CHROOT and AUDIT_WRITE on both my kind and minikube cluster and yes we do not need to specify them on plain k8s. If we...

I think the way we handle restore point during upgrade is too complicated and we should try to follow [VER-90388](https://jira.verticacorp.com/jira/browse/VER-90388)

> [CRITICAL] verticadb-operator-manager/default apps/v1/Deployment: (manager) The container is running with a low user ID > [CRITICAL] verticadb-operator-manager/default apps/v1/Deployment: (manager) The container running with a low group ID This scan does...

> [CRITICAL] verticadb-operator-manager/default apps/v1/Deployment: (manager) ImagePullPolicy is not set to Always This is more like a choice to not pull the image each time.

> [CRITICAL] verticadb-operator-manager/default apps/v1/Deployment: (manager) Ephemeral Storage limit is not set > [CRITICAL] verticadb-operator-manager/default apps/v1/Deployment: (manager) Ephemeral Storage request is not set Yes, it is a good practice to set...

> [CRITICAL] verticadb-operator-manager/default apps/v1/Deployment: The pod does not have a matching NetworkPolicy We don't necessarily need one because the operator does not need to communicate with other pods and is...

Yes there are only 14GB of disk space available.There is a lot of way to free some space in the runner like: splitting heavy jobs into smaller jobs, cleaning up...