Skip to content

Commit

Permalink
Typo fix in conversion.md (kubernetes#985)
Browse files Browse the repository at this point in the history
* Typo fix in conversion.md

Kubernetes uses it's own->Kubernetes uses its own

* Update glide.yaml
  • Loading branch information
AdamDang authored and cdrage committed Apr 16, 2018
1 parent 5fc22fd commit d892abc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ __Glossary:__
| labels |||| Metadata.Annotations | |
| links | x | x | x | | All containers in the same pod are accessible in Kubernetes |
| logging | x | x | x | | Kubernetes has built-in logging support at the node-level |
| network_mode | x | x | x | | Kubernetes uses it's own cluster networking |
| network_mode | x | x | x | | Kubernetes uses its own cluster networking |
| networks | x | x | x | | See `networks` key |
| networks: aliases | x | x | x | | See `networks` key |
| networks: addresses | x | x | x | | See `networks` key |
Expand All @@ -68,7 +68,7 @@ __Glossary:__
| secrets | - | - | n | | |
| secrets: short-syntax | - | - | n | | |
| secrets: long-syntax | - | - | n | | |
| security_opt | x | x | x | | Kubernetes uses it's own container naming scheme |
| security_opt | x | x | x | | Kubernetes uses its own container naming scheme |
| stop_grace_period |||| Pod.Spec.TerminationGracePeriodSeconds | |
| stop_signal | x | x | x | | Not supported within Kubernetes. See issue https://github.com/kubernetes/kubernetes/issues/30051 |
| sysctls | n | n | n | | |
Expand Down
2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ import:

# libcompose and OpenShift depends on different Docker version,
# this makes sure that we are using version that is compatible with both.
# Glide will show WARN about conflicting rev (it this case it is OK)
# Glide will show WARN about conflicting rev (in this case it is OK)
- package: github.com/docker/docker
version: 58b1788c81f937bb2aaf1b0077c6b3b23a8397ff

0 comments on commit d892abc

Please sign in to comment.