Skip to content
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

Automatically include the elector side-car if Lock or Election is used... #1

Open
brendandburns opened this issue Dec 5, 2017 · 1 comment

Comments

@brendandburns
Copy link
Contributor

We should detect when code uses metaparticle locks or elections and automaticallly include the elector side car.

brendandburns pushed a commit that referenced this issue Dec 7, 2017
Simple typo fix for "numbrer"
@wagoodman
Copy link
Contributor

IMO, this issue is the second highest priority issue (probably just behind the CI ticket).

I think the most generic way to deal with this is to allow a more broad pod definition. Specifically, allowing a way to specify multi-container pods... both via an image reference or a second build. After much thought, I don't have any great ideas as to how to do it (a few bad ones though!).

One thing that was getting in the way is the fact that the container runtime options are coupled to the pod runtime options (e.g. replicas is in the same dictionary as port), which implies that the runtime options either need to get split up (ugg), or we need another @Containerize option.

I'll post more specific [bad] ideas later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants