Evan Krall
Evan Krall
…finity terms with anti_affinity_preferred key.
cherry-picked from https://github.com/Yelp/paasta/pull/3109
trying with a really long branch name
cherry-picked from https://github.com/Yelp/paasta/pull/3109
@hashbrowncipher suggests making metapackages that have dependencies on the various binaries we need. If we were to make these, we'd want at least 3 different ones: - paasta-slave, which would...
Seems like paasta-api gets disconnected from ZK occasionally and doesn't correctly recover -- it'll just return 500s until we restart it. I'm not sure what happened to the first few...
``` if instance is None: instance_type = 'adhoc' instance = 'interactive' instance_config = get_default_interactive_config( service=service, cluster=cluster, soa_dir=soa_dir, load_deployments=load_deployments, ) interactive = True ``` This leads to some confusing behavior: ```...