-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow default executor without spinappexecutor resource applied #187
Comments
Would a single file installation of CRDs (#185) address this? |
I'm still strongly against this - magic names lead to much more confusion over time - and makes it harder for us to debug users environments. notably it also would change behavior of existing resources when doing so, which is always regrettable when potentially accidental. |
The issue is the executor must live in the same namespace as the app so it's really something that needs to get installed after installing the operator bits depending on which namespace you want to install your apps in. |
It sounds like #142 would address this issue. |
Is there a way we could support this at deploy time to work around your concerns here? Thinking that if there was an environment variable like I guess the problem I'm interested in solving is trying to have the spin-operator ready to handle SpinApps after running a |
That has the same problem - iirc we already made a magic default for the executor name - having that intersect with a magic default runtime class would make understanding how your apps are running pretty difficult 😞 |
I strongly believe that we need some sane defaults so "it just works" without forcing people to make choices they don't fully understand. It's great to have flexibility if people want it, but if we can't get to "here is production ready code that makes these assumptions" we will slow our adoption significantly via self-injury. |
It would be nice if we could default to using containerd-shim-spin as the default executor without having to install of configure the SpinAppExecutor resource and we could use SpinAppExecutor as a means for extending to other executors as well as configuring non-default values ( ex. using a non-default name for the executor, using a non-default runtimeClassName)
We've had this convo before I believe but I still go back to wanting this experience mostly because it's a few less steps and potential errors in the quickstart workflow.
The text was updated successfully, but these errors were encountered: