-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Fix release 1.9 #6686
Merged
zacharysarah
merged 152 commits into
kubernetes:master
from
zacharysarah:fix-release-1.9
Dec 16, 2017
Merged
Fix release 1.9 #6686
zacharysarah
merged 152 commits into
kubernetes:master
from
zacharysarah:fix-release-1.9
Dec 16, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- support request - code bug report
Fix the not-working test case yaml for /doc/concepts/storage/volumes.md
Some edits for clarity and condensed language.
Fix format.
The url no need. just highlight.
Fix leading spaces in commands.
Fix format.
guarnatees to guarantees
* updates sts concept and tutorials to use 1.9 apps/v1 * Update statefulset.md * clarify pod name label
* 1.9 gc policy update * carify deletion
…6658) * Update generated ref docs for Kubernetes and Federation components. * Rename kubectl-options to kubectl. * Add title to kubectl. * Fix double synopsis.
* Update federation API ref docs. * Move and redirect. * Move generated Federation docs to the generated directory. * Fix titles. * Type * Fix titles
k8s-ci-robot
added
the
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
label
Dec 16, 2017
Deploy preview ready! Built with commit 33b0e35 https://deploy-preview-6686--kubernetes-io-master-staging.netlify.com |
k8s-ci-robot
added
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
and removed
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
labels
Dec 16, 2017
Closed
chenopis
added a commit
that referenced
this pull request
Dec 16, 2017
…elease-1.9 * 'master' of https://github.com/kubernetes/website: v1.9 patch (#6690) Remove 1.9 info from the PR template Fix release 1.9 (#6686) Release 1.9 (#5978) [maintenance] December link fixes (#6680) Update audit.md (#6381) Fixed typo concepts/policy/pod-security-policy.md: fix broken links. Fixed a typo `illgal` Add glossory entry for ReplicaSet # Conflicts: # docs/tasks/debug-application-cluster/audit.md
chenopis
added a commit
that referenced
this pull request
Dec 20, 2017
…henopis-user-journeys * 'master' of https://github.com/kubernetes/website: (92 commits) Update partner-script.js (#6570) Update redirects for kubectl commands. (#6706) Improve redirection of 1.8 ref docs. (#6705) Modify Service Catalog snippet long description add prepend option to glossary definition tag Mark CPU manager feature as beta for v1.10. Balaji, Seth, Connor as CPU manager doc approvers. Fix broken link (#6691) Clarify that StatefulSet is stable in 1.9 (#6697) Update coredns.md (#6698) Update preemption document with the new improvements added in 1.9 (#6505) v1.9 patch (#6690) Remove 1.9 info from the PR template Fix release 1.9 (#6686) Release 1.9 (#5978) [maintenance] December link fixes (#6680) Update audit.md (#6381) Fixed typo concepts/policy/pod-security-policy.md: fix broken links. Fixed a typo `illgal` ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts a faulty merge causing 1.9 not to build correctly in master.
This PR undoes already accepted changes to:
If this PR is merged, commits to those files that were previously merged into master will have to be cherry-picked into a new PR.
This change is