Richard Wall
Richard Wall
In https://docs.okd.io/4.9/operators/operator_sdk/osdk-generating-csvs.html#osdk-hiding-internal-objects_osdk-generating-csvs > It is common practice for Operators to use custom resource definitions (CRDs) internally to accomplish a task. These objects are not meant for users to manipulate and...
Tarmak doesn't appear to support static pods. Should it? Our wargame scenarios are currently recommending users create a static pod in the event that the API service is unavailable and...
In #165 I found that the scheduled backup mechanism was broken. The kubebuilder tests use a fake cronhandler which executes jobs immediately. In the actual implementation, we had forgotten to...
We use Zap, but we hard code it to use developer friendly log output. There should be a way to configure all the operator processes to log JSON for production...
In #93 remove the etcd member whose name contains the largest ordinal, but this member may well be the cluster leader. This forces a leader election which prevents write requests...
I keep getting this error in the controller-manager logs when running the E2E tests locally. I think because we're setting a 10 second limit for all the operations performed in...
If a C* Pod and its data are deleted, a replacement Pod will be started by the StatefulSet controller, but it will be started with an empty `/var/lib/cassandra` data directory....
https://kubernetes.io/docs/concepts/policy/pod-security-policy/ It looks like we need a way for users to choose the name of a PodSecurityPolicy to use for the service accounts generated by the Navigator controller. * Maybe...