Replies: 1 comment
-
Thank you very much for the feedback! A lot of these issues are due to the relative youth of he project and our (mostly my) assumption that people wanting to use the operator also want to hack on it. :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an awesome idea – well done on the work so far!
I'm going to make a bit of a drive-by suggestion after a brief attempt at using the operator. Please feel free to ignore it – it's your project.
To make this project more appealing to general users:
quay.io
containers.make
,golang
,controller-gen
). These are not friendly for CI/CD / composable infrastructure pipelines.make deploy
I get an obscure error – obscure for me, a non-go developer –can't load package: package sigs.k8s.io/controller-tools/cmd/[email protected]: can only use path@version syntax with 'go get'
. This is not something I'm particularly looking forward to debugging, given I was expecting to see YAML manifest files.kustomize
. While the tool looks pretty cool, not everyone will have it installed.kubectl apply -k
would be better (since everyone will already have it), but ideally it would be optional.samba-operator
under therook
umbrella – I think it would be a good fit.For now, I'm using the container with manual configuration.
Beta Was this translation helpful? Give feedback.
All reactions