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

Fixed conversion matrix #885

Merged
merged 1 commit into from
Dec 5, 2017
Merged

Conversation

surajnarwade
Copy link
Contributor

Updated conversion matrix as cpus under deploy.resources in docker compose v3 are supported now

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 4, 2017
@@ -33,7 +33,7 @@ __Glossary:__
| deploy: replicas | - | - | ✓ | Deployment.Spec.Replicas / DeploymentConfig.Spec.Replicas | |
| deploy: placement | - | - | ✓ | Pod.Spec.NodeSelector | |
| deploy: update_config | - | - | n | | |
| deploy: resources | - | - | ✓ | Containers.Resources.Limits.Memory | Support for memory but not CPU |
| deploy: resources | - | - | ✓ | Containers.Resources.Limits.Memory and cpu | Support for memory as well as cpu |
Copy link
Member

Choose a reason for hiding this comment

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

Keep to the format of the other keys...

Just change this to Containers.Resources.Limits.Memory / Containers.Resources.Limits.CPU

Updated conversion matrix as cpus under deploy.resources in docker compose v3 are supported now
@cdrage
Copy link
Member

cdrage commented Dec 5, 2017

LGTM

@cdrage cdrage merged commit c8cbc3b into kubernetes:master Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants