forked from LaconicNetwork/kompose
Merge pull request #885 from surajnarwade/matrix-fix
Fixed conversion matrix
This commit is contained in:
commit
c8cbc3ba81
@ -33,7 +33,7 @@ __Glossary:__
|
|||||||
| deploy: replicas | - | - | ✓ | Deployment.Spec.Replicas / DeploymentConfig.Spec.Replicas | |
|
| deploy: replicas | - | - | ✓ | Deployment.Spec.Replicas / DeploymentConfig.Spec.Replicas | |
|
||||||
| deploy: placement | - | - | ✓ | Pod.Spec.NodeSelector | |
|
| deploy: placement | - | - | ✓ | Pod.Spec.NodeSelector | |
|
||||||
| deploy: update_config | - | - | n | | |
|
| deploy: update_config | - | - | n | | |
|
||||||
| deploy: resources | - | - | ✓ | Containers.Resources.Limits.Memory | Support for memory but not CPU |
|
| deploy: resources | - | - | ✓ | Containers.Resources.Limits.Memory / Containers.Resources.Limits.CPU | Support for memory as well as cpu |
|
||||||
| deploy: restart_policy | - | - | ✓ | Pod generation | This generated a Pod, see the [user guide on restart](http://kompose.io/user-guide/#restart) |
|
| deploy: restart_policy | - | - | ✓ | Pod generation | This generated a Pod, see the [user guide on restart](http://kompose.io/user-guide/#restart) |
|
||||||
| deploy: labels | - | - | n | | |
|
| deploy: labels | - | - | n | | |
|
||||||
| devices | x | x | x | | Not supported within Kubernetes, See issue https://github.com/kubernetes/kubernetes/issues/5607 |
|
| devices | x | x | x | | Not supported within Kubernetes, See issue https://github.com/kubernetes/kubernetes/issues/5607 |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user