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

Added document on using resources. #9821

Merged
merged 1 commit into from Jun 18, 2015
Merged

Conversation

erictune
Copy link
Member

Fixes #9753

@k8s-bot
Copy link

k8s-bot commented Jun 15, 2015

GCE e2e build/test passed for commit 4931f2f950da1969074b1d75fb6341bdcef969d0.

The resource we posted had only 9 lines, but the one we got back had 51 lines.
If you `diff original.yaml current.yaml`, you can see the fields added to the pod.
The system adds fields in several ways:
- Some fields are added synchronously with creation of the resource and some are set synchronously.
Copy link
Member

Choose a reason for hiding this comment

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

Asynchronously

@erictune
Copy link
Member Author

fixed

@k8s-bot
Copy link

k8s-bot commented Jun 16, 2015

GCE e2e build/test failed for commit 05c59ec118871f3cc58a8a2e0e0ff65faef5031e.

@mikedanese mikedanese added the kind/documentation Categorizes issue or PR as related to documentation. label Jun 16, 2015
and who want to learn more about using kubectl to manage resources such
as pods and services. Users who want to access the REST API directly,
and developers who want to extend the kubernetes API should
refer to the [api conventions](../docs/working_with_resources.md) and
Copy link
Member

Choose a reason for hiding this comment

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

api conventions links to this document. It should link to ../docs/api-conventions.md.

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed in next push.

@mikedanese
Copy link
Member

A blurb about immutable fields might be appropriate to add to docs/working_with_resources.md but that can be added in a follow up.

@mikedanese mikedanese added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 18, 2015
@k8s-bot
Copy link

k8s-bot commented Jun 18, 2015

GCE e2e build/test passed for commit 4f0ab4d.

satnam6502 added a commit that referenced this pull request Jun 18, 2015
Added document on using resources.
@satnam6502 satnam6502 merged commit ed985b8 into kubernetes:master Jun 18, 2015
erictune added a commit to erictune/kubernetes that referenced this pull request Jun 22, 2015
Fixes kubernetes#9344.

Depends on kubernetes#9821.

Update Secrets documentation to explain how secrets can be
created/used manually, or automatically with service accounts.

Greatly expanded service account documentation.

Added a service account admin guide.

Lots of cross-references.
@erictune erictune deleted the api-conv branch July 28, 2015 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation. 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

6 participants