John Sanda
John Sanda
Please [add your planning poker estimate](https://app.zenhub.com/workspaces/K8ssandra-Grooming-623b197f1fcd4800110540ef/issues/k8ssandra/k8ssandra-operator/268?planning-poker) with ZenHub @adutra
I definitely think we should be applying a common set of labels to all resources generated by the operator(s). This is similar to #501. With labels applied on all resources...
Can you provide a reference? So nothing greater than V(1)?
Here are logging guidelines for kubernetes dev docs https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md. It suggests V(4) for debug and a default level of V(2).
Hey team! Please [add your planning poker estimate](https://app.zenhub.com/workspaces/K8ssandra-Grooming-623b197f1fcd4800110540ef/issues/k8ssandra/k8ssandra-operator/253?planning-poker) with ZenHub @Miles-Garnsey @burmanm
Please [add your planning poker estimate](https://app.zenhub.com/workspaces/K8ssandra-Grooming-623b197f1fcd4800110540ef/issues/k8ssandra/k8ssandra-operator/253?planning-poker) with ZenHub @adutra
For reference, https://book.kubebuilder.io/component-config-tutorial/tutorial.html. I agree that this is what we should do. I can work on this.
@burmanm I read through the tutorial and I also looked at [example_test.go](https://github.com/kubernetes-sigs/controller-runtime/blob/v0.8.3/pkg/config/example_test.go). It looks like the configuration has to come from a file and can then be parsed into a...
@jdonenine let me summarize what the expectation is for this issue. Currently some operator configuration, e.g., control plane vs data plane, is configured via an env var. @burmanm has recommended...
Can you provide details on what changes you would like to see?