Ewout Prangsma
Ewout Prangsma
This ArangoDB Go driver is still under heavy development, but the concepts behind the API and most of the API functions & types are getting close to what we want...
To reproduce: - Create an ArangoDeployment without any sidecars - Wait for it to run - Then modify the ArangoDeployment, adding a sidecar Expected result: - The pods are rotated...
Problem: Volumes are not mounted because kubelet claims that a local path does not exists (which is does). Since rancher is running kubelet in a container, I expect that this...
In an upgrade from 3.4 to 3.5, we're changing the args for servers groups and the image version in 1 change. If during this update a non-upgrade pod is restarted,...
(and probably other cloud platforms as well)
Add a node selector per server group which is forwarded to the pods of that group.
(in ArangoLocalStorage operator) This requires a quota on the filesystem that implements the PV. Maybe using an overlay FS.
Topics to cover: - [x] Process for scaling - [ ] Process for upgrades (&downgrades) - [ ] Process for node maintenance - [ ] Process for permanent node failure...