Qiming
acdcf705e2
Kill the reference to --admission-control option ( #7755 )
...
The `--admission-control` option has been replaced by two new options in
v1.10. This PR kills the last appearance of the old option in the doc.
2018-03-21 11:24:07 -07:00
Andrew Chen
a6fd58d42d
Merge master into release-1.10
2018-03-16 16:29:38 -07:00
Sun Lintong
d942390c63
It's better to be "behavior" ( #7738 )
...
* Correct spelling mistake
The whole file only appeared once
* Correct spell
Correct the word "resource" spell.
* Is "kube/.config" should be ".kube/config"
It seems that the file is ".kube/config"
* behaviour to behavior
2018-03-15 09:53:24 -07:00
Chao Xu
49a81e1a69
Update the doc on admission webhooks ( #7733 )
2018-03-14 18:40:25 -07:00
Eric Chiang
5829739725
authentication: document client-go exec plugins ( #7648 )
...
* authentication: document client-go exec plugins
* Update authentication.md
2018-03-08 13:50:09 -08:00
aburdenthehand
d634fb7f04
Flag names changed (s/admission-control/enable-admission-plugins); disable-admissions-plugin entry added; removed reference to admission controller/plugins requiring set order (for v1.10), redundant example enabling specific plugin, and redundant version-specific info ( #7449 )
2018-03-08 12:00:56 -08:00
Jennifer Rondeau
44b51d6056
merge master to 1.10, with fixes ( #7682 )
2018-03-08 11:03:55 -08:00
Yuquan Ren
90e5519a54
add pv protection description ( #7620 )
2018-03-05 01:39:51 -08:00
Ahmet Alp Balkan
00c3eb0e88
Remove "design docs" from /docs/reference sidebar ( #6410 )
...
This list on the sidebar isn't very useful:
- it's not an exhaustive list
- it's not an up-to-date list either
- design docs are not documentation (they're already stale)
- we already link to the full list from https://kubernetes.io/docs/reference/
home page
Also removing the 'docs/admin/ovs-networking.md' document as per
the pull request comments, it's no longer necessary.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com >
2018-03-03 12:44:55 -08:00
Vyacheslav Semushin
fae89c5c7d
Use PSP from policy API group. ( #7562 )
2018-03-03 11:47:53 -08:00
Pavel Pospisil
645986116b
Storage Protection was renamed to Storage Object in Use Protection ( #7576 )
...
* Storage Protection was renamed to Storage Object in Use Protection
The K8s PR: https://github.com/kubernetes/kubernetes/pull/59901
renamed Storage Protection to Storage Object in Use Protection.
That's why the same is also renamed in the documentation.
* Moved Storage Object in Use Protection admission plugin description down according to alphabetic order.
2018-03-03 11:42:53 -08:00
CaoShuFeng
08dff01297
fix description about MutatingAdmissionWebhook and ValidatingAdmissionWebhook ( #7587 )
2018-03-01 20:30:51 -08:00
Cole Mickens
eb562c04be
promote PodNodeSelector to stable; document detailed behavior ( #7134 )
...
* promote PodNodeSelector to stable; document detailed behavior
* respond to feedback
2018-02-27 11:48:46 -08:00
Pavel Pospisil
e4580789e2
Bring PVC Protection Feature to Beta ( #7165 )
...
* Bring PVC Protection Feature to Beta
The PR: https://github.com/kubernetes/kubernetes/pull/59052
brought PVC Protection feature to beta.
That's why the documentation is updated accordingly.
* The PVC Protection feature was renamed to Storage Protection. That's why the documentation is updated.
2018-02-27 11:46:46 -08:00
Weibin Lin
2fe0ffc2a8
Update bootstrap-tokens.md ( #7543 )
2018-02-27 11:10:46 -08:00
Steve Perry
66303082b7
In Admin, in front matter, change approvers to reviewers. ( #7445 )
2018-02-22 14:07:43 -08:00
Kyle Sexton
3d068f5c7f
Update building.md to clarify kubectl commands ( #7477 )
...
Remove extra spaces around pod name to clarify that the < > symbols are not redirects.
2018-02-22 13:33:43 -08:00
Ryan Phillips
56db190564
notate the lease endpoint reconciler is alpha ( #7305 )
2018-02-21 11:28:40 -08:00
CaoShuFeng
f78ec76328
deprecate three admission controller ( #7363 )
2018-02-13 14:09:51 -08:00
Peter Lee
6eaceb0043
Fix yaml example problem ( #7121 )
...
Fix yaml example problem of `authentication.md`
2018-02-12 15:39:51 -08:00
Xiaodong Zhang
a61c54dc26
Remove useless file ( #7330 )
2018-02-09 18:47:52 -08:00
Joseph Heck
2c861da479
converting the leaf ONWER files to reviewers ( #7291 )
...
resolves #7289
specifically, if the individuals listed in these leaf-node OWNERS
files issue an `/lgtm` comment on documents, it will no longer be taken
as an approver lgtm override that will merge the documents. This
preserves them in being chosen for reviews to the documents, and still
supports them using `/lgtm` to indicate technical accuracy.
2018-02-08 21:09:52 -08:00
Joseph Herlant
cef6e06697
Fix minor typos and misspells detected using misspell ( #7313 )
2018-02-08 15:48:52 -08:00
Bin Liu
a640f13cd5
Fix markdown render issues ( #7296 )
2018-02-08 06:59:43 -08:00
Wei Li
4f8cb2dba5
Typo fix: recommend -> recommended ( #7271 )
2018-02-07 18:22:43 -08:00
Sam Foo
d10f643e20
Remove duplicate words ( #7243 )
...
* Remove duplicate words
* Remove generated-reference change
2018-02-05 12:15:26 -05:00
CaoShuFeng
aeda74942f
fix LimitPodHardAntiAffinityTopology name ( #7221 )
2018-02-04 14:05:06 -08:00
Kai Chen
f15d03a1f6
Update the workloads API versions to 1.9 for rest of the docs ( #7099 )
...
* Update the workloads API versions to 1.9 for rest of the docs
* Remove comments per CR feedback
* Add a comment to be clear about which versions will work with the example
2018-02-01 15:40:04 -08:00
Qiming
dd87ec4cac
Remove docs related to 'require-kubeconfig' ( #7138 )
...
With kubernetes/kubernetes#58367 merged, v1.10 will not use the
"require-kubeconfig" flag. The flag has become a no-op solely to ensure
existing deployments won't break.
2018-01-31 05:14:06 -08:00
Andrew Chen
1e5bb1f8de
Create User Journeys MVP ( #4630 )
...
* Create User Journeys
Squashed commits:
[9a360e8] add page link functionality (+1 squashed commit)
Squashed commits:
[1cbefa4] Rework App Dev "I want to..." (+1 squashed commit)
Squashed commits:
[0013eb1] Create User Journeys
* structure 2nd page
* prepare docs/home for user journey portal
* Create sample.html
* Update sample.html
* Update index.md
* Create index.html
* Update index.html
* Update index.html
* Update index.html
* Delete index.html
* add custom js mechanism
* bug fix
* put in docsContent div
* add docsportal layout
* move title from layout into page
* move user-journeys/ into /docs/
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update index.md
* Update style_user_journeys.css
* add initial draft for app dev user journey
* add links, rough outline
* fix a few things before demo/discussion
* rework intro section
* Update index.md
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update index.md
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update index.md
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update index.md
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update index.md
* Update index.md
* Update index.md
* Update user-journeys.js
* Update index.md
* Update docsportal.html
* Update style_user_journeys.css
* Update docsportal.html
* add and reorganize content for review
* edit mostly minikube install
* Updates squashed (+51 squashed commits)
Squashed commits:
[2e18ea8] Update application_developer-foundational.html
[78fd490] autogenerate home index from toc
[42e89f6] Update application_developer-foundational.html
[a77d7d6] Update application_developer-foundational.html
[0a489be] Update application_developer-foundational.html
[5b4702f] Update style_user_journeys.css
[90035a6] Update application_developer-foundational.html
[db4fb19] Update application_developer-foundational.html
[4188ebc] Update style_user_journeys.css
[aec303b] Update application_developer-foundational.html
[679d7f6] Update style_user_journeys.css
[e8019bf] Update application_developer-foundational.html
[2d91bf6] Update style_user_journeys.css
[56a49a9] Update application_developer-foundational.html
[79cfb6e] Update application_developer-foundational.html
[f3ec0c5] Update application_developer-foundational.html
[756a42e] Update style_user_journeys.css
[208cde1] Update index.md
[66241e4] Update index.md
[ea8df7f] Update style_user_journeys.css
[0778054] Update style.css
[dcd0863] Update user-journeys.js
[4a99502] Update user-journeys.js
[ddf3820] Update user-journeys.js
[9650dfd] Update user-journeys.js
[6773597] Update user-journeys.js
[0e7849e] Update user-journeys.js
[8c99ba7] Update style_user_journeys.css
[68d5a8a] Update user-journeys.js
[45c85fe] Update user-journeys.js
[7bd4a5d] Update index.md
[c53c6cd] Update index.md
[281e4d3] Update style.css
[8e5efae] Update application_developer-foundational.html
[787f78e] add newline to custom js list
[eea0d10] Update style_user_journeys.css
[295b4d3] Update docsportal.html
[49f7130] Update index.md
[0125bc6] Update style_user_journeys.css
[a803584] Update style_user_journeys.css
[5b97319] Update index.md
[0aa34b2] update kubernetes.github.io links
[62c9981] hide "Edit this Page" button for portal
[1fd0226] Update style_user_journeys.css
[bd35646] Update style_user_journeys.css
[d7a8b81] Update style_user_journeys.css
[0c1e459] Update user-journeys.js
[9eb237d] Update style_user_journeys.css
[99685cd] Update index.md
[516079a] Update index.md
[1386033] Update style_user_journeys.css
* add, edit app dev content, links
* move user persona data to yaml
* add links
* edit, reorganize for navigation
* Update style_user_journeys.css
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* add configmaps
* move links
* edits before merge
* union with #5913
* revert and overwrite for clean #5913 merge
* merge in #5913 changes
* fix Travis error
* Refactor JS for User Journeys portal (#6473 )
* comment code
* add arbitrary number of info links
* copy file to correct directory, clean up HTML
* add back in current stylesheet refs
* Set default message when no persona selected (#6495 )
* comment code
* add arbitrary number of info links
* Set default message when no persona selected
* copy file to correct directory, clean up HTML (#6502 )
* copy file to correct directory, clean up HTML
* add back in current stylesheet refs
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update application_developer-foundational.html
* [User Journeys] Add content template (#6523 )
* remove deprecated directories
* add user journey content template
* Convert app dev - foundational to md
* support general, non-hard-coded formatting for user journey content pages
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Update application_developer-foundational.html
* Chenopis uj sprint 20171222 (#6748 )
* move section banners out of docsection1 divs
* revert
* liquid hack
* modify js hack
* add intermediate and advanced app developer with scroll
* clean up app dev foundational content
* fix formatting
* remove html pages
* add new pages to toc
* Add Docs Contributor persona links
* rebalance docs contributor links
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update foundational.md
* Update foundational.md
* Update style_user_journeys.css
* resetting cluster ops content into updated format (#6783 )
* resetting cluster ops content into updated format
* stage interstitial pages from app_developer user journey
* adding cluster ops user journey interstitial pages to ToC _data
* cluster op overview and initial segment
* move working text into a comment
* initial foundational content for cluster ops
* restructuring
* roughing out intermediate resource content
* add notes/detail from user-journey google doc
reference details on what to cover in foundation/intermediate/adv
sections
* imperative language in "I want to..." content
* update entry page yaml strings
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Remove personas and buttons not in MVP
* Update home.js
* normalize strings for 'I want to' entries
* Reorder Contributor buttons
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update app-developer.yaml
* Sort buttons by index value (#6925 )
* Sort buttons by index
* fix bug
* Update app-developer.yaml
* Update app-developer.yaml
* Update app-developer.yaml
* Update intermediate.md
* Update advanced.md
* Add community-contributor links
* change foundational/intermediate/advance topics icons
* update app-developer icons
* add code-contributor links
* remove ecosystem-contributor, renumber contributor indexes
* update links, add KEP link
* reorder contributor personas
* change icon for release process
* stub out cluster operator intermediate UJ
* Set up URL state for user journey combinations of path, persona, level
* add path for about kubernetes, fix formatting and javascript appropriately
* add definition for personas and fix ui spacing
* interim edits to intermediate cluster op user journey
* Update links in Browse Docs portion of home page.
* more intermediate cluster ops content
* adding in logging and monitoring content, as well as additional resource listings
* button - keep words together
* Move about blurb to top of docs/home page (#7000 )
* Move about blurb to top of docs/home page
* fix conflict
* retire binary_release.md
* fix blurb formatting (+1 squashed commit)
Squashed commits:
[e2e5032] Add links to blurb
* fix docsportal (+1 squashed commit)
Squashed commits:
[f687e71] add noedit flag
* Fix home ToC
* tweak blurb styling
* reorg docs-home links
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Update style_user_journeys.css
* Add some links for Cluster Ops - Advanced Topics (#7130 )
* Add some links for Cluster Ops - Advanced Topics
* add back pick right solution
* app developer content
* minor edits
* Choose icons for cluster operator links
* swap logos
2018-01-30 12:23:05 -08:00
Qiming
b9605528d3
Merge pull request #7062 from G-Harmon/patch-4
...
typo: should be "an EventRateLimit"
2018-01-24 11:05:49 +08:00
Qiming
4943becd19
Merge pull request #7064 from figaw/patch-2
...
typo and phrasing
2018-01-24 11:05:21 +08:00
Qiming
c4abbbfe3c
Merge pull request #7063 from G-Harmon/patch-5
...
fix agreement: s/defaults IP/default IP/
2018-01-24 11:04:21 +08:00
G-Harmon
3078ece400
add a couple missing hyphens (like "in-cluster")
2018-01-23 08:49:43 -08:00
Nicolaj Græsholt
d3b98ca01c
typo and phrasing
...
Updated with respect to Storage/Storage Classes _"A StorageClass provides a way for administrators to describe the “classes” of storage *they* offer."_
2018-01-23 17:20:12 +01:00
G-Harmon
aabbc84651
fix agreement: s/defaults IP/default IP/
2018-01-23 08:17:46 -08:00
G-Harmon
9f2afeda86
typo: should be "an EventRateLimit"
2018-01-23 08:08:20 -08:00
Qiming
64b5ea9208
Merge pull request #7024 from stewart-yu/patch-1
...
Update certificates.md
2018-01-22 09:47:11 +08:00
stewart-yu
00e821d14a
Update certificates.md
2018-01-20 09:08:02 +08:00
G-Harmon
e92a2652df
add missing hyphen, "in-cluster"
2018-01-19 14:27:12 -08:00
Joseph Heck
9232add553
Merge pull request #7007 from liggitt/admission-config
...
Fix up admission config documentation
2018-01-18 18:56:09 -08:00
G-Harmon
5418b7e865
add missing comma
2018-01-18 16:55:32 -08:00
Jordan Liggitt
1b216ccb51
Fix up admission config documentation
2018-01-18 01:34:14 -05:00
Di Xu
6bdde193aa
fix admission plugins orders and update explanation
2018-01-14 17:21:09 +08:00
TigerXu
77680299d9
fix admission plugins orders ( #6900 )
...
fix admission plugins orders, MutatingAdmissionWebhook should be ahead of ValidatingAdmissionWebhook.
see https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/server/options/admission.go#L69
2018-01-12 17:06:14 -06:00
Jordan Liggitt
d41800c42a
Clarify the token webhook posts the TokenReview object
2018-01-12 00:39:11 -05:00
Qiming
ea29aa3e9a
Merge pull request #6866 from yliaog/master
...
Corrected the typo in the group in runtime-config for ValidatingAdmissionWebhook and MutatingAdmissionWebhook
2018-01-08 09:48:33 +08:00
Joseph Heck
83dc3c58b1
Merge pull request #6728 from iMartyn/master
...
Make permissive mode more obvious
2018-01-07 14:14:42 -08:00
Joseph Heck
833e3c9670
Merge pull request #6855 from tengqm/admin-controller-ex
...
Add example for changing admission controllers
2018-01-07 13:16:04 -08:00
Yu Liao
8b374c0ca8
Corrected the group in runtime-config of ValidatingAdmissionWebhook and
...
MutatingAdmissionWebhook. It should be admissionregistration.k8s.io (was admissionregistration).
2018-01-06 09:40:33 -08:00