Brad Davidson
Brad Davidson
It needs to be strictly sequential, as we are using the sequence numbers as MVCC revision counters which are STRICTLY monotonically increasing. Any gap would indicate that we have missed...
Maxing out the auto increment pk column? I think I've only ever seen it the once. Someone suggested changing the column type to something with more range but I have...
These manifests are essentially unused at the moment, as both K3s and RKE2 deploy the helm controller embedded within the cluster, and manage its RBAC accordingly. The CRD defs are...
Kine doesn't support operating against a read-only replica. All servers should connect to a replica that is writable.
Have you raised the auto_increment_increment on the master? See https://github.com/k3s-io/kine/issues/71#issue-777666361 Other than that I can't think of anything. We just use standard SQL to interact with the database. Do you...
While the controller itself could use more restrictive RBAC, the helm job pods themselves basically need full cluster admin because it's impossible to know what exact resources the charts it...
This is an interesting request, I will have to talk it over with the team. I would suggest that we only support this for postgres/mysql databases - so drop the...
@ibuildthecloud I thought that the 'create table if not exists' that we're doing would be safe enough but I think you're right that these would probably result in permissions errors...
There is not currently a good way to release a Helm chart from management by the Helm controller. Simply removing all the chart manifests from the servers so that they...
RKE2 rewrites HelmCharts in the manifests directory at startup to inject a number of cluster configuration variables for use as chart variables. Even if you don't personally change anything in...