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

Add failing test for make_pod_from_dict #30

Merged
merged 1 commit into from
Feb 2, 2018

Conversation

mrocklin
Copy link
Member

@mrocklin mrocklin commented Feb 2, 2018

This includes failures in the deserialize method that we saw when
deploying pangeo.pydata.org

This includes failures in the deserialize method that we saw when
deploying pangeo.pydata.org
@yuvipanda yuvipanda merged commit c38f9c1 into dask:pod-mering Feb 2, 2018
],
"image": "image-name",
"name": "dask-worker",
"security_context": {"capabilities": {"add": ["SYS_ADMIN"]},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be securityContext, since we're asking for dicts to be in the same format as what Kubernetes expects (those are in camelCase, not _ case).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to spend time fixing and documenting this properly.

@mrocklin
Copy link
Member Author

mrocklin commented Feb 2, 2018 via email

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

Successfully merging this pull request may close these issues.

2 participants