4245 Commits

Author SHA1 Message Date
Kubernetes Prow Robot d41aaf877e Merge pull request #20824 from juampynr/patch-1
Fix syntax error
2020-05-08 01:55:42 -07:00
Kubernetes Prow Robot 82ca68492e Merge pull request #20830 from prasadkatti/fix_pdb_example
Fix cluster state in example on Disruptions concept page
2020-05-08 01:49:43 -07:00
Kubernetes Prow Robot 1e48ec3ef7 Merge pull request #20790 from DanRoscigno/patch-1
Update step deploying `kube-state-metrics` in "Example: Adding logging and metrics..."
2020-05-07 22:21:43 -07:00
Prasad Katti d1952bf98c Add feature state for PodDisruptionBudget 2020-05-07 16:09:18 -07:00
fml2 d1ff4e7c12 Document that UTF-8 is used when exposing configMaps as files 2020-05-07 23:45:43 +02:00
Prasad Katti 4b1a41b1ca Fix cluster state in example on Disruptions concept page 2020-05-07 14:25:29 -07:00
Kubernetes Prow Robot a6c6be1f27 Merge pull request #20805 from boskoop/deployment-recreate-edge-case
Pod lifecycle edge-cases for Recreate strategy
2020-05-07 14:07:42 -07:00
Kubernetes Prow Robot 20392aedad Merge pull request #20605 from aapeliv/master
Fix typo in content/en/docs/concepts/services-networking/service.md
2020-05-07 10:45:10 -07:00
Kubernetes Prow Robot 4f7477c844 Merge pull request #20778 from prasadkatti/kubelet_integration_doc
Update kubeadm-kubelet integration doc
2020-05-07 08:35:09 -07:00
Jai Govindani e381dc787a docs: tweak grammar, tenses, punctuation 2020-05-07 20:55:09 +07:00
Juampy NR 98a90113bc Fix syntax error 2020-05-07 10:18:06 +02:00
wawa0210 13aee8fe47 beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18 2020-05-07 11:52:30 +08:00
Kuralamudhan Ramakrishnan 1a04e1471d adding OVN4NFV-K8S-Plugin in addons 2020-05-06 20:52:14 -07:00
Kuralamudhan Ramakrishnan d8172b6aab Update networking.md 2020-05-06 20:39:53 -07:00
Kubernetes Prow Robot f3891c9baf Merge pull request #20715 from bridgetkromhout/cluster-cidr-clarification
Clarification of formatting for IPv4/IPv6 CIDRs
2020-05-06 18:25:08 -07:00
Prasad Katti 237551019f Update feature state for APIListChunking
APIListChunking is beta since v1.9
2020-05-06 18:03:06 -07:00
Kevin Taylor 4ed975af84 Remove reference to VolumeSubpathEnvExpansion feature gate 2020-05-06 17:47:54 -07:00
Monis Khan 45551e8cba Remove support for basic authentication
Signed-off-by: Monis Khan <mok@vmware.com>
2020-05-06 17:47:54 -07:00
Nikita Kalyanov 236c65c18e Remove reference to deprecated image
The #20553 changed the deprecated hello-node image to echoserver image. However, there is a reference to the old image later in the text. Point 5 implies that there will be a 'Hello World' message. This probably was true for the hello-node image but the echoserver does not print this (it echoes back the request with all of its params). This may be misleading, so change the text to a generic 'app's response'/'sample app'. Unused JS sources of the old image are removed.
2020-05-07 00:54:27 +03:00
Christian Bürgi cf2d2b7970 Pod lifecycle edge-cases for Recreate strategy
Document Pod lifecycle behavior edge-case when using a Recreate strategy. This should document the "unexpected" behavior discussed in kubernetes/kubernetes#58814
2020-05-06 19:58:58 +02:00
Nikhil Jagtiani 14c07ede73 logs command to check etc/hosts file corrected
hosts file can be viewed using exec command.
2020-05-06 14:38:59 +05:30
Jay Beale 78de298fa5 Documenting read-only rootfs for issue 17927
Issue 17927 (https://github.com/kubernetes/website/issues/17927) asks for a change to this task-focused doc on security-context. It notes that this doesn't mention read-only root filesystem, while it's documented in the PSP page. This adds a bullet for read-only rootfs, clarifies that the bulleted list isn't comprehensive, and tells someone reading the list where to find more. The link is copied from the existing What's Next link list.
2020-05-05 22:38:37 -07:00
DanRoscigno 00ad32d542 correct scaling instructions 2020-05-05 23:57:03 -04:00
Dan Roscigno 8576da2d9e Update guestbook-logs-metrics-with-elk.md
Fix path for `kube-state-metrics`
2020-05-05 23:31:46 -04:00
Kubernetes Prow Robot 93e2ae3e96 Merge pull request #20766 from prasadkatti/patch-2
Set feature state version for kubelet config task
2020-05-05 13:51:09 -07:00
Kubernetes Prow Robot 45537f7e0b Merge pull request #20770 from prasadkatti/patch-5
Update the text for a link to match page title
2020-05-05 11:11:09 -07:00
Kubernetes Prow Robot 5f09fa4814 Merge pull request #20602 from Huang-Wei/Introducing-PodTopologySpread
Blog introducing PodTopologySpread
2020-05-05 10:33:09 -07:00
Prasad Katti f11fec502f Update the text for a link to match page title 2020-05-05 08:44:35 -07:00
Kubernetes Prow Robot 88cc210b1b Merge pull request #20723 from viniciusbds/patch-2
Update content/en/docs/tasks/manage-kubernetes-objects/declarative-config.md
2020-05-05 01:49:08 -07:00
Prasad Katti 20187db4bb Update kubeadm-kubelet integration doc 2020-05-05 00:08:31 -07:00
viniciusbds e119d7a905 Remove the --generator deprecated flag of Horizontal Pod Autoscaler Walkthrough tutorial. 2020-05-04 23:57:08 -03:00
viniciusbds 21d8c30897 How to update objects 2020-05-04 23:43:06 -03:00
Prasad Katti 12562732ab Set feature state version for kubelet config task 2020-05-04 18:46:27 -07:00
Wei Huang bd85794f04 Blog introducing PodTopologySpread 2020-05-04 20:17:31 -04:00
Bridget Kromhout 1c7dcfc6de Clarify IPv4 and IPv6
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2020-05-04 14:03:31 -05:00
Tim Bannister 63550c9e88 Don't mention EndpointSlice resource on front page
EndpointSlice is a nice idea, but it's not front-page-of-site nice.

Remove it.
2020-05-04 17:22:19 +01:00
Prasad Katti 8dbb2b19cf [kubeadm] warn if kernel/docker/etcd version(s) are older than the minimum required version(s) 2020-05-04 09:03:58 -07:00
Bahman Nikkhahan aff675634f Remove extra text
Remove additional "Networking" text
2020-05-04 22:57:48 +10:00
jqmichael 5f18998e73 Made autoscale command more explicit 2020-05-03 12:02:23 -07:00
Kubernetes Prow Robot f64d9ae916 Merge pull request #20696 from pjhwa/fix-20695
Fix issue with k8s.io/docs/concepts/cluster-administration/cloud-prov…
2020-05-03 07:02:26 -07:00
Kubernetes Prow Robot 3dd78ecc2c Merge pull request #20721 from ShivamGoyal1899/patch-1
Add the missing double quote (")
2020-05-02 14:44:26 -07:00
Kubernetes Prow Robot 45166beb88 Merge pull request #20525 from TrishaChetani/patch-4
Added podman as experimental driver
2020-05-02 13:44:26 -07:00
Shivam Goyal 1a1028ac76 Add the missing double quote (")
missing double quote (") after the word services in the last table
2020-05-02 13:22:13 +05:30
Antonio Savage d13ae7a5da Fixed configure-access-multiple-clusters.md
I fixed a Powershell command that you had provided in this document.  Attempting to run the command with the format you supplied resulted in errors due to some conflict between using backwards slash for pathnames inside of parentheses.
2020-05-01 21:19:41 -05:00
Kubernetes Prow Robot d67998a8dc Merge pull request #20422 from nikhil-zadoo/patch-1
Updated hyperlink to raw-block-volume-support
2020-05-01 06:50:29 -07:00
Jerry Park ee9f3db6cf Fix issue with k8s.io/docs/concepts/cluster-administration/cloud-providers/ 2020-05-01 08:06:54 +09:00
Lachlan Evenson b17628152b Remove IPVS prerequisites
Remove caution and replace with updated default
Add kube-apiserver feature-gates

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2020-04-30 15:46:44 -07:00
Kubernetes Prow Robot bed6714e3d Merge pull request #20532 from laurenhughes/patch-1
Fix broken link
2020-04-30 15:11:37 -07:00
Kubernetes Prow Robot 37ff0aeca4 Merge pull request #20690 from Joelbear5/patch-1
Documented setting optional key name in secret.md for --from-file.
2020-04-30 15:07:38 -07:00
Kubernetes Prow Robot 5fbcd30139 Merge pull request #20691 from alculquicondor/fix-2nd-scheduler
Add missing ClusterRoleBinding and leases permissions for running 2nd scheduler
2020-04-30 15:05:37 -07:00