John Mulligan
John Mulligan
> sorry for taking so long and thank you for your help! I'm the one who should be saying that. :-) Unfortunately I've been unable to reproduce the issue so...
Very interesting, thanks! I'll be sharing that one with the other members of my team.
We would love to have helm support. However, right now the team working on these projects is pretty small and working on them part-time. In addition none of the team...
Looks like controller-runtime sets this as the default in version v0.12.0: https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.12.0 I'm pretty sure we could override this on the version we currently use. But this could be one...
In the SmbCommonConfig we support a network option 'publish' that helps control what kinds of services get created: https://github.com/samba-in-kubernetes/samba-operator/blob/master/docs/design/crd-proposal-phase1.md#smbcommonconfig However, without checking the code I also thought we created Services...
> If I am correct if I define network as external the operator create a load balancer Yes, that's correct > but I need only to get an ingrestcp. So...
Let's start off with some reference links related to owner references: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/controller/controllerutil https://github.com/kubernetes-sigs/controller-runtime/blob/v0.12.3/pkg/controller/controllerutil/controllerutil.go#L96 https://github.com/kubernetes-sigs/controller-runtime/blob/v0.12.3/pkg/controller/controllerutil/controllerutil.go#L59 https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#OwnerReference https://stackoverflow.com/questions/51068026/when-exactly-do-i-set-an-ownerreferences-controller-field-to-true https://github.com/kubernetes/design-proposals-archive/blob/main/api-machinery/controller-ref.md And here's the owns function: https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/builder#Builder.Owns ---- The way I understand it is...
Slippery touchpads suck.
The plan is to make a number of pod scheduling parameters & resource limits, etc configurable via the SmbCommonConfig resource. Thank you for the issue!
We'll look into it. Without reading any I'm not sure what those are at the moment, so we'll need to do some research if it's appropriate for our operator. CC...