-
Notifications
You must be signed in to change notification settings - Fork 56
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
Move the reconciliation loop to a model where each run executes as a k8s Job #78
Comments
Using a
|
Note that if we support #122 we will have to ensure the secret injection mechanism can mount secrets into the job/pod encapsulating the stack. |
Added to epic #586 |
Good news everyone, we just release a preview of Pulumi Kubernetes Operator v2. This new release has a whole-new architecture that uses pods as the execution environment. Please read the announcement blog post for more information: Would love to hear your feedback! Feel free to engage with us on the #kubernetes channel of the Pulumi Slack workspace. |
Problem description
Currently, the reconciliation loop is shared in-process on the operator.
Ideally, a separate Job/Pod would be used instead per loop to avoid shared context issues across loops and runtimes.
See the design doc.
The text was updated successfully, but these errors were encountered: