944 Commits

Author SHA1 Message Date
Kubernetes Prow Robot f7d6bac8d0 Merge pull request #19793 from VineethReddy02/vineeth-merge-master-into-dev-1.18-for-syncup
Merge master into dev-1.18 for sync-up
2020-03-22 13:26:46 -07:00
zhouya0 9b6b21e820 Add kubectl diff in kustomize (#19586) 2020-03-22 12:56:44 -07:00
Tim Bannister 2128d0c966 Fix tooltip (#19794) 2020-03-22 12:46:45 -07:00
vineeth f1d9ebc578 Merge remote-tracking branch 'upstream/master' into HEAD 2020-03-23 01:02:58 +05:30
Jacky Wu a991bcb7a1 doc: remove tasks federation index from tasks main page. (#19205) 2020-03-23 00:35:19 +05:30
Jacky Wu 9db5a04590 Kill all federation v1 related tasks pages. (#17949) 2020-03-23 00:34:46 +05:30
Kartik Sharma 431b96ed92 Issue with k8s.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/ (#18560) 2020-03-23 00:15:35 +05:30
Jie Shen 6ecf7d0784 Correct note shortcode for run-replicated-stateful-application.md (#19132) 2020-03-23 00:14:55 +05:30
Tim Bannister dac40167ce Drop feature availability from Reserve Compute Resources (#19593)
* Drop feature availability section

This section does not fit with the website style guide.

* State task version requirements

Follow website style guide for stating these.
2020-03-18 04:54:48 -07:00
Lubomir I. Ivanov 21974d6b91 kubeadm: update upgrade documentation for 1.18 (#19551) 2020-03-17 15:49:27 -07:00
inductor 4297f3b29c Update nginx to modern versions (#19198)
* update nginx versions

* update

* update examples
2020-03-17 10:48:23 -07:00
Deep Debroy 91609e6113 Doc update for GMSA promotion to Stable (#19349)
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2020-03-17 03:28:22 -07:00
Hemant Kumar 5c2e807d0a Document recursive chown feature (#19391)
* Add placeholder docs for recursive chown feature

* Update content/en/docs/concepts/policy/pod-security-policy.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/concepts/policy/pod-security-policy.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Address feedback

* Move recursive chown docs to correct place

* Address review feedback

* Apply suggestions from code review

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* move bit about ephemental volumes to note

* Update content/en/docs/tasks/configure-pod-container/security-context.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-17 03:26:23 -07:00
Daniel 246c052f5d Updating release note link (#19585) 2020-03-16 09:10:43 -07:00
Ben Moss 615c7f619f Update kubeadm for Windows (#19217)
* Start updates for DaemonSet approach

* Rough first draft

* Remove old image assets

* Document how to fetch the correct version of kube-proxy

* Remove InstallNSSM script

It was merged into the PrepareNode script

* Update links to sig-windows-tools release files

Using the latest tag so we can continue to update things as needed
without needing to keep updating the docs

* Add upgrade tutorial for Windows kubeadm nodes

* Clarify which machine each command should be run from

* Add link from main tutorial, small edits

- Rename file / title
- Remove reviewers

* Remove IP management section

User can just rely on the defaults from kube-proxy and flannel now, or
change them in the same manner as on Linux

* Apply suggestions from code review

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* More review updates

* Switch to task template

* Apply suggestions from code review

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* More review feedback

* Adjust upgrading title

* Additional edits

* Move to kubeadm directory

* Remove stale link

This guide never had any real content about the pause image

* Add redirect from old url

* Fix weights

* Update Windows intro

* Apply suggestions from code review

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Fix typo

* Add beta markers

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-16 08:14:43 -07:00
Lee Verberne 46bda9606a Unify debug pod docs and update for kubectl alpha debug (#19093)
Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-16 08:02:42 -07:00
Tim Bannister 6f48108c95 Cleanup container probes task (#18233)
* Fix markdown for sample output

Don't highlight this sample output as if it's Bourne shell code.

* Tweak capitalization

- Pod is an API object type
- Container exists in the Kubernetes API, but you can't:
  kubectl get container
- Socket isn't an API object type

* Pin source to relevant release

Handle case where sample Golang server changes in master branch post
release.

* Tweak page wording

- Reword a heading in What's Next to explain the links
- explain context for a probe
2020-03-15 22:24:35 -07:00
Tim Bannister d9a74ae5fc Tidy port forward task (#18765)
* Reword to follow style guidelines

* Highlight commands as shell code

* Specify minimum version

This metadata alters the behavior of the {{< version-check >}}
shortcode.

* Downgrade warning to note

I don't see any adverse consequences if the reader is unaware that port
forwarding for UDP is not yet implemented.
2020-03-15 22:10:35 -07:00
Qiming Teng e0a03c0ebd Resource name constraints (5) (#19122)
xref: #17969, #19099, #18746
2020-03-15 21:52:36 -07:00
nirroz93 9cc2aa225a correct example (#19137)
if you will try this it will give an error: "found character that cannot start any token"

same for all versions
2020-03-15 21:48:35 -07:00
Rajesh Deshpande 7b4ad25f13 Correcting example from namespaces-walkthrough task (#19294)
* Correcting deployment example

As 'kubectl run' command is deprecated, creating deployment with deployment manifest and apply command.

* Deployment manifest for snowflake example

Deployment manifest for snowflake example
2020-03-15 21:32:35 -07:00
Rajesh Deshpande c68f3883c2 Correcting inconsistency of storage class name (#19295)
Correcting inconsistency of storage class name
2020-03-15 21:30:35 -07:00
Rajesh Deshpande a9719704e9 Removing non required details about the context (#19334)
Removing non-required details about the context
2020-03-15 21:26:36 -07:00
Hanyu Cui c667b22ef2 Instructions to upgrade Bash for shell autocompletion (#19561)
* Instructions to upgrade Bash for shell autocompletion

* Tweak

* Clarification
2020-03-15 21:04:35 -07:00
Jacky Wu d089656267 doc: remove federation tests in example and some federation content. (#19581) 2020-03-15 20:46:35 -07:00
Rajesh Deshpande 24f8ec395b Correcting heading syntax (#19609)
Correcting heading syntax
2020-03-15 02:24:35 -07:00
Rob Scott 24005e89d0 Updating docs for EndpointSlice changes in 1.18 (#19316) 2020-03-14 08:14:35 -07:00
Conor Nolan 91dc4f7f74 Update Topology Manager for 1.18 (#19050)
* [WIP] Update Topology Manager for 1.18

Move from Alpha to Beta.
Remove Known Limitation - fixed in 1.18.

* Nit: Update content/en/docs/tasks/administer-cluster/topology-manager.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Add section on feature gate with version guidance.

* Add Known Limitation on Memory/Hugepages

* Update content/en/docs/tasks/administer-cluster/topology-manager.md

Clean up wording of known limitations

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Edits to feature gate description based on review

* Up date feature gates table.

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-14 08:12:35 -07:00
Rajesh Deshpande 4af7b0f5bd Changing all incorrect headings of task 'list-all-running-container-images' (#19300)
* Correcting all headings

All tasks of this page list down container images and not container itself. so changing all headings to make it correct.

* Correcting case 

Correcting case
2020-03-12 15:10:38 -07:00
Michael Taufen e746d344c9 ServiceAccountIssuerDiscovery: Add user facing documentation (#19328)
Extends the documentation on configuring service accounts to include
details on the ServiceAccountIssuerDiscovery feature.
2020-03-12 13:18:39 -07:00
Julian V. Modesto 601b104f9b Document server-side dry-run is GA in 1.18 (#19549)
* Update dry-run docs.

* Promote server-side dry-run feature state to stable in 1.18
* Replace --dry-run with --dry-run=server|client|none accordingly
* Update server-side dry-run blog post

* Update content/en/docs/reference/using-api/api-concepts.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Address comments

* Add note at end of server-side dry-run blogpost

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-12 13:02:39 -07:00
Mark Rossetti 99052a4610 Updating Windows RunAsUserName page to reflect feature going GA (#19016) 2020-03-12 12:54:39 -07:00
Franco Giovanolli f9e2dbbed9 Delete insecure external link. (#19567)
* Delete insecure external link.

Delete insecure external link. The website hasn't an HTTPS version.
Also, the project (https://github.com/kubernetes-retired/contrib/tree/master/node-perf-dash) will be archived 2 years ago.

* Update reserve-compute-resources.md

* Remove link to blog for the same reason.
2020-03-12 06:58:39 -07:00
tom1299 7ac1614f74 Harmonize Pod Preset tasks (#18128) 2020-03-11 01:33:36 -07:00
prameshj 4d09c4efac Update nodelocaldns.md with config steps. (#18716)
Remove references to 169.254.20.10 as the default.

Update content/en/docs/tasks/administer-cluster/nodelocaldns.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2020-03-10 16:31:36 -07:00
Tim Hockin 4a02480867 Do a top-to-bottom review of "debug-services" (#19152)
* Do a top-to-bottom review of "debug-services"

I frequently refer people to this doc, so I thought it would make sense
to review it.  Overall ot was pretty up to date. I did a cleanup pass
and moved a few things around.  Mostly cosmetic.

* Fix backticked resources in "debug-services"

* Fix code vs output blocks in "debug-services"

* Remove prompts from code blocks

* s/we/you/

* Apply feedback edits
2020-03-10 07:17:37 -07:00
Raghu Katti c2b7c035f3 Added cluster-health check instructions (#18958)
* Added cluster-health check instructions

* Added cluster info command

Added cluster info command

* Fixed Cluster health check instruction

* Fixed typo in documentation
2020-03-09 09:29:38 -07:00
RA489 d29ede7f47 Document minikube Podman support (#19514) 2020-03-08 20:07:34 -07:00
zacharysarah b02c571a7c Merge remote-tracking branch 'upstream/master' into dev-1.18 2020-03-05 13:57:29 -08:00
Kubernetes Prow Robot 80d26d3b7d Minor correction on 'safely drain node' task page (#19299)
* Minor correction on safely drain node task

1. 'kubectl drain' command drains node and not a machine. So the machine word is replaced with node. 
2. Also, add reference link to maintenance on a node task in what's next section

* Correcting link

Correcting link
2020-03-05 11:44:38 -08:00
Kubernetes Prow Robot 6635262bbc Resource name constraints (4) (#19121)
xref: #17969, #19099, #18746
2020-03-05 11:28:38 -08:00
Kubernetes Prow Robot 95a6e055d8 Update hugepages documentation (#19008)
* Update hugepages documentation

- described support for multiple huge page sizes
- described container isolation of the huge pages

* Add HugePageStorageMediumSize description

* update description for container isolation of hugepages

Signed-off-by: Byonggon Chun <bg.chun@samsung.com>

Co-authored-by: Byonggon Chun <bg.chun@samsung.com>
2020-03-05 09:44:38 -08:00
Kubernetes Prow Robot b92ea5765e Update PDB sample (#19460) 2020-03-05 08:30:38 -08:00
Kubernetes Prow Robot 3d63002fa3 Resource name constraints (3) (#19120)
xref: #17969, #19099, #18746
2020-03-05 06:18:38 -08:00
zacharysarah 4582f017e2 Merge remote-tracking branch 'upstream/master' into zacharysarah-merged-master-dev-1.18 2020-03-03 12:07:32 -08:00
Abhishek Jaisingh c04ffcdce8 Clarify At-Most-One Semantic For DaemonSet Update (#19283)
* Clarify At-Most-One Semantic For DaemonSet Update

Make it explicit, that at most one pod will run on each node while updating a daemonset. As mentioned here: https://github.com/kubernetes/kubernetes/issues/48841

* Clarify Update Strategy For DaemonSet Pods Only
2020-03-03 09:23:38 -08:00
Andrew Allbright 1242c008a8 Update some instances of latin abbreviation e.g. to alternative phrases (#19182) 2020-02-29 23:12:40 -08:00
Qiming Teng 6318dbb124 Resource name constraints (2) (#19119)
xref: #17969, #19099, #18746
2020-02-28 12:10:38 -08:00
Charlie Drage 8f3784295b Update the version of Kompose to 1.21.0 (#19306)
Updates the documentation for installation Kompose to 1.21.0 rather than 1.16.0
2020-02-27 01:57:19 -08:00
Richard Samuelson 844803a0c4 Remove contradictory statements (#19321)
Remove contradictory statements (Use a local tool trusted by your OS vs. recommend to use online base64 tool)
2020-02-27 01:15:20 -08:00