forked from LaconicNetwork/kompose
Update conversion matrix with windows notes
Moves one of the notes as well as updates credentials_spec
This commit is contained in:
parent
e3245d2042
commit
ca46d6a83b
@ -15,7 +15,7 @@ __Glossary:__
|
|||||||
|
|
||||||
| Keys | V1 | V2 | V3 | Kubernetes / OpenShift | Notes |
|
| Keys | V1 | V2 | V3 | Kubernetes / OpenShift | Notes |
|
||||||
|------------------------|----|----|----|-------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
|
|------------------------|----|----|----|-------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
|
||||||
| build | ✓ | ✓ | N | Builds/Pushes to Docker repository. See `--build` parameter | Only supported on Version 1/2 of Docker Compose |
|
| build | ✓ | ✓ | N | | Builds/Pushes to Docker repository. See `--build` parameter |
|
||||||
| build: context | ✓ | ✓ | N | | |
|
| build: context | ✓ | ✓ | N | | |
|
||||||
| build: dockerfile | ✓ | ✓ | N | | |
|
| build: dockerfile | ✓ | ✓ | N | | |
|
||||||
| build: args | N | N | N | | |
|
| build: args | N | N | N | | |
|
||||||
@ -27,7 +27,7 @@ __Glossary:__
|
|||||||
| configs: long-syntax | N | N | N | | |
|
| configs: long-syntax | N | N | N | | |
|
||||||
| cgroup_parent | X | X | X | | Not supported within Kubernetes. See issue https://github.com/kubernetes/kubernetes/issues/11986 |
|
| cgroup_parent | X | X | X | | Not supported within Kubernetes. See issue https://github.com/kubernetes/kubernetes/issues/11986 |
|
||||||
| container_name | ✓ | ✓ | ✓ | Metadata.Name + Deployment.Spec.Containers.Name | |
|
| container_name | ✓ | ✓ | ✓ | Metadata.Name + Deployment.Spec.Containers.Name | |
|
||||||
| credential_spec | N | N | N | | |
|
| credential_spec | X | X | X | | Only applicable to Windows containers |
|
||||||
| deploy | - | - | ✓ | | |
|
| deploy | - | - | ✓ | | |
|
||||||
| deploy: mode | - | - | ✓ | | |
|
| deploy: mode | - | - | ✓ | | |
|
||||||
| deploy: replicas | - | - | ✓ | Deployment.Spec.Replicas / DeploymentConfig.Spec.Replicas | |
|
| deploy: replicas | - | - | ✓ | Deployment.Spec.Replicas / DeploymentConfig.Spec.Replicas | |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user