Merge pull request #759 from cdrage/add-healthcheck

Adds healthcheck
This commit is contained in:
Shubham
2017-08-27 09:09:54 +05:30
committed by GitHub
11 changed files with 391 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ __Glossary:__
| external_links | X | X | X | | Kubernetes uses a flat-structure for all containers and thus external_links does not have a 1-1 conversion |
| extra_hosts | N | N | N | | |
| group_add | ✓ | ✓ | ✓ | | |
| healthcheck | - | N | N | | |
| healthcheck | - | N | | | |
| image | ✓ | ✓ | ✓ | Deployment.Spec.Containers.Image | |
| isolation | X | X | X | | Not applicable as this applies to Windows with HyperV support |
| labels | ✓ | ✓ | ✓ | Metadata.Annotations | |