Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs/volumes.md to v1beta3 #8547

Merged
merged 1 commit into from
May 24, 2015

Conversation

caesarxuchao
Copy link
Member

update docs/volumes.md to v1beta3; also update some details in the doc

@erictune @thockin @nikhiljindal

ref #8087

@@ -3,17 +3,17 @@ This document describes the current state of Volumes in kubernetes. Familiarity

A Volume is a directory, possibly with some data in it, which is accessible to a Container. Kubernetes Volumes are similar to but not the same as [Docker Volumes](https://docs.docker.com/userguide/dockervolumes/).

A Pod specifies which Volumes its containers need in its [ContainerManifest](https://developers.google.com/compute/docs/containers/container_vms#container_manifest) property.
A Pod specifies which Volumes its containers need in its [spec.volumes](http://kubernetes.io/third_party/swagger-ui/#!/v1beta3/createPod) property.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not spec.volumes but spec.containers[*].volumes

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it is spec.volumes. The doc also mentions the container's VolumeMounts property in the next paragraph.

Btw, is there any better place we can point people to other than the swagger-ui? swagger-ui currently takes very long time to load.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be somewhat faster once we delete v1beta1 and v1beta2.

also update some details in the doc
@caesarxuchao
Copy link
Member Author

Thanks @thockin. I've addressed your comments. Please take a look.

We can add a section for persistent volumes in the future.

@bgrant0607 bgrant0607 added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 22, 2015
@bgrant0607
Copy link
Member

LGTM

@lavalamp
Copy link
Member

Merging to shrink the backlog.

lavalamp added a commit that referenced this pull request May 24, 2015
update docs/volumes.md to v1beta3
@lavalamp lavalamp merged commit cf7b0bd into kubernetes:master May 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants