Commit Graph

6833 Commits

Author SHA1 Message Date
joadavis 2fbb9aed0b Document that disabling enable-cadvisor-json-endpoints flag does not disable stats summary endpoint
Update the help text for kubelet's enable-cadvisor-json-endpoints flag to explicitly mention that it has no effect over the /stats/summary endpoint.

This matches https://github.com/kubernetes/kubernetes/blob/master/cmd/kubelet/app/options/options.go#L372
created to fix https://github.com/kubernetes/kubernetes/issues/96483 .
2020-12-14 14:32:36 -08:00
Nate W e38868f479 Updating docs/concepts/cluster-administration/system-metrics
Copy editing _Metric lifecycle_ section for clarity.

fixes: https://github.com/kubernetes/website/issues/20652

Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
2020-12-14 11:25:23 -08:00
Kubernetes Prow Robot d6ec5adcaf Merge pull request #25379 from dhiltgen/add_buildkit_cli_to_blog
Add mention of kubectl BuildKit CLI plugin to dockershim faq
2020-12-14 10:55:29 -08:00
Kubernetes Prow Robot ab09ae89a2 Merge pull request #25470 from sfotony/feature-blog-fsGroupChangePolicy-fsGroupPolicy
feature blog for Kubernetes  1.20: Granular Control of Volume Permission Changes
2020-12-14 09:07:28 -08:00
Kubernetes Prow Robot f57302f02b Merge pull request #25555 from ggriffiths/csisnapshot_ga_blog_addproductlinks_and_pxbackup
Add links to other vendors and add PX-Backup for CSI Snapshot GA blog
2020-12-14 08:31:28 -08:00
Denis GERMAIN 75c599829d fix: errors in base64 and sed commands
* All base64 commands need `-w0` argument or else the base64_encoded_ca bash variable will contain space chars (" ") where newlines were
* All sed command are missing final "/" at the end of the expression. Command fails with the following error

```bash
/bin/sed: -e expression #1, char 95: unterminated `s' command
```
2020-12-14 17:21:50 +01:00
Pierre Laporte fc202da36b Clarify pod anti-affinity description
The code example uses `preferredDuringScheduling...`, as opposed to
`requiredDuringScheduling...`.  So the anti-affinity rule is a soft one.  It
says that the pod _should_ not be scheduled on [...] rather than that the pod
_cannot_ be scheduled on [...].
2020-12-14 11:41:52 +01:00
Antoine Pelisse a51a653764 Clarify compatibility guarantees around spec.preserveUnknownFields 2020-12-13 20:43:29 -08:00
Philippe Martin 04664781a0 Remove broken link to CSIStorageCapacity in API reference 2020-12-13 20:24:35 +01:00
janitha09 7fdc4b6edb Update kustomization.md
command: ["start", "--host", "\$(MY_SERVICE_NAME)"]
The back slash causes an error. So removed it.
The error detail below
```
Error: rawResources failed to read Resources: YAML file [deployment.yaml] encounters a format error.
error converting YAML to JSON: yaml: line 18: found unknown escape character
```
```
kubectl version
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:50:19Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:41:49Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}
```
2020-12-11 21:12:09 -05:00
Timo Smit 6340f8758f Fixed link to configuring cgroup driver on control-plane node 2020-12-11 20:53:04 +01:00
Kubernetes Prow Robot a4a78f435c Merge pull request #25552 from sftim/20201210_match_api_reference_to_version
Match API reference to version of Kubernetes we're documenting
2020-12-11 08:07:24 -08:00
Tim Bannister 7727cce87a Fix duplicated “v” prefix for version 2020-12-11 10:13:05 +00:00
lostsquirrel 31bbd71def Add missing word
According to the content, it seems missing this word
2020-12-11 16:27:42 +08:00
Jiawei Wang d62ad9bd0f Fix typo 2020-12-10 23:40:27 -08:00
yue9944882 5ab06229c6 references api-priority-and-fairness slack channel 2020-12-11 14:28:22 +08:00
Grant Griffiths 71fef4c3fc Add links to other vendors and add PX-Backup
Signed-off-by: Grant Griffiths <grant@portworx.com>
2020-12-10 18:39:42 -08:00
Kubernetes Prow Robot 60d1845c05 Merge pull request #25547 from Evalle/ISSUE-25468
State that no more than one handler is allowed per lifecycle event
2020-12-10 18:03:22 -08:00
Tim Bannister 99965e6b55 Match API reference to version of Kubernetes we're documenting 2020-12-10 23:20:33 +00:00
bl-ue 3d4b57248b Fix typo in AppDirect case study 2020-12-10 16:31:27 -05:00
Tom Kivlin 441cafec53 monospaced --> unordered list
As mentioned in issue #25501.
2020-12-10 19:47:28 +00:00
divya-mohan0209 e201e635dc Fixing links to users & squashing previous commits (#25445) 2020-12-10 10:28:15 -08:00
gosselin a79b491d0f feature blog for Kubernetes 1.20: Granular Control of Volume Permission Changes 2020-12-10 12:27:18 -05:00
Evgeny Shmarnev e436cf704f State that no more than one handler is allowed per lifecycle event 2020-12-10 17:14:45 +01:00
Kubernetes Prow Robot 9597227fdd Merge pull request #25428 from bl-ue/patch-1
Fix broken link to kubernetes-csi/external-snapshotter/config/crd
2020-12-10 07:40:14 -08:00
Rey Lejano cc7c0155d7 Edit redundant 'warn' in Note box in crictl tasks page 2020-12-10 07:29:32 -08:00
divya-mohan0209 c1f0328e6b Squashing & Minor markdown changes 2020-12-10 17:09:56 +05:30
Zhizhen He a170fbdce0 Fix syntax error 2020-12-10 18:28:21 +08:00
Kubernetes Prow Robot f7f9f65bb0 Merge pull request #25507 from reylejano/crictlnoteshortcodefix
Add note shortcode to 'Debugging Kubernetes nodes with crictl'
2020-12-10 00:44:53 -08:00
guzj11 ffa156fd75 Update expose-external-ip-address.md
adjust the format to rearrange the numbered list which is not continue

Update expose-external-ip-address.md

Update expose-external-ip-address.md

Update expose-external-ip-address.md

indent by 3 spaces from line 51 to 57
2020-12-10 14:30:27 +08:00
Karen Bradshaw 06ad25e38d remove stackdriver, elastic task pages
clean up links and redirects
2020-12-09 17:33:16 -05:00
Anna Jung (VMware) 99ee1442cd Update release notes for 1.20 release
Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com>
2020-12-09 09:56:47 -06:00
bl-ue 8b16f7609f Fix broken link to kubernetes-csi/external-snapshotter/config/crd 2020-12-09 08:36:12 -05:00
Stefan Petter f6e5496bc3 Applied suggested changes to create /etc/docker folder instead of starting the service
The "Set up the Docker daemon" step fails because the initial files have not been created. I copied the step of creating of the /etc/docker/ folder from the CentOS/RHEL instructions to the Ubuntu Instructions
2020-12-09 12:37:46 +01:00
Lee Verberne f94df3cb36 Fix formatting error in kubectl debug release note
A missing newline after the last list item caused an important note about plugins being hidden to be append to an unrelated note about debugging nodes.
2020-12-09 11:34:11 +01:00
Kubernetes Prow Robot 5e1e6196f2 Merge pull request #25027 from scoulomb-dup-fork/secret-env-var
Env var are not updated after a secret update
2020-12-08 21:26:50 -08:00
Daniel Hiltgen 43c34404cd Add mention of kubectl BuildKit CLI plugin
The buildkit-cli-for-kubectl project aims to provide a drop-in replacement for
`docker build` with compatible UX.  Some users looking to migrate off
dockershim may find this CLI plugin useful.

Signed-off-by: Daniel Hiltgen <hiltgend@vmware.com>
2020-12-08 20:44:10 -08:00
Kubernetes Prow Robot 03dc8b99b9 Merge pull request #25491 from Kartik494/updatedeployment
Update rollout deployment command
2020-12-08 18:12:19 -08:00
Rey Lejano c86ca1a570 add note shortcode to 'Debugging Kubernetes nodes with crictl' 2020-12-08 15:49:18 -08:00
Tim Bannister aa27de5959 Tweak wording for Workloads overview 2020-12-08 23:46:27 +00:00
Kubernetes Prow Robot caa05b9456 Merge pull request #25245 from SergeyKanzhelev/pid-available
add `pid.available` to the eviction signals list
2020-12-08 15:11:34 -08:00
Kubernetes Prow Robot 7f1bff9f53 Merge pull request #25494 from m0freak/patch-1
Add sudo when running systemctl
2020-12-08 15:09:34 -08:00
Kubernetes Prow Robot cd2c440bf7 Merge pull request #25503 from annajung/update-release-notes
Update release notes for 1.20 release
2020-12-08 15:03:35 -08:00
Sergey Kanzhelev d1dc73cb3a add pid.available to the eviction signals list 2020-12-08 22:58:23 +00:00
Kubernetes Prow Robot 620ba6d484 Merge pull request #25109 from qiutongs/master
Add a mapping table from docker cli to crictl in crictl debugging doc
2020-12-08 14:45:34 -08:00
Anna Jung (VMware) 78f36756cd Update release notes for 1.20 release
Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com>
2020-12-08 16:38:06 -06:00
Qiutong Song aa880306c6 Address comments
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 22:35:57 +00:00
Kubernetes Prow Robot 02dc538596 Merge pull request #25496 from browningjp/patch-1
Clarified kubectl generators being deprecated
2020-12-08 14:15:34 -08:00
Kubernetes Prow Robot b352338ce5 Merge pull request #25419 from bl-ue/patch-2
Remove usage of 'we' in kubelet-garbage-collection.md
2020-12-08 14:07:34 -08:00
Anna 6f2391ba85 Merge pull request #25469 from jrsapi/1.20-release-blog
Kubernetes 1.20 Release Blog
2020-12-08 15:26:44 -06:00