forked from LaconicNetwork/kompose
docs(configs): included configs section in conversion matrix
This commit is contained in:
parent
9f609d6b7d
commit
ffa8800bc3
@ -38,7 +38,7 @@ We're doing our best to keep it up to date as soon as possible in our releases t
|
|||||||
| cap_add | ✓ | ✓ | ✓ | Container.SecurityContext.Capabilities.Add | |
|
| cap_add | ✓ | ✓ | ✓ | Container.SecurityContext.Capabilities.Add | |
|
||||||
| cap_drop | ✓ | ✓ | ✓ | Container.SecurityContext.Capabilities.Drop | |
|
| cap_drop | ✓ | ✓ | ✓ | Container.SecurityContext.Capabilities.Drop | |
|
||||||
| command | ✓ | ✓ | ✓ | Container.Args | |
|
| command | ✓ | ✓ | ✓ | Container.Args | |
|
||||||
| configs | n | n | ✓ | ConfigMap | Support for content and file |
|
| configs | n | n | ✓ | | |
|
||||||
| configs: short-syntax | n | n | ✓ | | Only create configMap |
|
| configs: short-syntax | n | n | ✓ | | Only create configMap |
|
||||||
| configs: long-syntax | n | n | ✓ | | If target path is /, ignore this and only create configMap |
|
| configs: long-syntax | n | n | ✓ | | If target path is /, ignore this and only create configMap |
|
||||||
| 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 |
|
||||||
@ -110,3 +110,10 @@ We're doing our best to keep it up to date as soon as possible in our releases t
|
|||||||
| internal | x | x | x | | |
|
| internal | x | x | x | | |
|
||||||
| labels | x | x | x | | |
|
| labels | x | x | x | | |
|
||||||
| external | x | x | x | | |
|
| external | x | x | x | | |
|
||||||
|
| | | | | | |
|
||||||
|
| **Configs** | x | x | x | | |
|
||||||
|
| environment | x | y | y | | |
|
||||||
|
| file | y | y | y | | |
|
||||||
|
| content | x | y | y | | |
|
||||||
|
| labels | x | x | x | | |
|
||||||
|
| external | x | x | x | | |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user