Shu Muto
c1da5f25ab
Update reviewers from SIG-UI
...
Also, bump kubernetes dashboard to v2.5.0.
2022-02-15 11:18:14 +09:00
Kubernetes Prow Robot
018191a4d2
Merge pull request #31737 from liggitt/patch-3
...
Update finalizers.md
2022-02-14 18:10:12 -08:00
chrismetz09
3f74c2ae79
update component explanation
2022-02-14 11:01:39 -08:00
Jordan Liggitt
fa4cc5965b
Update finalizers.md
2022-02-14 10:37:44 -05:00
Kubernetes Prow Robot
7ae88efd7a
Merge pull request #31630 from tengqm/fix-links
...
Fix links in security context page
2022-02-14 07:31:31 -08:00
BG
541e89228c
[StorageClasses] Add gp3 to available ebs volume types
2022-02-14 11:38:44 +01:00
srout
deb2a9c96b
Update memory-default-namespace.md
2022-02-14 13:05:33 +05:30
Kubernetes Prow Robot
7dd728cf69
Merge pull request #31729 from SWADESNA/patch-1
...
Update memory-default-namespace.md
2022-02-13 23:25:28 -08:00
Kubernetes Prow Robot
1f4ca9f802
Merge pull request #31631 from tengqm/fix-gc-cascade
...
Fix the cascading deletion page
2022-02-13 23:09:28 -08:00
srout
a191d71627
Update memory-default-namespace.md
2022-02-14 12:37:58 +05:30
Meng-Yuan Huang
f62e3032af
Simplify commands.
...
Simplify commands to output paths to all elements.
Note: the jq filter "path(..)" is simplified to "paths," however, there is a trivial difference: the filter "paths" doesn't output the top path "[]."
2022-02-14 10:20:18 +08:00
Kubernetes Prow Robot
068d86d793
Merge pull request #31608 from atoato88/update-job-ttl-mechanism-to-stable
...
Update TTL mechanism in Job to stable feature state
2022-02-12 20:51:48 -08:00
Kubernetes Prow Robot
4727e39e70
Merge pull request #31682 from tengqm/apiserver-encryption-v1
...
Add configuration reference for API server encryption
2022-02-12 20:45:46 -08:00
bryfry
c14e5c2c43
correct references to service-account-signing-key-file flag
2022-02-13 01:13:56 +00:00
Qiming Teng
52696d80b0
Fix links in security context page
...
The links to AppArmor etc are using redirection records. This is a bad
practice because when translating the page to a different language, the
link will become invalid. So we should use the actual target in the
English source.
This PR also fixes some incorrect syntax directives for code snippets.
2022-02-13 08:05:30 +08:00
Kubernetes Prow Robot
9115aaa460
Merge pull request #31701 from championshuttler/xps
...
Fix link of XFS project quotas in manage-resources-containers
2022-02-12 07:05:47 -08:00
Kubernetes Prow Robot
dc88203bcc
Merge pull request #31720 from shannonxtreme/dockershim-debug-replication
...
Change language so that docker is an example
2022-02-12 06:57:47 -08:00
Paul "TBBle" Hampson
b6045d6160
Update link to TECHNET article about Windows NAT ( #31702 )
...
* Update link to TECHNET article about Windows NAT
* Fix inconsistent capitalisation of win-overlay
No other instance of win-overlay is capitalised, and win-bridge in the same place on the previous row is not capitalised either.
2022-02-11 13:59:47 -08:00
Shannon Kularathna
0e9e8b96cb
Change language so that docker is an example
2022-02-11 19:19:49 +00:00
Kubernetes Prow Robot
44cd70c2d4
Merge pull request #31653 from chrismetz09/patch-5
...
Add figure <number> to text and caption reviewing-prs.md
2022-02-11 08:54:24 -08:00
Kubernetes Prow Robot
1592f3a445
Merge pull request #31595 from sftim/20220102_revise_managing_tls_in_a_cluster_task
...
Tidy page “Manage TLS Certificates in a Cluster”
2022-02-11 08:50:25 -08:00
Kubernetes Prow Robot
1e87ec875d
Merge pull request #31627 from tengqm/tune-diagram-guide
...
Reformat diagram guide
2022-02-11 08:48:25 -08:00
Kubernetes Prow Robot
108bae87c2
Merge pull request #31668 from Shubham82/fix-typo
...
Fix typo in Horizontal Pod Autoscaling.
2022-02-11 08:16:26 -08:00
Shubham Kuchhal
929e8a2dfa
Fixed minor typo.
2022-02-11 20:58:06 +05:30
chrismetz09
10e7039a69
update resource metrics pipeline section
2022-02-11 07:09:01 -08:00
Shivam Singhal
d722e64d1d
Fix link of XFS project quotas in manage-resources-containers
2022-02-11 15:47:38 +02:00
Debabrata Panigrahi
b03dfa8096
Docs to change Container runtime ( #30141 )
...
* Docs to change Container runtime
* Updated header
* Updated header
* Few changes made according to the reviews
* Updated few headings
* Updated few markdown changes
* Reverted a unwanted changes
* Removed the double extension in the filename
* Updated
* Updated according to review
* Final Updates
* Added instructions to remove docker engine
* Minor changes
* Minor updates on heading
* Minor updates on lists
* Minor updates on line 106
* Minor updates on line 106
2022-02-11 04:38:03 -08:00
Kubernetes Prow Robot
fef3dccc01
Merge pull request #31679 from shannonxtreme/dockershim-debug
...
Remove docker pull command in Debug > Troubleshoot Applications
2022-02-10 11:17:30 -08:00
Shannon Kularathna
c99901f11c
Remove docker pull command
2022-02-10 18:43:25 +00:00
Qiming Teng
3e58334b07
Add configuration reference for API server encryption
2022-02-10 11:27:52 +08:00
Kubernetes Prow Robot
78f0459d3f
Merge pull request #31628 from tengqm/fix-crictl
...
Fix crictl page
2022-02-09 18:53:46 -08:00
Qiming Teng
23286b6085
Fix crictl page
...
This PR fixes a link (at the bottom of the page) to reference.
It also fixes the indentation of the number lists, the incorrect syntax tag for code snippets.
2022-02-10 10:39:30 +08:00
Qiming Teng
d4f6e0be55
Fix the cascading deletion page
...
This PR fixes two problems in the cascading deletion page:
- The indentation of list items should be 2 spaces for unordered lists,
or 3 spaces for ordered lists. We should avoid using 4 spaces as
indentation because 4-spaces indentation has special meaning in
markdown.
- The garbage-collection page was moved to a new place. With redirect
records for English site, there seems no obvious problems. However,
for localization teams, such redirection records don't exist. It is
super easy to create a dangling link in localized pages.
2022-02-10 10:38:01 +08:00
Kubernetes Prow Robot
0211d7f7c9
Merge pull request #31622 from meysam81/meysam/fix-prepositions
...
fix: modify prepositions 📝
2022-02-09 18:25:47 -08:00
Kubernetes Prow Robot
68dfbb15ee
Merge pull request #31662 from sftim/20220208_revise_dockershim_article_list
...
Revise dockershim removal article list
2022-02-09 14:55:50 -08:00
Frank Villaro-Dixon
c0387a8b76
operator: add `Kopf` framework to list of libraries
...
`Kopf` is a python operator framework that is also well known and used.
2022-02-09 14:54:53 +01:00
Shubham Kuchhal
6937928969
Fix typo in Horizontal Pod Autoscaling.
2022-02-09 14:13:49 +05:30
Kubernetes Prow Robot
58fb4c2f83
Merge pull request #31572 from Nordix/multi-numa-doc
...
Update doc for reserved memory flag
2022-02-08 20:26:17 -08:00
Kubernetes Prow Robot
71389e6293
Merge pull request #31604 from neolit123/1.24-add-example-for-kubeconfig-user
...
kubeadm: add missing guide for "kubeconfig user"
2022-02-08 20:24:17 -08:00
Kubernetes Prow Robot
6b6c7a2df8
Merge pull request #31506 from alexfornuto/patch-1
...
Add Pomerium Ingress Controller to list.
2022-02-08 18:50:17 -08:00
Kubernetes Prow Robot
3e8de6be04
Merge pull request #31624 from agamdua/remove-broken-rss-link
...
Removed: link to broken RSS feed
2022-02-08 18:46:17 -08:00
Matthew Wong
d5c500bda3
Add that CSIMigration* fallback does not work for provision operations
2022-02-08 17:31:06 -08:00
Tim Bannister
a9d4ed0182
Revise dockershim removal article list
...
- sort external content alphabetically
- retitle to “Articles on dockershim Removal and on Using CRI-compatible Runtimes”
- style tweaks
- add some entries
2022-02-08 20:30:21 +00:00
Kubernetes Prow Robot
64cb410bea
Merge pull request #31528 from rolfedh/30919-topics-on-dockershim-and-cri-compatible-runtimes
...
Collate and list resources about the dockershim removal
2022-02-08 11:07:03 -08:00
nwanati
df993e1261
Update logging.md ( #31286 )
...
* Update logging.md
Updated some sentences for clarity.
* Update content/en/docs/concepts/cluster-administration/logging.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-08 07:56:54 -08:00
Kubernetes Prow Robot
ec8ea88c33
Merge pull request #31545 from chrisnegus/dockershim-hook-handlers
...
Updated Debugging Hook handlers example to remove docker reference
2022-02-08 07:12:54 -08:00
Kubernetes Prow Robot
167cc75308
Merge pull request #31307 from JNat/patch-1
...
added Stack Overflow guidance
2022-02-08 06:04:54 -08:00
Manish Kumar
4b91d983d6
Added docs for kubernetes.io/description
2022-02-08 13:52:11 +05:30
chrismetz09
f9af064052
add period after caption text
2022-02-07 15:12:00 -08:00
chrismetz09
e40fcde548
Add figure <number> to text and caption
...
File change: reviewing-prs.md
Method described in [How to use captions](https://kubernetes.io/docs/contribute/style/diagram-guide/#how-to-use-captions )
Contributes to common method for referencing and labeling figures in docs.
2022-02-07 14:45:55 -08:00
Agam Dua
9486fa2c65
Removed: link to broken RSS feed
...
It has been removed from one place previously:
d55d770365
This changes only `en`: `ko` and `zh` will be separate patches.
Signed-off-by: Agam Dua <agam_dua@apple.com>
2022-02-07 11:56:53 -08:00
Kubernetes Prow Robot
2ccb707a0b
Merge pull request #31629 from tengqm/fix-hostprocess-pod
...
Fix link in create hostprocess pod page
2022-02-07 10:29:43 -08:00
Kubernetes Prow Robot
1ceda4e31f
Merge pull request #31614 from Arhell/add-comma
...
[en] add comma
2022-02-07 10:09:43 -08:00
Kubernetes Prow Robot
b0a99f3952
Merge pull request #31388 from fluktuid/patch-1
...
set hpa examples to current networking api version
2022-02-07 10:01:43 -08:00
Dewan Ishtiaque Ahmed
c73ef3c453
Blog on SIG Multicluster Spotlight 2022 ( #31242 )
...
* Update to SIG Multicluster Spotlight
* Implemented review comments
* Update content/en/blog/_posts/2022-01-14-SIG-Multicluster-Spotlight/index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/blog/_posts/2022-01-14-SIG-Multicluster-Spotlight/index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/blog/_posts/2022-01-14-SIG-Multicluster-Spotlight/index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Renaming blog folder to match publication date
* Update publish date to match
* Fix path to article
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-07 09:59:43 -08:00
Ravindra Thakur
f38c09fa6a
Update doc for reserved memory flag
...
This change is to update the documentation for reserved-memory flag.
Now, for specifying memory reservations across multiple NUMA nodes,
semicolon needs to be used as separator.
Signed-off-by: Ravindra Thakur <ravindra.nath.thakur@est.tech>
2022-02-07 18:58:37 +05:30
mtilson
071d27ea12
More clarification according to the discussion
2022-02-07 00:56:58 +03:00
mtilson
dc9f8bf21f
Update content/en/docs/reference/kubectl/cheatsheet.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-07 00:43:21 +03:00
Kubernetes Prow Robot
b7e6cf5d55
Merge pull request #31634 from tengqm/link-feature-gates
...
Fix links in feature gates
2022-02-06 13:16:51 -08:00
John Kwiatkoski
0d9d83a23d
Remove deprecated `--record` flag from example
...
Trying to use this flag `--record` in the example leads to the warning:
```
Flag --record has been deprecated, --record will be removed in the future
```
2022-02-05 19:41:02 -05:00
Qiming Teng
459a3f96ac
Fix links and markdown format for some pages
2022-02-05 15:19:21 +08:00
Qiming Teng
37fae75ffd
Fix links in feature gates
...
Some links are pointing to redirection records, which will be
problematic for downstream localizations.
2022-02-05 15:01:31 +08:00
Qiming Teng
6ea009fa04
Wrap long lines for hugo-shortcodes page
2022-02-05 14:57:39 +08:00
Qiming Teng
71268c2e52
Fix link in create hostprocess pod page
...
When link target is on the same page, we don't need the path in links.
2022-02-05 12:56:13 +08:00
Qiming Teng
439ef1f84f
Reformat diagram guide
...
This PR wraps the long lines in the diagram guide for ease of change tracking.
It also fixes some link targets to use relative paths.
2022-02-05 12:01:47 +08:00
mtardy
e00fe1d2cb
Remove the Used on information and replace caution tag with note
2022-02-04 19:07:28 +01:00
mtardy
3cc1b1b047
Add disclaimers before reorganizing this reference page between API groups
2022-02-04 18:53:37 +01:00
Kubernetes Prow Robot
71408cd4f9
Merge pull request #31554 from guymenahem/fix-hpa-labels-based
...
Clarify that HPA controller searches for labels
2022-02-04 06:46:00 -08:00
Meysam Azad
228c676cd1
fix: modify prepositions 📝
2022-02-04 16:48:20 +03:00
Arhell
af7a9a515c
[en] add comma
2022-02-04 01:47:35 +02:00
alexfornuto
df38c30bb3
Add Pomerium Ingress Controller to list.
2022-02-03 09:31:32 -06:00
Rolfe Dlugy-Hegwer
988ce8d976
Dockershim: collate a list of 3rd party resources on the topic #30919
2022-02-03 06:52:26 -05:00
Kubernetes Prow Robot
2d6d22ddec
Merge pull request #31440 from MikeSpreitzer/note-apf-autoupdate
...
Catch APF description up with recent developments
2022-02-03 03:05:45 -08:00
Akihito INOH
f1310cab68
Update TTL mechanism in Job to stable
...
This commit update feature stage for TTL mechanism in Job with stable.
TTL mechanism has been GA from k8s v1.23, so we can update "beta" to "stable".
2022-02-03 08:10:47 +09:00
Lubomir I. Ivanov
75a33b2650
kubeadm: add missing guide for "kubeconfig user"
...
The command "kubeadm kubeconfig user" is missing
some examples and more details on why it is needed.
- Add a new section "Generating kubeconfig files
for additional users" under the kubeadm-certs page.
- Link to this section from the kubeadm-kubeconfig reference page.
- Link to this section from the create-cluster-kubeadm page.
2022-02-02 21:41:40 +02:00
mtardy
167ddd36b9
Add documentation on pod-security.kubernetes.io annotations
2022-02-02 20:21:21 +01:00
Guy Menahem
4bdcf5dd16
fix: clarify that the HPA controller selects the pods based on labels
2022-02-02 21:00:03 +02:00
Kubernetes Prow Robot
189c471917
Merge pull request #31316 from shannonxtreme/dockershim-logmon-crictl
...
Migrate crictl to docker-cli mapping to references
2022-02-02 09:48:22 -08:00
Kubernetes Prow Robot
7acd9b3f7b
Merge pull request #31599 from TBBle/patch-1
...
Tidy docs for ServiceLoadBalancerClass and ServiceLBNodePortControl features
2022-02-02 09:32:21 -08:00
Paul "TBBle" Hampson
db2b66e365
Apply wording improvements to load-balancer-class
...
Credit to Tim Bannister <tim@scalefactory.com> for the same improvements
in load-balancer-nodeport-allocation above.
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2022-02-03 02:40:00 +11:00
Paul "TBBle" Hampson
2103a16c0f
Fix style nit-pick
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2022-02-03 02:39:49 +11:00
Paul "TBBle" Hampson
be07879592
Remove needless mention of previous versions
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2022-02-03 02:39:43 +11:00
Paul "TBBle" Hampson
b54cee1c44
Apply better wording to remain current in future versions
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2022-02-03 02:39:24 +11:00
Kubernetes Prow Robot
f0cb43fa86
Merge pull request #31055 from championshuttler/mermaid
...
Convert sequence diagram in admission controllers for container drift…
2022-02-02 07:00:21 -08:00
Paul "TBBle" Hampson
f0da3cf753
`ServiceLBNodePortControl` went to beta in v1.22
...
Looks like this was overlooked to be updated when the feature gate documentation was updated in #28770 .
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
2022-02-03 00:49:06 +11:00
Kubernetes Prow Robot
df0011723b
Merge pull request #31464 from tengqm/tune-kubelet-ref
...
Update kubelet reference
2022-02-02 05:30:22 -08:00
Cesar Talledo
021f8be65b
Add Sysbox as an option to run kubernetes inside unprivileged containers or pods.
...
Sysbox is an open-source container runtime (similar to "runc") that supports
running VM-workloads such as Docker and Kubernetes inside unprivileged
containers or pods.
Sysbox containers always use the Linux user-namespace for isolation, plus
specially crafted proc and sys filesystems, some syscall interception,
filesystem ID-mapping, and more.
It's possible to run Kubernetes, K3s, K0s, inside containers or pods deployed
with Sysbox. This commit aims to make the Kubernetes community aware of this
option.
Signed-off-by: Cesar Talledo <ctalledo@nestybox.com>
2022-02-01 19:38:10 +00:00
Tim Bannister
ae4e63fac1
Tidy page “Manage TLS Certificates in a Cluster”
2022-02-01 19:15:12 +00:00
Jordan Liggitt
111c3eaabe
Update TLS doc to use example signer for arbitrary https server
2022-02-01 12:22:32 -05:00
Kubernetes Prow Robot
5313a873f2
Merge pull request #31419 from ingvagabund/multiple-schedulers-fix-secure-port
...
Configure multiple schedulers: switch to the secure ports
2022-02-01 08:40:10 -08:00
Kubernetes Prow Robot
df4ab33bca
Merge pull request #31537 from verb/main-ec-api-ref
...
Update API reference for Ephemeral Containers beta
2022-02-01 08:36:11 -08:00
Shubham
9af1c83002
Added the note for --service-account-issuer flag. ( #31237 )
...
* Added the note for --service-account-issuer flag.
* Modify the Note.
* Added Content for each Flag.
* Improvement: Modify the content.
2022-02-01 07:22:12 -08:00
Kubernetes Prow Robot
c468037747
Merge pull request #31331 from yashodhanmohan/feat/docker-cleanup
...
Clean up docker references from Service documentations
2022-02-01 07:21:12 -08:00
Shivam Singhal
1ed02f66af
Convert sequence diagram in admission controllers for container drift article to Mermaid
2022-02-01 16:39:58 +02:00
Kubernetes Prow Robot
a5702fa60c
Merge pull request #31590 from cpanato/update-patch-releases-feb
...
update patch releases for February cycle
2022-02-01 06:00:13 -08:00
Kubernetes Prow Robot
f53f7e9203
Merge pull request #31387 from avoidik/patch-2
...
Update encrypt-data.md - multi-master configuration notice
2022-02-01 05:48:18 -08:00
Carlos Panato
c5e9cf1ee8
update patch releases for February cycle
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2022-02-01 14:34:57 +01:00
Viacheslav Vasilyev
241e635197
Update content/en/docs/tasks/administer-cluster/encrypt-data.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-01 15:31:21 +02:00
Viacheslav Vasilyev
ddd4a3defb
Update content/en/docs/tasks/administer-cluster/encrypt-data.md
...
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
2022-02-01 12:38:35 +02:00
Jan Chaloupka
a475c2147e
Configure multiple schedulers: switch to the secure ports
...
Starting v1.23 the kube-scheduler no longer provides insecure serving.
2022-02-01 11:03:01 +01:00
jeremy-morren
095c52a590
Fix powershell install script
...
Setting powershell variables container only numbers does not work with multiple periods (at least on Powershell 5.1). Using quotes is necessary.
2022-01-31 22:15:40 -04:00
Kubernetes Prow Robot
0c18793db6
Merge pull request #31244 from Arhell/fix-link
...
[en] fix meetup link
2022-01-31 18:03:52 -08:00
Kubernetes Prow Robot
26d565c5c5
Merge pull request #31315 from utkarsh-singh1/edit-managed-resource-containers
...
Updated managed-resource-containers.md
2022-01-31 17:53:52 -08:00
Kubernetes Prow Robot
e909d003a5
Merge pull request #31359 from meysam81/meysam/grammatical-error
...
docs: modify grammatical error ✏️
2022-01-31 17:45:52 -08:00
Md Sahil
c4dc68c8ff
Update service-traffic-policy.md ( #31408 )
...
* Update service-traffic-policy.md
<h3>What this PR does ?</h3>
Improve documentation.
<h3>Which issue this PR fixes ?</h3>
fixes 31403(Issue).
* Update service-traffic-policy.md
* Update service-traffic-policy.md
* Update service-traffic-policy.md
2022-01-31 17:37:53 -08:00
Kubernetes Prow Robot
e3ad96a6c4
Merge pull request #31466 from deepakcpakhale06/main
...
Updated overview section of ConfigMaps
2022-01-31 17:33:53 -08:00
Kubernetes Prow Robot
dec940e537
Merge pull request #31328 from sftim/20220113_clarify_example_linux_command_line_cgroup_v2
...
Clarify example for setting Linux command line
2022-01-31 16:59:53 -08:00
Kubernetes Prow Robot
5ccbcd89be
Merge pull request #31372 from sftim/20220117_tidy_kubeadm_ha
...
Tidy kubeadm HA guide
2022-01-31 16:57:52 -08:00
Kubernetes Prow Robot
1f3152031f
Merge pull request #31556 from anubha-v-ardhan/30952
...
Dockershim removal from concepts/containers/container-environment
2022-01-31 16:55:52 -08:00
Kubernetes Prow Robot
48401482bc
Merge pull request #31571 from prameshj/patch-8
...
Add a section about nodelocaldns memory limits.
2022-01-31 15:43:53 -08:00
Kubernetes Prow Robot
b2063eedeb
Merge pull request #31546 from chrisnegus/remove-docker-cgroup-reference
...
Change docker cgroup driver example to containerd
2022-01-31 10:00:23 -08:00
Kubernetes Prow Robot
77a8605f65
Merge pull request #31487 from Babapool/update-case-studies
...
Update some Case Studies mentioning Docker
2022-01-31 09:10:24 -08:00
Kubernetes Prow Robot
f8db38b98d
Merge pull request #30066 from sftim/20211012_tidy_manage_resources_tasks
...
Tidy task pages within Manage Memory, CPU, and API Resources
2022-01-31 07:58:23 -08:00
prameshj
9b0539eeb5
Incorporate review comments.
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Chris O'Haver <cohaver@infoblox.com>
2022-01-31 07:50:54 -08:00
Kubernetes Prow Robot
1d77a887e9
Merge pull request #31355 from Babapool/fix-binary-path
...
Mention the kubectl binary folder as PATH environment variable
2022-01-31 04:08:23 -08:00
Kubernetes Prow Robot
38be34166f
Merge pull request #31564 from fabriziopandini/fix-clusterclass-blog-link
...
fix broken link in the ClusterClass blog
2022-01-31 03:22:24 -08:00
fabriziopandini
f0b7f2bece
Add link to newly available documentation for the ClusterClass blog
2022-01-31 11:59:08 +01:00
fabriziopandini
f7b0122955
Fix broken link in the ClusterClass blog
2022-01-31 11:58:23 +01:00
prameshj
1b469285e8
Add a section about nodelocaldns memory limits.
2022-01-30 21:10:40 -08:00
Kubernetes Prow Robot
d996c9ed4e
Merge pull request #31566 from amej/patch-1
...
Updates url to point to the glossary
2022-01-30 15:08:23 -08:00
Kubernetes Prow Robot
097b6c4b73
Merge pull request #31469 from AugustasV/telemetery_security_agents
...
Revise “Migrating telemetry and security agents from dockershim” task
2022-01-30 14:56:23 -08:00
Kubernetes Prow Robot
6712fbee60
Merge pull request #31542 from yashodhanmohan/fix/capitalization
...
Update capitalization for mount options based on correct PV types
2022-01-30 14:34:24 -08:00
Kubernetes Prow Robot
e431d58209
Merge pull request #31532 from Kartik494/addAnotation
...
Documented annotation volume.kubernetes.io/storage-provisioner
2022-01-30 14:24:23 -08:00
AugustasV
80f4c27c66
correction
...
Signed-off-by: AugustasV <reg1nt1z@gmail.com>
2022-01-30 21:49:09 +01:00
Augustas
3bdfba74ed
Apply suggestions from code review
...
Thank you sftim for recommended changes.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-30 21:37:06 +01:00
Ameya Sathe
b19b9da1b6
Replaces with relative uri
...
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-01-30 22:14:41 +05:30
Ameya Sathe
8c7c94d578
Updates url to point to the glossary
...
Substitutes the existing url to archived documentation of "Kubernetes Resource" with URL pointing to glossary .
Fixes the https://github.com/kubernetes/website/issues/31396
2022-01-30 16:16:58 +05:30
Anubhav Vardhan
0dca4ef984
Dockershim removal from container-environment
2022-01-29 13:01:10 +05:30
Yashodhan Mohan Bhatnagar
cd7114d66e
Update capitalization for mount options based on correct PV types
2022-01-28 13:37:36 +05:30
kartik494
49c67a96d2
Documented new Annotation
2022-01-28 09:56:23 +05:30
Kubernetes Prow Robot
d3a4f2e23f
Merge pull request #31486 from liggitt/pss
...
Pod Security Standards doc updates
2022-01-27 16:16:45 -08:00
Christopher Negus
976004b957
Change docker cgroup driver example to containerd
2022-01-27 22:05:02 +00:00
Christopher Negus
ccd2fd216e
Updated Debugging Hook handlers example to remove docker reference.
2022-01-27 21:30:03 +00:00
Kubernetes Prow Robot
f1b4131deb
Merge pull request #31538 from mbongard/patch-1
...
Fixed malformed sentence
2022-01-27 04:56:25 -08:00
Kubernetes Prow Robot
7d9dd29483
Merge pull request #31531 from prasadkatti/patch-1
...
Move command to a code-block
2022-01-27 04:52:26 -08:00
Kubernetes Prow Robot
023db16622
Merge pull request #31518 from mtardy/main
...
Add warning for creating namespaces with the same name as public TLDs
2022-01-27 04:48:26 -08:00
Kubernetes Prow Robot
32bd7727ad
Merge pull request #31534 from saschagrunert/seccomp-default-improvements
...
Improve SeccompDefault documentation
2022-01-27 04:40:25 -08:00
Kubernetes Prow Robot
c93f0966c4
Merge pull request #31226 from atiratree/concepts.deployment
...
make deployment status behaviour more descriptive
2022-01-27 04:30:26 -08:00
Michel Bongard
8ea2fb38ed
Update logging.md
2022-01-27 12:37:35 +01:00
Lee Verberne
627a56d147
Update API reference for Ephemeral Containers beta
2022-01-27 11:14:06 +01:00
mtardy
61174c49ba
Add warning for creating namespaces with the same name as public TLDs
...
Uppercase Service API object following documentation style guide
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Add mitigation propositions
Add RFC reference for the trailing dot in an absolute DNS name
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-01-27 10:58:41 +01:00
Sascha Grunert
4074c2e7c3
Improve SeccompDefault documentation
...
- Highlight that we do not change the Kubernetes API and how to verify
the used seccomp profile
- Fix the kind configuration and enhance the example with a custom
workload.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-27 10:09:18 +01:00
Prasad Katti
eee745066d
Move command to a code-block
...
Put the command in a separate code block to keep things consistent
2022-01-26 22:20:54 -08:00
Kubernetes Prow Robot
00d4e05e98
Merge pull request #31521 from SpecialYang/main
...
Fix imprecise statements for virtual hosting example.
2022-01-26 08:00:01 -08:00
Kubernetes Prow Robot
37b7c6fd55
Merge pull request #31410 from chris-short/cbshort-issue-31394
...
Update static-pod.md
2022-01-26 07:34:01 -08:00
Chris Short
2e870ee761
console no worky; shortening lines
2022-01-26 10:20:32 -05:00
SpecialYang
9911912709
Fix imprecise statements for virtual hosting example
2022-01-26 22:33:33 +08:00
Chris Short
da296afc78
Merge branch 'cbshort-issue-31394' of github.com:chris-short/website into cbshort-issue-31394
2022-01-26 07:14:34 -05:00
Chris Short
2e812faacf
Update static-pod.md
...
Adding console to crictl ps output lines as suggested: https://github.com/kubernetes/website/pull/31410#discussion_r791186773
2022-01-26 07:14:31 -05:00
Kubernetes Prow Robot
8b34063fba
Merge pull request #30961 from ystkfujii/v1.24_remove_section_on_dockershim
...
Set the dockershim state to deprecation.
2022-01-25 22:46:26 -08:00
William Denniss
20ee91f0da
Include link to Pod Security Admission in the PodSecurityPolicy deprecation notice ( #31475 )
...
* Include link to Pod Security Admission in the PodSecurityPolicy deprecation notice
Add a link to the Pod Security Admission feature, which replaces PodSecurityPolicy. Currently users who read this page may not realize what the replacement is. The linked blog post talks about the KEP that created Pod Security Admission, but with no direct link.
* Remove link prefix
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-01-25 16:28:26 -08:00
Subhasmita Swain
cdfe3fa6bc
removal of docker runtime mentions in feature gates page ( #31498 )
...
* removal of docker runtime mentions in feature gates page
* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-25 16:24:26 -08:00
Kubernetes Prow Robot
7012f76988
Merge pull request #31389 from liggitt/stable-deprecation-policy
...
Modify the deprecation policy to disallow removal of stable API versions
2022-01-25 12:33:43 -08:00
Kubernetes Prow Robot
ee346e48d8
Merge pull request #31363 from yashodhanmohan/fix/pod-dns
...
Correcting DNS record for pods exposed by a Service
2022-01-25 12:21:41 -08:00
Kubernetes Prow Robot
45061ef70f
Merge pull request #31434 from BenTheElder/jaun-admin
...
update build admins, add Juan Escobar, remove Amit Watve
2022-01-25 08:54:31 -08:00
Kubernetes Prow Robot
7cb748a933
Merge pull request #31308 from meysam81/meysam/annotation-between-backticks
...
docs: place annotation between backticks ✏️
2022-01-25 08:50:31 -08:00
Kubernetes Prow Robot
045370a194
Merge pull request #30982 from KimDoubleB/cascade-default-background
...
Update `cascade` default value to background
2022-01-25 08:16:31 -08:00
Kubernetes Prow Robot
6aa07e7918
Merge pull request #31407 from MdSahil-oss/main
...
Update update-daemon-set.md
2022-01-25 05:42:32 -08:00
Wang
88fbaa1160
Update projected-volumes.md
2022-01-25 18:47:48 +09:00
Wang
e08d312a6d
Update projected-volumes.md
2022-01-25 17:46:30 +09:00
Puerco
003b5dad5c
Fix dates in 1.23.3 patch release date
...
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-01-24 22:56:07 -06:00
Adolfo García Veytia (Puerco)
29fb92a20d
Add release 1.23.3 to schedulke markdown
...
Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
2022-01-24 21:02:15 -06:00
Kubernetes Prow Robot
9ffbaf39b2
Merge pull request #31357 from anubha-v-ardhan/Add-event-to-glossary
...
Add "event" to glossary
2022-01-24 14:05:15 -08:00
Chris Short
2a32814359
Merge branch 'kubernetes:main' into cbshort-issue-31394
2022-01-24 15:07:23 -05:00
Kubernetes Prow Robot
5ae78ac97e
Merge pull request #31009 from mikemonteith/patch-1
...
Use --patch-file in documentation
2022-01-24 11:43:35 -08:00
Chris Short
a819c51c22
Update static-pod.md
...
- Fixed brain flatuence around which runtime I was testing
- Outputs changed
- Noted added about crictl ps's default behavior of outputting sha256sum in image name
- Image name in outputs have been shortened per Slack convo https://kubernetes.slack.com/archives/C02PZMA3R6E/p1643026840047600
2022-01-24 14:40:52 -05:00
Kubernetes Prow Robot
3a4a1ca3f1
Merge pull request #30835 from AvineshTripathi/addlink
...
Update default-storage-class-prereqs.md
2022-01-24 11:39:33 -08:00
Kubernetes Prow Robot
1d552afaa6
Merge pull request #30737 from mfbieber/ingress-class-name-in-example
...
Added ingressClassName: nginx to Ingress example
2022-01-24 11:37:35 -08:00
Kubernetes Prow Robot
d81bc93d81
Merge pull request #31327 from adrianludwin/patch-3
...
Clarify that namespace names must be RFC 1123 DNS labels
2022-01-24 11:35:33 -08:00
Akpobome Oke Kelvin
7023b926a6
[en] Updated the page to be more docker specific ( #31421 )
...
* Update: Updated to be more docker specific
* Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/configure-pod-container/pull-image-private-registry.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update pull-image-private-registry.md
* Update pull-image-private-registry.md
* Update: fixes issue #31422
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-24 10:55:33 -08:00
Jordan Liggitt
b828365a0e
Change deprecation rule 4a to make stable APIs permanent within a major version
2022-01-24 11:43:05 -05:00
Vitthal Sai
6b672ac2b8
Update some Case Studies mentioning Docker
2022-01-24 21:26:04 +05:30
Jordan Liggitt
4ca5ff6b3c
PodSecurity: remove optional non-root group check
2022-01-24 10:10:12 -05:00
Jordan Liggitt
8917b26250
PodSecurity: switch restricted volume check to positive check
2022-01-24 10:09:00 -05:00
Kubernetes Prow Robot
f89e0ba1c9
Merge pull request #31473 from shoukathmd/i-31078
...
Fixed issue - borken link https://kubernetes.io/docs/reference/kubect …
2022-01-23 23:35:57 -08:00
Kubernetes Prow Robot
3aea799ca5
Merge pull request #31231 from sftim/20220106_add_contiv_vpp
...
Add Contiv-VPP network plugin
2022-01-23 18:31:57 -08:00
Yashodhan Mohan Bhatnagar
12653d2266
Update to bring back mention of container links compatibility
2022-01-24 01:56:44 +05:30
Yashodhan Mohan Bhatnagar
36336334c3
Update content/en/docs/concepts/services-networking/connect-applications-service.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-24 01:23:29 +05:30
Mohammed Shoukath Ali
105610d0bb
Fixed issue - borken link https://kubernetes.io/docs/reference/kubectl/conventions/ #31078
2022-01-23 19:55:37 +05:30
deepakcpakhale06
0243eeb385
Updated overview section of ConfigMaps #30729
2022-01-23 10:58:40 +08:00
AugustasV
e0eb75215b
why_telemetery_agents_talk
...
Signed-off-by: AugustasV <reg1nt1z@gmail.com>
2022-01-22 22:42:49 +01:00
Kubernetes Prow Robot
14b5ac97c4
Merge pull request #31446 from championshuttler/ln
...
Update URLs for some network plugins
2022-01-22 05:41:52 -08:00
Qiming Teng
f7da06af13
Update kubelet reference
...
The reference for kubelet is manually maintained due to upstream code changes.
This PR updates the reference according to the help message from the 1.23 version of kubelet executable.
2022-01-22 20:21:19 +08:00
Shannon Kularathna
d01714e72b
Migrate mapping dockercli to crictl to Reference
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-21 20:58:10 +00:00
Mike Spreitzer
2bfc31833f
Catch APF description up with recent developments
...
Primarily the change, in release 1.22, of how configuration objects
are maintained.
Also describe the new priority level.
Also move the sections on defaults and health check configuration to
follow the description of configuration objects.
2022-01-21 13:06:51 -05:00
Kubernetes Prow Robot
3b28fbba1b
Merge pull request #31398 from PurneswarPrasad/patch-1
...
Changed the explicit mention of Docker due to deprecation in Tasks > …
2022-01-21 08:25:19 -08:00
Kubernetes Prow Robot
da262be43e
Merge pull request #31282 from shannonxtreme/dockershim-clusteradmin
...
Action on Docker mentions in Concepts > Cluster Administration
2022-01-21 07:41:59 -08:00
Shannon Kularathna
4650e1df61
Refactor Assign Pods to Nodes
2022-01-21 15:27:20 +00:00
Shivam Singhal
d677a0eed5
Update URLs for some network plugins
2022-01-21 13:02:32 +02:00
Shivam Singhal
788591c7e1
Fix the download link to kubectl convert plugin for bash
2022-01-21 10:38:39 +02:00
Benjamin Elder
cde8c64ded
update build admins, add Juan Escobar, remove Amit Watve
2022-01-20 21:27:56 -08:00
Kubernetes Prow Robot
f59a649376
Merge pull request #31412 from marosset/gmsa-container-runtime
...
configure-gmsa.md updates
2022-01-20 09:25:36 -08:00
Md Sahil
f0a1484a70
Update update-daemon-set.md
2022-01-20 15:44:48 +05:30
Purneswar Prasad
dd2ea439e8
Removed all previous PR links with Docker reference
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-20 14:50:41 +05:30
Kubernetes Prow Robot
1efb2b40ef
Merge pull request #31413 from ShivamTyagi12345/Fix
...
Update security-context.md by replacing the link in docs/tasks/configure-pod-container/security-context/#what-s-next
2022-01-19 23:03:51 -08:00
Kubernetes Prow Robot
edbbc58103
Merge pull request #31406 from butavicius/butavicius-typo-1
...
Fix: typo in cloud-controller.md
2022-01-19 23:01:51 -08:00
shivam tyagi
e39fc674e4
Update
...
Signed-off-by: shivam tyagi <shivamt.ug19.ec@nitp.ac.in>
2022-01-20 07:42:14 +05:30
Purneswar Prasad
d44efbeefb
Removed the PR link from `manages`
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-20 06:59:55 +05:30
Mark Rossetti
6ffd07cbbc
Updates for EnableCompartmentNamespace fix for GMSA
2022-01-19 16:12:49 -08:00
Mark Rossetti
f13522be29
update supported container runtimes in configure-gmsa.md
2022-01-19 15:02:38 -08:00
Mark Rossetti
d2b9f0e09c
fix linting/whitespace in configure-gmsa.md
2022-01-19 14:40:09 -08:00
Chris Short
d158cdf028
Removing additional Docker mentions
2022-01-19 15:10:45 -05:00
Chris Short
40afa49efa
Update static-pod.md
...
Fixes Issue #31394
2022-01-19 14:16:57 -05:00
Md Sahil
2c30b68c77
Update update-daemon-set.md
...
<h3>What type of PR is this ?</h3>
Improve documentation.
<h3>Which type of issue this PR fixes</h3>
fixes 31311(issue).
2022-01-19 21:16:15 +05:30
Simas Butavičius
d6ca144def
Fix: typo in cloud-controller.md
...
The cloud-controller-manager is a Kubernetes control plane component" according to docs. That is, a singular manager. This PR fixes typo in docs where it was referenced to as "cloud controller managers".
2022-01-19 16:03:41 +02:00
Shubham Kuchhal
15bc0c7621
Improvement: Updated FEATURE STATE of PodSecurityAdmission.
2022-01-19 18:04:52 +05:30
Purneswar Prasad
bf6e6caa12
Changed the explicit mention of Docker due to deprecation in Tasks > Netwrking
2022-01-19 13:24:15 +05:30
Kubernetes Prow Robot
ebceaf1343
Merge pull request #30862 from sftim/20211211_marke_dockershim_deprecated_add_mcr
...
Mark dockershim deprecated / add MCR
2022-01-18 14:13:03 -08:00
Lukas Paluch
88a92b0d47
set hpa examples to current networking api version
2022-01-18 19:19:54 +01:00
Jordan Liggitt
3dfffd39c8
Clarify deprecation rule 3
2022-01-18 10:12:19 -05:00
Tim Bannister
843ff5a90b
Fix external etcd setup guide
2022-01-18 13:32:57 +00:00
Tim Bannister
acea84ae3f
Tweak wording around reporting issues
...
The style guide recommends against using “we” in documentation.
2022-01-18 13:32:57 +00:00
Tim Bannister
63f32f4908
Tidy prerequisites
...
Use tabs to make the comparison visually straighforward, and also to
clearly indicate that the reader has a choice to make.
2022-01-18 13:32:57 +00:00
Viacheslav Vasilyev
0ef0c8d570
Update encrypt-data.md - multi-master configuration notice
...
Add short notice about multi-cluster configurations
2022-01-18 12:40:37 +02:00
Kubernetes Prow Robot
b599a32374
Merge pull request #30959 from bglimepoint/patch-1
...
Note that subPathExpr uses round brackets.
2022-01-17 15:32:49 -08:00
Tim Bannister
02f1234ce8
Link to DaemonSet update task
...
from DaemonSetUpdateSurge feature gate short description
2022-01-17 22:25:27 +00:00
Tim Bannister
a8112a6d8a
Clarify advice about etcd private key
...
"Quote" can mislead; skip should be more obvious.
2022-01-17 21:55:08 +00:00
Tim Bannister
f1dda969c4
Add security advice about SSH agent forwarding
...
In the case of a malicious node, or malicious superuser with access to
the same node, SSH agent forwarding is a risk. Call that out.
2022-01-17 21:41:01 +00:00
Tim Bannister
000536e52c
Fix Markdown formatting
2022-01-17 21:41:01 +00:00
Tim Bannister
62905feb8e
Don't recommend any CNI plugin for kubeadm clusters
2022-01-17 21:32:12 +00:00
Kubernetes Prow Robot
9bdb086f30
Merge pull request #30331 from renan/MaxSurgeDefault
...
Fix default value for MaxSurge in RollingUpdates for DaemonSets beat feature
2022-01-17 13:12:49 -08:00
Kubernetes Prow Robot
d9edcc33ff
Merge pull request #31325 from Darshnadas/weave
...
Removed weave url
2022-01-17 12:52:49 -08:00
Kubernetes Prow Robot
c7079c4ee1
Merge pull request #31349 from humblec/csiMigration
...
mention the correct feature gate name for RBD CSI migration.
2022-01-17 12:46:49 -08:00
Kubernetes Prow Robot
19b327c3df
Merge pull request #31263 from brianpursley/fish-completion
...
Add instructions for enabling fish auto-completions for kubectl
2022-01-17 12:02:50 -08:00
Anubhav Vardhan
34ded72a7f
Update event.md
...
Update content/en/docs/reference/glossary/event.md
Create event.md
Create event.md
Update event.md
Add full link
Update content/en/docs/reference/glossary/event.md
Update content/en/docs/reference/glossary/event.md
Update content/en/docs/reference/glossary/event.md
Update event.md
Update event.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2022-01-18 01:00:30 +05:30
Kubernetes Prow Robot
1357deb43b
Merge pull request #31221 from raesene/main
...
Add blog article “Securing Admission Controllers”
2022-01-17 01:15:30 -08:00
Yashodhan Mohan Bhatnagar
3a6fa8fea2
Correcting DNS record for pods exposed by a Service
...
For pods, DNS record incorrectly specifies deployment name
instead of service name. This commit corrects that.
2022-01-17 01:39:01 +05:30
Meysam Azad
7a3732e0d0
docs: modify grammatical error ✏️
2022-01-16 19:49:51 +03:00
Darshna Das
8a5c44c874
Added changes
2022-01-16 20:47:37 +05:30
Kubernetes Prow Robot
ec54c706de
Merge pull request #31287 from neolit123/1.24-fix-ha-etcd-guide
...
kubeadm: update HA etcd guide for clarity and fix an issue
2022-01-16 04:57:28 -08:00
Vitthal Sai
be56556f8f
Incorporates the feedback changes
2022-01-16 16:45:22 +05:30
Vitthal Sai
d8f4cefa59
Mention the kubectl binary folder as PATH environment variable
2022-01-15 22:14:53 +05:30
Meysam Azad
60551bc338
typo: remove redundant preposition ✏️
2022-01-15 13:26:50 +03:00
Humble Chirammal
9abefaba6b
mention the correct feature gate name for RBD CSI migration.
...
The feature gate string (CSIMigrationRBD) was not matching with the
implementation (csiMigrationRBD) and this commit make it in parity
Ref# https://github.com/kubernetes/kubernetes/pull/107571
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-01-15 09:24:54 +05:30
Kubernetes Prow Robot
312853c9d7
Merge pull request #31343 from gjtempleton/Correct-Pod-Statuses-Link
...
EN - Concepts - Correct Pod-Conditions Anchor Link
2022-01-14 12:22:26 -08:00
GuyTempleton
80e2f669a0
Docs - EN - Concepts - Correct Pod-Conditions Anchor Link
2022-01-14 10:30:44 +00:00
Alex Zielenski
e346ea41ee
Fix typo for OpenAPIV3 and OpenAPIEnums
...
If a user were to copy & paste from the docs into the feature-gate option they would receive the error `flag: unrecognized feature gate: OpenAPIv3` or `flag: unrecognized feature gate: OpenAPIEnum`. This change uses the correct case for `V` and uses the plural form for `Enums` as the command line parser expects.
2022-01-13 18:51:01 -08:00
Yashodhan Mohan Bhatnagar
a18a34c482
Clean up docker references from Service documentations
...
1. Remove examples contrasting k8s networking with Docker networking
from concept document explaining connecting applications using services
2. Remove reference to dockerlinks in favor of English description
of the env vars autocreated for every Service.
2022-01-14 02:39:33 +05:30
Tim Bannister
ef6d83b5dd
Clarify example for setting Linux command line
2022-01-13 17:43:34 +00:00
Adrian Ludwin
9117178a97
Namespace names must be RFC 1123 DNS labels
...
The how-to docs to create a new namespace already specify this, but I think it's worth mentioning in the overview doc that a namespace name must be an RFC 1123 label, as I didn't initially think to look in the how-to doc for limitations.
2022-01-13 12:10:06 -05:00
Darshna Das
c5881a11b8
Removed weave url
2022-01-13 19:56:57 +05:30
Lubomir I. Ivanov
b00ffa2093
kubeadm-upgrade: adjust note about node drain
...
The current entry under additional information about drain can
be confusing and users might jump into draining the nodes before
the upgrade steps (as a pre-req), following the
instructions in the external link. This is not accurate.
Adjust the entry text to explain that drain is a step as part of
the upgrade process and this additional information entry just
mentions why it is needed.
2022-01-13 15:36:30 +02:00
d3vus
42e88a361c
Updated managed-resource-containers.md
2022-01-13 13:05:17 +05:30
Kubernetes Prow Robot
29254d7eab
Merge pull request #31296 from championshuttler/owner
...
Fix link to OWNERS_ALIASES
2022-01-12 11:10:13 -08:00
Kubernetes Prow Robot
ebfa2e4bed
Merge pull request #31306 from ptux/patch-13
...
Update migrating-telemetry-and-security-agents.md
2022-01-12 11:02:14 -08:00
Meysam Azad
1c4ea6d5af
docs: place annotation between backticks ✏️
2022-01-12 19:25:27 +03:00
Lubomir I. Ivanov
0acf0e98ee
kubeadm: update HA etcd guide for clarity and fix an issue
...
There were a couple of reported problems with this guide:
- The introductory paragraph talks about single control plane nodes
and does not mention the different options for HA etcd. Clear the
language to reduce the confusion and cross-link to the ha-topology
page.
- The hostname / IP detection in kubeadm can end
up with values not suitable for the certificates that kubeadm
generates for all etcd instances. Ensure that the hostnames / IPs
are pinned by the user in the example script.
Side cleanup related to the dockershim removal:
- Use containerd in the setup example and don't mention docker as
a requirement.
2022-01-12 16:24:26 +02:00
Kubernetes Prow Robot
6833ee99e3
Merge pull request #31305 from gjkim42/add-requirement-for-expandeddnsconfig
...
Add requirement for the ExpandedDNSConfig feature
2022-01-12 06:12:37 -08:00
Kubernetes Prow Robot
b42674e881
Merge pull request #31289 from ixodie/patch-5
...
Removing Romana
2022-01-12 05:30:37 -08:00
JNat
ce37f1b293
added Stack Overflow guidance
...
Added extra links to the guidance pertaining asking questions on Stack Overflow, to ensure users first read through guidance to ensure questions are both on-topic and well-written — both of which will improve these users' experience on Stack Overflow, and avoid having off-topic questions asked there.
2022-01-12 13:29:30 +00:00
Shannon Kularathna
b0da90dd08
Minor wording fixes
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-12 17:22:19 +04:00
Wang
02dc4a258a
Update migrating-telemetry-and-security-agents.md
2022-01-12 22:17:55 +09:00
Gunju Kim
62d76a2d88
Add requirement for the ExpandedDNSConfig feature
2022-01-12 22:07:17 +09:00
Kubernetes Prow Robot
976f23445e
Merge pull request #31281 from anubha-v-ardhan/glossary-toolstip-statefulset
...
Add glossary_tooltip for StatefulSet in Recommended labels
2022-01-12 03:54:37 -08:00
Shivam Singhal
b49701b566
Fix link to OWNERS_ALIASES
2022-01-12 12:02:18 +02:00
Kubernetes Prow Robot
98d8836c23
Merge pull request #31267 from mengjiao-liu/fix-PreemptionPolicy
...
Fix wrong capitalization for preemptionPolicy field
2022-01-11 11:13:15 -08:00
ixodie
c073285fb3
Removing Romana
...
Romana is defunct and has been removed from main networking docs already.
2022-01-11 10:53:58 -05:00
Rory McCune
7e067efddc
Update content/en/blog/_posts/2022-01-19-Securing-Admission-Controllers.md
...
Blog Post from SIG-Security docs on securing admission controllers.
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-Authored-By: Rey Lejano <rlejano@gmail.com>
Co-Authored-By: Nate W. <4453979+nate-double-u@users.noreply.github.com>
2022-01-11 10:44:29 +00:00
Kubernetes Prow Robot
d159608a62
Merge pull request #31284 from Babapool/add-tooltip
...
Add Glossary_tooltip for object
2022-01-11 01:15:16 -08:00
Vitthal Sai
b930314a64
Add glossary_tooltip for object
2022-01-11 14:24:09 +05:30
Shannon Kularathna
be490005ff
Remove Docker mentions
2022-01-11 07:07:22 +00:00
Anubhav Vardhan
5a5b4d8a70
Comment YAML to specify excerpt
2022-01-11 10:33:07 +05:30
Anubhav Vardhan
f6ae550af4
Add glossary_tooltip for StatefulSet
2022-01-11 10:26:58 +05:30
Kubernetes Prow Robot
0872e8ec51
Merge pull request #30818 from sftim/20211007_revise_device_plugins_page
...
Revise device plugins page
2022-01-10 14:42:26 -08:00
Kubernetes Prow Robot
4698b128c0
Merge pull request #31205 from MikeSpreitzer/fix-apf-alpha
...
Corrected alpha release for APIPriorityAndFairness FeatureGate
2022-01-10 14:14:26 -08:00
Filip Křepinský
8f8d2bb039
make deployment status behaviour more descriptive
2022-01-10 21:22:45 +01:00
Kubernetes Prow Robot
d4387d2064
Merge pull request #31265 from shannonxtreme/blog-edit
...
Correct minor spelling and grammar issues in dockershim blog
2022-01-10 10:35:13 -08:00
Jayesh Srivastava
27d400d0e6
Update localization.md
2022-01-10 22:00:54 +05:30
Mengjiao Liu
a35da2ba7f
Fix wrong capitalization for preemptionPolicy field
2022-01-10 17:59:22 +08:00
Sascha Grunert
36a5a39a35
Update CRI description to be more verbose
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-10 10:38:15 +01:00
Shannon Kularathna
58fcd66c89
Correct minor spelling and grammar issues
2022-01-10 07:58:19 +00:00
brianpursley
ad015ad425
Add instructions for enabling fish auto-completions for kubectl
2022-01-09 20:36:19 -05:00
Babapool
ec94e69c4e
Merge the tutorials under tutorials->clusters into tutorials->security
2022-01-09 21:31:20 +00:00
mtilson
1e85065aaa
Alias for context
2022-01-09 12:47:43 +03:00
Kubernetes Prow Robot
ae5ae3ab71
Merge pull request #31247 from championshuttler/unkow
...
Remove Unknown Symbol on Container Runtime Interface (CRI) Page
2022-01-08 06:58:18 -08:00
Kubernetes Prow Robot
5446a4f7ed
Merge pull request #31219 from pacoxu/patch-9
...
storage class parameters value should be string
2022-01-08 06:30:18 -08:00
Kubernetes Prow Robot
77cc3857e6
Merge pull request #30662 from CarlosDomingues/patch-1
...
Use tee to write to /etc/bash_completion.d/kubectl
2022-01-08 06:28:19 -08:00
Kubernetes Prow Robot
c4b4768ae0
Merge pull request #31145 from hhyasdf/introduce-hybridnet
...
Add Hybridnet CNI to networking.md
2022-01-08 06:26:19 -08:00
Shivam Singhal
5473fe272f
Remove Unknown Symbol on Container Runtime Interface (CRI) Page
2022-01-08 15:20:14 +02:00
Arhell
0c61c48529
[en] fix meetup link
2022-01-08 01:34:01 +02:00
Michelle Fernandez Bieber
e21f0563f3
Added ingressClassName: nginx to Ingress example, mentioned to the necessity of it and referenced to the section describing that further
2022-01-07 22:15:42 +01:00
Avinesh Tripathi
34273a6874
Update content/en/includes/default-storage-class-prereqs.md
...
Co-authored-by: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com>
2022-01-07 22:46:02 +05:30
Kubernetes Prow Robot
68a90aef60
Merge pull request #31208 from Priyankasaggu11929/psaggu-add-moc-apac-blog
...
blog: meet our contributors APAC India region
2022-01-07 06:58:30 -08:00
Priyanka Saggu
4bb3f367a2
blog: meet our contributors APAC India region
2022-01-07 20:21:15 +05:30
Kubernetes Prow Robot
36c22f1d48
Merge pull request #31229 from sftim/20220106_update_dockershim_survey_article_closure
...
Mark dockershim survey closed
2022-01-07 01:18:31 -08:00
Tim Bannister
a3e8980eac
Add Contiv-VPP network plugin
2022-01-06 22:24:08 +00:00
Kubernetes Prow Robot
4763cd9329
Merge pull request #30759 from ixodie/patch-12
...
Kind cleanup - Remove Contiv
2022-01-06 14:22:00 -08:00
Kubernetes Prow Robot
c18ddf5d75
Merge pull request #31227 from DanStough/remove-kubeadm-clusterstatus
...
kubeadm: remove ClusterStatus references
2022-01-06 14:20:01 -08:00
Tim Bannister
2a0fb0690f
Mark dockershim survey closed
2022-01-06 21:04:13 +00:00
Kubernetes Prow Robot
a7d28c2192
Merge pull request #30972 from SergeyKanzhelev/dockershim-blog-post
...
Add blog post announcing actual dockershim removal
2022-01-06 12:56:00 -08:00
Sergey Kanzhelev
9617e67e51
Update content/en/blog/_posts/2022-01-07-kubernetes-is-moving-on-from-dockershim.md
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-01-06 12:40:58 -08:00
DanStough
4030f7fab9
kubeadm: remove ClusterStatus references
2022-01-06 14:50:38 -05:00
Paco Xu
d51b32bab8
storage class parameters value should be string
2022-01-06 11:24:06 +08:00
Sergey Kanzhelev
4207597a91
blog post draft: https://docs.google.com/document/d/160edAf2q3-FY8SFNCfEoSWcQ0Y7OUUy4hD7nc-b11n8/edit#
2022-01-06 01:37:16 +00:00
Tim Bannister
2558306e58
Add third-party content disclaimer
2022-01-05 21:44:49 +00:00
Tim Bannister
d67ac4dc95
Fix mismatched whitespace
...
Convert a tab to spaces to match other lines in snippet.
2022-01-05 21:44:48 +00:00
Tim Bannister
fea1dc2801
Clean up front matter
2022-01-05 21:44:48 +00:00
Tim Bannister
7715646907
Tweak wording for Device Plugins concept
2022-01-05 21:44:44 +00:00
Kubernetes Prow Robot
1bc24bb348
Merge pull request #31201 from mtilson/patch-3
...
Remove extra command and fix reference to profile
2022-01-05 13:17:48 -08:00
Kubernetes Prow Robot
1b75c44306
Merge pull request #31058 from championshuttler/notecleanup
...
Cleanup notes in Define a Command and Arguments docs
2022-01-05 12:23:49 -08:00
Kubernetes Prow Robot
988b1ba439
Merge pull request #30348 from afirth/2021-11-03-docs-for-kustomize-env-vars
...
[DOCS] Document the environment variable substitution feature of kustomize configMapGenerator
2022-01-05 12:07:47 -08:00
Kubernetes Prow Robot
b6d995e671
Merge pull request #31182 from sftim/20220103_fix_case_patch_releases_tables
...
Fix case for tables in patch releases list
2022-01-05 11:31:48 -08:00
Kubernetes Prow Robot
bef1768ff1
Merge pull request #31207 from tengqm/tune-config-links
...
Tune config API links
2022-01-05 08:42:25 -08:00
Neha Viswanathan
24ee2527d0
migrate the K8s networking model section ( #28617 )
2022-01-05 08:08:41 -08:00
Kubernetes Prow Robot
2ab575cf27
Merge pull request #30327 from perithompson/patch-2
...
Update Windows pause image
2022-01-05 04:18:33 -08:00
Qiming Teng
6be193b4de
Tune config API links
...
We favor links to generated docs targetting non-developer audiences over
golang specifics.
2022-01-05 13:42:32 +08:00
Kubernetes Prow Robot
bf39ea5ea5
Merge pull request #31202 from rsalmond/patch-1
...
Fix broken link to grpc liveness probe yaml
2022-01-04 21:26:32 -08:00
Mike Spreitzer
9f1de9cd87
Corrected alpha release for APIPriorityAndFairness FeatureGate
2022-01-04 21:25:23 -05:00
mtilson
5e964818e8
Remove "Service" as well
2022-01-05 02:15:41 +03:00
Kubernetes Prow Robot
9118ba9df6
Merge pull request #31019 from championshuttler/fixLink
...
Fix the link to access cluster service in docs
2022-01-04 12:36:08 -08:00
Kubernetes Prow Robot
c39b834244
Merge pull request #30431 from Kartik494/improveDocsCRD
...
Added a note for CRD improvement in Docs
2022-01-04 12:14:08 -08:00
rob salmond
36bf4368c7
Fix broken link to grpc liveness probe yaml
2022-01-04 14:18:01 -05:00
mtilson
3e48467a27
Remove extra command and fix reference to profile
2022-01-04 21:40:48 +03:00
Kubernetes Prow Robot
cc53157970
Merge pull request #31161 from CodingCanuck/patch-1
...
Fix grammar in kubernetes dashboard docs
2022-01-04 09:16:53 -08:00
Kubernetes Prow Robot
d9545116cd
Merge pull request #31184 from CodingCanuck/patch-3
...
Fix kind delete cluster commands
2022-01-04 09:10:52 -08:00
Peri Thompson
60824acdd2
Update windows pause image
...
Signed-off-by: Peri Thompson <perit@vmware.com>
2022-01-04 09:40:47 +00:00
hhyasdf
1d56098e9a
Add Hybridnet CNI to networking.md
2022-01-04 10:34:57 +08:00
Kubernetes Prow Robot
4793ac10d6
Merge pull request #31181 from tengqm/fix-gc
...
Fix nits in the garbage collection page
2022-01-03 15:13:00 -08:00
Kubernetes Prow Robot
b7ac7eeedc
Merge pull request #31050 from suchen-sci/update-ingress-controller-easegress-link
...
[ingresscontroller] Update Easegress link for Kubernetes website
2022-01-03 14:27:00 -08:00
Kubernetes Prow Robot
91b57ffa12
Merge pull request #31138 from superorbital/tammersaleh/cronjob-schedule-fix
...
The `schedule: "*/1 * * * *"` is the same as "* * * * *"
2022-01-03 14:13:00 -08:00
Alex McCarthy
90970b7b73
Fix kind delete cluster commands
...
The name flag requires two leading dashes, not one.
2022-01-03 07:17:52 -10:00
Alex McCarthy
6b4cbac16c
Remove trailing whitespace to fix command pasting
2022-01-03 07:03:52 -10:00
Kubernetes Prow Robot
0de2680607
Merge pull request #31170 from ptux/fix-debug-application-en
...
fix glossary
2022-01-03 07:58:59 -08:00
Tim Bannister
4c0612d605
Fix case for tables in patch releases list
...
(aside: if we did want these all-uppercase, I'd be tempted to apply that
style using CSS / Sass)
2022-01-03 15:44:06 +00:00
Qiming Teng
757915ae99
Fix nits in the garbage collection page
...
Some nits fixed in this PR:
- The typo of 'MaxContainers' and 'MaxPerPodContainer';
- The section name which should be 'Container garbage collection' rather
than 'Container image garbage collection'.
2022-01-03 21:14:31 +08:00
afirth
b9da040a08
Document the environment variable substitution feature of configMapGenerator
2022-01-03 11:56:03 +01:00
Qiming Teng
83323d428d
Reformat the memory-manager page
...
This commit reformats the memory manager page:
- convert the page from DOS to UNIX format;
- wrap long lines where appropriate for ease of change tracking;
- remove useless trailing spaces and empty lines.
This commit contains **NO** changes to the text itself.
2022-01-03 11:36:37 +08:00
Qiming Teng
c1783b4b71
Tune memory manager page
...
This PR fixes the memory manager page by:
- removing links to non-existent sections;
- fixing links with bad anchors;
- fixing incorrect language tag for code snippets
2022-01-03 11:28:41 +08:00
ptux
cef7f2f546
fix glossary
2022-01-03 08:58:28 +09:00
Kubernetes Prow Robot
1179306f4b
Merge pull request #31053 from sftim/20211221_include_netlify_preview_screenshot
...
Add screenshot of GitHub showing link to Netlify preview
2021-12-31 12:40:51 -08:00
Alex McCarthy
f424739d9c
Fix grammar in kubernetes dashboard docs
...
Start a new sentence after a period.
2021-12-31 07:06:04 -10:00
Tammer Saleh
19845f593e
The `schedule: "*/1 * * * *"` is the same as "* * * * *"
2021-12-29 00:19:02 +00:00
Kubernetes Prow Robot
ebe842eb1f
Merge pull request #30947 from marosset/windows-add-ws2022-as-supported
...
Updating intro-windows-in-k8s for 1.23
2021-12-27 09:21:16 -08:00
Meysam Azad
12ab3aecca
fix: modify typo ✏️
2021-12-27 19:51:29 +03:00
Kubernetes Prow Robot
72b65adec6
Merge pull request #31037 from erpel/patch-1
...
Update Release Managers Link
2021-12-27 07:55:16 -08:00
Kubernetes Prow Robot
66032f9bc6
Merge pull request #31079 from championshuttler/kep
...
Fix the description of the Summary API Source section
2021-12-25 17:43:14 -08:00
kartik494
c7b9b20083
Added a note for CRD improvement in Docs
2021-12-24 11:31:45 +05:30
Philipp Erbelding
f62a5eb677
Apply suggestions from code review
...
Obviously the better approach. I was not familiar enough with how which repo corresponds to which site and just blindly followed the link in the placeholder.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-23 09:29:49 +01:00
glongzh
b56ba23397
Update content/en/docs/concepts/configuration/configmap.md
...
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2021-12-23 16:05:25 +08:00
glongzh
19ab41d4b8
Update configmap docs with subpath limitation
...
This note should be added to avoid confusion just as [Secrets](/docs/concepts//configuration/secret#mounted-secrets-are-updated-automatically)
2021-12-23 10:23:23 +08:00
Shivam Singhal
9aa7f71e45
Fix the description of the Summary API Source section
2021-12-23 04:04:40 +02:00
Shivam Singhal
7a2863b99a
Cleanup notes in Define a Command and Arguments docs
2021-12-22 23:42:55 +02:00
Kubernetes Prow Robot
cdeca91910
Merge pull request #30166 from stefanlasiewski/patch-1
...
sha256sum requires 2nd space for the file type
2021-12-22 01:29:35 -08:00
Kubernetes Prow Robot
74a3573ed7
Merge pull request #31057 from championshuttler/faqq
...
Add blog post link to dockershim removal faq
2021-12-21 22:57:35 -08:00
Bobae Kim
a50453f753
Added update log
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-12-22 13:58:19 +09:00
Kubernetes Prow Robot
3500303928
Merge pull request #29676 from kvaps/kink-and-pxe
...
blog: Add Kubernetes-in-Kubernetes and PXE bootable servers farm blog post
2021-12-21 17:37:35 -08:00
Kubernetes Prow Robot
3ddd14415f
Merge pull request #30826 from tengqm/fix-configapi-123
...
Improve configuration API for 1.23
2021-12-21 17:35:35 -08:00
Tim Bannister
7b34155a24
Update article publication date
2021-12-22 01:32:28 +00:00
Kubernetes Prow Robot
dffd3a86ec
Merge pull request #30960 from tengqm/fix-examples
...
Fix examples
2021-12-21 17:17:35 -08:00
Kubernetes Prow Robot
2521d09aff
Merge pull request #29227 from sftim/20210804_tweak_resource_limiting_troubleshooting_advice
...
Tweak advice about managing resources for containers
2021-12-21 17:13:36 -08:00
Shivam Singhal
c727a0078d
Add blog post link to dockershim removal faq
2021-12-22 00:55:06 +02:00
Andrei Kvapil
97fdfdb06b
Add Kubernetes-in-Kubernetes and PXE bootable servers farm blog post
...
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2021-12-21 22:53:47 +01:00
Tim Bannister
7f1f16746f
Include screenshot showing Netlify preview
2021-12-21 11:39:10 +00:00
chen
f767c7171b
update easegress link
2021-12-21 17:25:10 +08:00
Kubernetes Prow Robot
2f667e93a4
Merge pull request #31039 from gtsystem/add-lightkube-link
...
Add link to lightkube in Community-maintained client libraries.
2021-12-21 01:18:45 -08:00
Giuseppe Tribulato
ff7726faf1
Add link to lightkube in Community-maintained client libraries.
2021-12-20 20:21:09 +01:00
chrismetz09
da6826f5cc
Diagram-Guide: corrected Figure 10 caption
...
for Figure 10 in How to use captions section
2021-12-20 09:55:54 -08:00
Kubernetes Prow Robot
5782f65264
Merge pull request #31004 from clementnuss/patch-1
...
docs: add link to a new kubelet csr approver
2021-12-20 07:04:56 -08:00
Clément Nussbaumer
65eaccecf5
remove kubeler-rubber-stamp
...
Due to it not being compatible with K8s 1.22 anymore and not being maintained either
2021-12-20 14:10:13 +01:00
Kubernetes Prow Robot
7191d32055
Merge pull request #31034 from didicodes/third-party
...
Adding third party shortcode to the Telepresence content
2021-12-20 04:47:25 -08:00
Philipp Erbelding
81238ea7ff
Update Release Managers Link
...
Link lead to redirec/placeholder due for deletion on December 31st 2021
2021-12-20 09:55:05 +01:00
Marko Mudrinić
59e2125b8f
patches: update patch release calendar for January 2022 cycle
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2021-12-20 09:47:13 +01:00
Edidiong Asikpo
80f38982fe
Added the {{% thirdparty-content %}} shortcode
2021-12-20 08:04:37 +01:00
Kubernetes Prow Robot
485518468b
Merge pull request #31028 from didicodes/telepresence
...
Update: Developing and debugging services locally
2021-12-19 22:19:25 -08:00
Qiming Teng
bce7fb57e2
Improve configuration API for 1.23
...
The previous commit for configuration APIs has some nits to fix:
- The client-authentication API has both v1beta1 and v1 supported.
We need to include both.
- The kube-scheduler v1alpha1 is superceded by v1alpha3 which is new.
- The links to some external type definitions should point to the 1.23
API rather than old versions.
2021-12-20 09:45:38 +08:00
Kubernetes Prow Robot
9b7902e20f
Merge pull request #31006 from tengqm/rm-sched-policy
...
Remove kube-scheduler-policy contents
2021-12-19 14:33:25 -08:00
Edidiong Asikpo
d97147912f
Update local debugging documentation
2021-12-19 14:31:35 +01:00
Wang
f5df7772f4
Update audit.md
2021-12-19 19:08:46 +09:00
Shivam Singhal
5fee22b574
Fix the link to access cluster service in docs
2021-12-18 12:25:34 +02:00
Qiming Teng
f733bbb956
Remove kube-scheduler-policy contents
2021-12-18 09:43:50 +08:00
Kubernetes Prow Robot
59f7c6f39c
Merge pull request #28905 from RA489/update_cluster
...
Improvement to create cluster page
2021-12-17 07:44:29 -08:00
Mike Monteith
f7d717d2fe
Use --patch-file in documentation
...
--patch-file is designed for file input, using a subshell `--patch $(cat filename.yaml)` is unecessary
2021-12-17 15:00:35 +00:00
Kubernetes Prow Robot
6f019208b8
Merge pull request #30299 from chrismetz09/metz-diagStyleGuide
...
Add Diagram Guide to Documentation Style Overview section
2021-12-17 03:40:29 -08:00
Clément Nussbaumer
3e839ef963
docs: add link to a new kubelet csr approver
2021-12-17 09:59:46 +01:00
Kubernetes Prow Robot
574eca943f
Merge pull request #30906 from mattcary/pv-resize
...
Clarify editing PV for volume resize
2021-12-16 14:54:52 -08:00
Kubernetes Prow Robot
1b12bcc645
Merge pull request #30958 from MikeSpreitzer/fix-105494b
...
Update NetworkPolicy concept doc for egress
2021-12-16 12:52:52 -08:00
Kubernetes Prow Robot
4832d3026c
Merge pull request #30995 from palnabarun/releng/update-release-managers
...
releng: update release managers and OWNERS_ALIASES
2021-12-16 10:56:54 -08:00
Mike Spreitzer
c25398b904
fix typeo in content/en/docs/concepts/services-networking/network-policies.md
...
Co-authored-by: Chris Negus <cnegus@redhat.com>
2021-12-16 13:45:39 -05:00
Kubernetes Prow Robot
194ef5ac6b
Merge pull request #30986 from jimangel/co-chair-tweaks
...
Updating SIG Co-chair requirements
2021-12-16 08:21:19 -08:00
Kubernetes Prow Robot
78b252f511
Merge pull request #30689 from saschagrunert/spo-release
...
Add blog post about SPO v0.4.0 release
2021-12-16 08:15:19 -08:00
Tim Bannister
65e92a8f14
Add Docker Engine as container runtime
...
Mention that the support via Dockershim is deprecated.
Co-Authored-By: Rey Lejano <rlejano@gmail.com>
2021-12-16 16:09:29 +00:00
Kubernetes Prow Robot
e2e7843554
Merge pull request #30596 from mattcary/blogpost
...
StatefulSet AutoDelete blog post
2021-12-16 07:29:19 -08:00
Nabarun Pal
94601ce233
releng: update release managers
...
Promote Nabarun Pal to Release Manager
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-12-16 17:17:23 +05:30
Tim Bannister
dafeca8b40
Fixup Prevent PersistentVolume leaks blog article
...
- Add ":" into title
- Fix path in repository
2021-12-16 09:18:33 +00:00
Tim Bannister
4b71eb034b
Retitle (published) Pod Security blog article
...
Make this article's title align with others in the series.
2021-12-16 09:18:09 +00:00
Kubernetes Prow Robot
503f8a478f
Merge pull request #30903 from tengqm/update-feature-gates
...
Update feature gates for 1.23
2021-12-15 18:47:18 -08:00
chrismetz09
f381db2d49
fixed typos
2021-12-15 15:30:28 -08:00
Jim Angel
a331d7b840
Updating SIG Co-chair requirements
...
Removing archaic requirements for SIG Docs co-chairs. For the record, that I did not fully meet when becoming a co-chair a couple years ago. The current set of requirements hurt more than they help.
2021-12-15 16:11:49 -06:00
Mike Spreitzer
eab36f83c9
Update docs/concepts/services-networking/network-policies for egress
...
That doc did not get fully updated when egress filtering was
introduced.
2021-12-15 15:15:03 -05:00
chrismetz09
e830abc8bd
refactored caption section and hyperlinked diagrams to live editor
2021-12-15 12:09:20 -08:00
Mark Rossetti
f19ded7dc0
Apply suggestions from code review
...
Using v{{< skew currentVersion>}} in windows docs
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-15 09:20:54 -08:00
KimDoubleB
e275149785
Update cascade default - background
2021-12-15 23:59:26 +09:00
ystkfujii
19928a83fa
Change the dockershim state to deprecation
2021-12-15 21:51:06 +09:00
Kubernetes Prow Robot
51e89f16d4
Merge pull request #30913 from killerkc12/remove-docker-from-node-pressure
...
Remove docker from Node-pressure Eviction
2021-12-15 03:54:18 -08:00
killerkc12
5de2a04a2f
Remove docker from Node-pressure Eviction
2021-12-15 16:59:57 +05:30
Kubernetes Prow Robot
9324262416
Merge pull request #30935 from ahmetb/patch-9
...
blog: rephrase the article update
2021-12-15 01:06:20 -08:00
Paulo Gomes
7979bad01e
Add AppArmor support section
...
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
2021-12-15 07:59:38 +00:00
ystkfujii
1fb9324fc3
remove the section on dockershim
2021-12-15 14:32:10 +09:00
Qiming Teng
5f8e58a2c0
Fix errors detected by the test case
...
The service account token one must have `serviceAccountName` specified
in order to be successfully validated.
The PV duplicate example can only refer to an existing volume.
2021-12-15 12:50:30 +08:00
Qiming Teng
440ebd1e0e
Fix example test code
...
This commit adapts the example test case to 1.23.
2021-12-15 12:49:45 +08:00
bglimepoint
ab9fdcbe24
Note that subPathExpr uses round brackets.
...
As it's easy to misread this as curly brackets for users familiar with
shell interpolation.
2021-12-15 04:16:21 +00:00
Kubernetes Prow Robot
29db85089f
Merge pull request #30916 from kaihoffman/main
...
Minor grammar & consistency updates
2021-12-14 13:22:50 -08:00
Mark Rossetti
e774004131
Updating intro-windows-in-k8s for 1.23
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2021-12-14 13:11:54 -08:00
Ahmet Alp Balkan
a5da40b917
blog: rephrase the article update
...
this blog post was modified as part of #29740 but IMO the update note doesn't make it clear enough what's going on.
2021-12-14 11:40:45 -08:00
Kubernetes Prow Robot
7012c979f5
Merge pull request #30800 from sftim/20211208_add_v1.23_release
...
Add v1.23 release to release list
2021-12-14 10:27:47 -08:00
Tim Bannister
ea4dfa19a1
Add v1.23 release to release list
...
Co-authored-by: Puerco <puerco@users.noreply.github.com>
2021-12-14 17:00:37 +00:00
Kai Hoffman
3ea785d07d
Merge branch 'kubernetes:main' into main
2021-12-14 12:55:36 +00:00
Kai Hoffman
0c7491f125
Update to plural (grammar fix)
...
Minor change of ingress controller -> ingress controllers for grammatical agreement with the rest of the sentence.
2021-12-14 12:54:03 +00:00
Sascha Grunert
6e97ed46fb
Add `SELinuxProfile` CRD graduation part
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-14 12:39:27 +01:00
Sascha Grunert
dd63a3102a
Fix typos in selinux part
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-14 12:37:33 +01:00
Sascha Grunert
9d5e049afd
Rename post directory to reflect correct date
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-14 12:33:39 +01:00
Sascha Grunert
e3301a4e95
Merge pull request #1 from jhrozek/spo-release
...
Add content about SELinux recording and moved selinuxd
2021-12-14 12:32:34 +01:00
Kubernetes Prow Robot
003ffe4b56
Merge pull request #30702 from yoshwata/patch-1
...
The command empties the shell variable.
2021-12-14 02:47:45 -08:00
Kubernetes Prow Robot
a5d367e9fd
Merge pull request #30907 from liggitt/flowcontrol-v1beta1
...
Document flowcontrol v1beta1 removal release
2021-12-13 20:32:02 -08:00
Qiming Teng
03b5de4e1c
Kubelet config v1alpha1 ( #30859 )
...
* Add config API for kubelet v1alpha1
The CredentialProvider struct is defined in the v1alpha1 config API
rather than v1beta1. The upstream generator is updated to include this
version (https://github.com/kubernetes-sigs/reference-docs/pull/268 ).
This commit adds references to the API as well.
* Wrap long lines in the page
2021-12-13 18:28:03 -08:00
Qiming Teng
4f27a3fb16
Update feature gates for 1.23
2021-12-14 09:54:14 +08:00
Kubernetes Prow Robot
8577231a24
Merge pull request #30716 from dgengtek/main
...
kube-etcd certificate requires additional SAN's
2021-12-13 16:16:02 -08:00
Kubernetes Prow Robot
e2b18a2897
Merge pull request #30844 from tengqm/kubeadm-ref-123
...
Update kubeadm reference for 1.23
2021-12-13 16:08:01 -08:00
yoshwata
321795000b
fix: here doc style and comment
2021-12-13 23:43:37 +00:00
Matt Cary
33aae9b7e5
Update content/en/docs/concepts/storage/persistent-volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-13 15:35:11 -08:00
Jordan Liggitt
5b6e46d6de
flowcontrol v1beta1 removal release
2021-12-13 18:28:16 -05:00
yoshwata
f1bd7c48af
Update kustomization.md
...
I generated a file in a here document, but the shell variable part seemed to be empty.
2021-12-13 22:00:24 +00:00
Matthew Cary
57e72bce9a
Clarify editing PV for volume resize
2021-12-13 10:22:14 -08:00
Kensei Nakada
dc5820977b
Change the role restriction for `/lgtm`
2021-12-13 23:45:26 +09:00
Kubernetes Prow Robot
632bafa331
Merge pull request #30836 from neolit123/1.24-fix-bug-kubeadm-patches-config
...
kubeadm: fix wrong config example for customization with patches
2021-12-12 14:29:57 -08:00
Lubomir I. Ivanov
2295e0c1e2
kubeadm: fix wrong config example for customization with patches
...
The patches sub-structure is top level and not under nodeRegistration.
2021-12-12 23:06:27 +02:00
Antonio Ojea
ec3ed1ee36
kubernetes networking model clarifications ( #28454 )
...
Amend some clarifications to the kubernetes networking model to
deal with some ambiguities, mainly related to the use of NAT and
the host-network pods special requirements.
xref:
https://groups.google.com/g/kubernetes-sig-network/c/m6lwTjKLV8o/m/jM59qEKOBAAJ
2021-12-11 10:31:58 -08:00
Tim Bannister
6d9fec4175
Update third party list of container runtimes
2021-12-11 17:06:51 +00:00
Kubernetes Prow Robot
96feca9a5b
Merge pull request #30854 from chetak123/main
...
Changed Docker EE to MCR in Windows
2021-12-11 08:31:57 -08:00
Kubernetes Prow Robot
0b266eb4fe
Merge pull request #30784 from ChetHosey/patch-1
...
Correct separator in generated ConfigMap.
2021-12-11 08:29:58 -08:00
Ayushman Mishra
2042d8966d
changes
...
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-12-11 21:53:07 +05:30
Kubernetes Prow Robot
b29ea89e95
Merge pull request #30855 from neolit123/1.24-remove-reset-status-phase
...
kubeadm: remove "reset" phase that no longer exists
2021-12-11 08:07:58 -08:00
Kubernetes Prow Robot
f751450229
Merge pull request #30841 from sftim/20211209_fix_link_to_hpa_reference
...
Fix link to HorizontalPodAutoscaler API reference
2021-12-10 21:25:57 -08:00
Kubernetes Prow Robot
4ac9aa413e
Merge pull request #29532 from aojea/patch-1
...
Update dual-stack node.status
2021-12-10 20:35:57 -08:00
Qiming Teng
36a57f5b4d
Update kubeadm reference for 1.23
...
This PR refresh the generated files for kubeadm v1.23.
2021-12-11 12:11:18 +08:00
Lubomir I. Ivanov
5d674845f5
kubeadm: remove "reset" phase that no longer exists
...
The phase was removed with k/k commit in 1.23:
b9171aee20
We forgot to remove it from the docs before 1.23 was released.
2021-12-11 00:01:54 +02:00
Ayushman Mishra
5ae6af819b
Changed Docker EE to MCR in Windows
...
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-12-11 02:34:29 +05:30
Chet Hosey
1abdc117c9
Correct separator in generated ConfigMap.
2021-12-10 12:15:16 -08:00
Kubernetes Prow Robot
bec83989aa
Merge pull request #30830 from markusheinemann/main
...
Add glossary entry for cadvisor
2021-12-10 03:13:10 -08:00
Kubernetes Prow Robot
7783d3abad
Merge pull request #30353 from Jiawei0227/master
...
Doc: Add CSI Migration status update blog post
2021-12-10 03:07:11 -08:00
Markus Heinemann
a86ca5b431
Add glossary entry for cadvisor
2021-12-09 22:28:24 +00:00
Tim Bannister
bf66a81980
Fix link to HPA API reference
...
Co-Authored-By: Christoph Neijenhuis <christoph.neijenhuis@commercetools.de>
2021-12-09 20:46:44 +00:00
Marc Boorshtein
d4388492c5
Merge branch 'kubernetes:main' into master
2021-12-09 15:12:00 -05:00
chrismetz09
36bcc388cf
fixed colon typos
2021-12-09 12:11:25 -08:00
chrismetz09
5e17ad0f18
Add diagram guide
2021-12-09 11:44:05 -08:00
Avinesh Tripathi
efe4541e5a
Update default-storage-class-prereqs.md
2021-12-09 22:41:06 +05:30
Kubernetes Prow Robot
0a2da8cb46
Merge pull request #30776 from reylejano/deprecation-guide-hpa
...
Add hpa v2beta1 and v2beta2 to deprecation guide
2021-12-09 02:50:09 -08:00
Kubernetes Prow Robot
5baf960187
Merge pull request #30758 from ixodie/patch-11
...
Kind cleanup - Remove Romana
2021-12-09 02:34:11 -08:00
Kubernetes Prow Robot
b8142bc158
Merge pull request #30792 from Deepakktripathy/mysoln
...
removed the italics
2021-12-09 02:32:09 -08:00
Sascha Grunert
591fa12dd9
Change publishing date to 12/17
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-09 09:09:28 +01:00
Jiawei Wang
ba84180b7e
doc: Add csi migration status update blog
2021-12-09 07:14:44 +00:00
Rey Lejano
a1506ae810
add hpa v2beta1 and v2beta2 to deprecation guide
2021-12-08 20:57:15 -08:00
Kubernetes Prow Robot
79da4d1662
Merge pull request #30825 from jimangel/url-fix
...
fix wrong url
2021-12-08 17:24:09 -08:00
Jim Angel
bea7fe7116
fix wrong url
2021-12-08 19:07:05 -06:00
Kubernetes Prow Robot
a50b7b9a1c
Merge pull request #29668 from feloy/apiref-1.23
...
API reference v1.23
2021-12-08 16:58:09 -08:00
Kubernetes Prow Robot
aa848abc62
Merge pull request #30422 from PushkarJ/psa-tutorial
...
Tutorials for Pod Security Admission
2021-12-08 16:30:10 -08:00
Kubernetes Prow Robot
2740d85747
Merge pull request #30803 from tengqm/configapi-123
...
Configuration API for v1.23
2021-12-08 15:25:45 -08:00
Tim Bannister
3dd1eb1121
Add descriptions to tasks
2021-12-08 22:05:52 +00:00
Tim Bannister
5ab064ceea
Tidy resource management task pages
...
Revise tasks within “Manage Memory, CPU, and API Resources”:
- reword to avoid implying that API clients can create a container
(you can, but its done by creating a Pod)
- call a manifest a manifest
- use tooltips where relevant
- link to new API reference not the old one
- other improvements
2021-12-08 22:05:36 +00:00
Tim Bannister
367faca49f
Tweak advice about managing resources for containers
...
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2021-12-08 21:40:16 +00:00
OlaAde
69f6250d6e
Typo Correction
...
Added missing `:` colons to the sample code.
2021-12-08 21:26:19 +03:00
Philippe Martin
02445930e5
Reference docs for kubernetes 1.23
2021-12-08 09:35:00 +01:00
Sascha Grunert
16c8cc0702
Update content/en/blog/_posts/2021-12-13-security-profiles-operator-v0.4.0/index.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-08 09:25:44 +01:00
Qiming Teng
b198199336
Configuration API for v1.23
2021-12-08 16:19:23 +08:00
Pushkar Joglekar
d1e25451d3
Added shell script examples
...
Fixed nits, broken links and numbering
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
2021-12-08 10:41:55 +05:30
Pushkar Joglekar
d29e93acbb
Tutorial for pod security admission
...
Refer blog post for v1.23 + suggestions from code review
2021-12-08 10:41:25 +05:30
Kubernetes Prow Robot
e808edad3a
Merge pull request #30802 from tengqm/compref-123
...
Component reference for v1.23
2021-12-07 19:49:45 -08:00
Kubernetes Prow Robot
fe10ce6efc
Merge pull request #30502 from jimangel/blog-psa-beta
...
v1.23 blog post: Pod Security Admission Graduates to Beta
2021-12-07 18:01:40 -08:00
Qiming Teng
f51716ce29
Component reference for v1.23
2021-12-08 09:52:24 +08:00
Matthew Cary
1e7731f60f
statefulset autodelete blog post
2021-12-07 17:39:39 -08:00
Kubernetes Prow Robot
9dd810d8ed
Merge pull request #29761 from dilyar85/add-new-blog
...
Blog: Using Admission Controllers to Detect Container Drift at Runtime
2021-12-07 17:13:28 -08:00
Kubernetes Prow Robot
90f6bf72c2
Merge pull request #30556 from deepakkinni/pv_protect_v1
...
Doc: Add blogpost for honor PV reclaim policy fix
2021-12-07 17:01:23 -08:00
Kubernetes Prow Robot
4f909205eb
Merge pull request #30538 from bridgetkromhout/blog-dual-stack-ga
...
v1.23 blog post: Dual-stack IPv4/IPv6 Networking Reaches GA
2021-12-07 16:53:23 -08:00
Kubernetes Prow Robot
e7a987c548
Merge pull request #30797 from sftim/20211208_improve_1.23_release_blog_logo_presentation
...
Improve 1.23 release blog logo presentation
2021-12-07 16:45:22 -08:00
Tim Bannister
2782b1ef8f
Update v1.23 release article to use logo styles
2021-12-08 00:31:13 +00:00
Jim Angel
c79d213abc
adding blog and correcting 1.23 docs
...
Co-authored-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2021-12-07 18:20:57 -06:00
Kubernetes Prow Robot
1e0a43a866
Merge pull request #30786 from tom1299/patch-1
...
Fix broken link to Ingress API
2021-12-07 16:05:22 -08:00
Jesse Butler
0e4f9b3de5
Merge pull request #30770 from karenhchu/main
...
Create Kubernetes 1.23 Release Blog.md
2021-12-07 18:21:01 -05:00
Jakub Hrozek
a2e3f11d22
Add content about SELinux recording and moved selinuxd
2021-12-07 23:09:31 +01:00
Karen Chu
1c4413c2b5
Add Kubernetes 1.23 Release Logo
...
Adding folder and image file for Kubernetes 1.23 Release logo for release blog
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-12-07 18:14:11 +00:00
Karen Chu
ffcd58fc32
Create v1.23 release blog article
...
Co-authored-by: Mickey Boxell <mickey.boxell@oracle.com>
Co-authored-by: Puerco <puerco@users.noreply.github.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-07 18:13:02 +00:00
Deepak Tripathy
c214d37d86
removed the italics
2021-12-07 19:00:47 +03:00
tom1299
fa84bdbe69
Update content/en/docs/concepts/services-networking/ingress.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-07 15:59:22 +01:00
Jesse Butler
45d37b71ab
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-07 09:28:42 -05:00
Sascha Grunert
b32c348ff2
Add first content bits
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-07 12:28:25 +01:00
tom1299
d5539a6558
Fix broken link to Ingress API
2021-12-07 10:15:21 +01:00
Tim Bannister
8983d73fff
Tidy HostProcess task page ( #30762 )
...
* Tidy HostProcess task page
* Use spaces for indentation
Tabs for indentation are less easy to work with between different
contributors. Switch to spaces.
* Fix table for HostProcess requirements
2021-12-06 13:07:33 -08:00
Kubernetes Prow Robot
aa2f69c15f
Merge pull request #30756 from waynerv/patch-2
...
fix typo in reference/setup-tools/kubeadm/implementation-details.md
2021-12-06 08:34:32 -08:00
Kubernetes Prow Robot
d6865d1a1f
Merge pull request #30712 from funkypenguin/issue30661
...
Fix auditing example to permit log rotation
2021-12-06 06:04:32 -08:00
Jesse Butler
584421fe11
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-06 08:55:54 -05:00
ixodie
5d7141f903
Kind cleanup - Remove Contiv
...
This domain/URL has no relevant content, is a squatter.
Video link on youtube is 5 years old.
Product seems to be abandonware.
2021-12-06 06:53:02 -05:00
ixodie
ac929239cf
Kind cleanup - Remove Romana
...
This doimain does not work and company appears to be defunct.
2021-12-06 06:48:52 -05:00
Waynerv
c2b5d6041f
fix typo
2021-12-06 18:51:21 +08:00
RA489
3766686671
Improvement to create cluster page
2021-12-06 12:38:43 +05:30
Kubernetes Prow Robot
fdac57e01c
Merge pull request #30346 from sureshdsk/sureshdsk-patch-1
...
Update parallel-processing-expansion.md
2021-12-05 20:40:32 -08:00
Kubernetes Prow Robot
200c6cadeb
Merge pull request #30501 from dialogbox/patch-1
...
Update manage-resources-containers.md
2021-12-05 20:16:32 -08:00
Kubernetes Prow Robot
524e61c17a
Merge pull request #30457 from umairadeeb/patch-1
...
Kubelet accepts graceful node shutdown parameters in camel case while they are written in the document in pascal case
2021-12-05 20:14:32 -08:00
Erico Fusco
f04516f995
Update kubeadm-upgrade.md ( #30135 )
...
* Update kubeadm-upgrade.md
`apt-mark hold` is still required when `apt-get` is used with `--allow-change-held-packages`.
`--allow-change-held-packages` unholds the package but it doesn't pin the new version.
* Add missing changes
* Update kubeadm-upgrade.md
Remove apt >1.1 examples.
2021-12-05 20:12:32 -08:00
Kubernetes Prow Robot
440409e8b1
Merge pull request #29663 from abhibhaw/issue-29524
...
feat: Documents effects on secrets when memory swap is enabled
2021-12-05 20:10:32 -08:00
Kubernetes Prow Robot
a3c6627798
Merge pull request #30125 from chirangaalwis/patch-4
...
Combine Service Account to Map with Resource Type
2021-12-05 20:08:32 -08:00
Kubernetes Prow Robot
b640a95056
Merge pull request #30371 from reylejano/update-about-blogs
...
Add line about contributor blogs should go to kubernetes.dev on the blog-case-studies page
2021-12-05 20:06:32 -08:00
Kubernetes Prow Robot
c9fb665413
Merge pull request #30741 from ptux/patch-10
...
[en] Update admission-controllers.md
2021-12-05 20:04:32 -08:00
Brandon Smith
1c90494c38
1.22 Windows HostProcess containers update ( #30699 )
...
* Transferred applicable modifications for 1.23 over to 1.22.
* kublet -> kubelet
* Update content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
2021-12-05 20:02:33 -08:00
Meha Bhalodiya
798aae5127
Fix a few grammar issues and typos ( #28387 )
...
* Fix a few grammar issues and typos
* Minor changes
2021-12-05 19:50:32 -08:00
Kubernetes Prow Robot
4187c652f8
Merge pull request #29152 from tiraboschi/crd_edit_status
...
Concretely explain how to patch CRD status
2021-12-05 19:24:32 -08:00
Kubernetes Prow Robot
24c84387ac
Merge pull request #29078 from vaibhav2107/cluster-services
...
Remove the duplicate content from access-cluster.md
2021-12-05 19:22:32 -08:00
Kubernetes Prow Robot
e2eff1fa69
Merge pull request #29686 from rguichard/blog-en/fix-typo
...
fix(blog): RWX access mode is about nodes, not pods
2021-12-05 18:02:33 -08:00
Kubernetes Prow Robot
8efdd0c9c1
Merge pull request #29716 from Nordix/pod-topology-spread
...
Updates in pod-topology-spread-constraints.md
2021-12-05 18:00:32 -08:00
Kubernetes Prow Robot
63db6dbf66
Merge pull request #29717 from jonassteinberg1/patch-1
...
add 'the' to 'without restarting [the] API server' from Static Token …
2021-12-05 17:56:32 -08:00
Kubernetes Prow Robot
1b95b8b60d
Merge pull request #29719 from sftim/20210915_document_node_problem_detector_add_on
...
Add node problem detector to add-ons
2021-12-05 17:54:35 -08:00
Kubernetes Prow Robot
246d261529
Merge pull request #29841 from pacoxu/patch-7
...
Add safe sysctl net.ipv4.ip_unprivileged_port_start
2021-12-05 17:46:32 -08:00
Kubernetes Prow Robot
1664e4e4c4
Merge pull request #29964 from MikeSpreitzer/fix-105494
...
Improve API Priority and Fairness for clients
2021-12-05 17:32:32 -08:00
prameshj
63420166a1
Update docs to clarify the dns configmap format. ( #29988 )
...
* Update docs to clarify the dns configmap format.
* Update content/en/docs/tasks/administer-cluster/nodelocaldns.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-12-05 17:28:32 -08:00
Kubernetes Prow Robot
307252f513
Merge pull request #29985 from stormqueen1990/update-secret-text
...
[en] Clarify secret encryption in the glossary
2021-12-05 17:26:33 -08:00
Mohit Sharma
1660298346
fixed the list container images by pod section ( #30207 )
...
Signed-off-by: Mohit Sharma <imoisharma@icloud.com>
2021-12-05 17:18:32 -08:00
Kubernetes Prow Robot
a6f6f7d9d9
Merge pull request #30213 from avinashupadhya99/fix-deployment-rollout-pause-resume-wordings
...
Improvement for k8s.io/docs/concepts/workloads/controllers/deployment/ pause rollout wordings
2021-12-05 16:58:32 -08:00
Kubernetes Prow Robot
8abfbc924e
Merge pull request #30210 from voor/pod-topology-spread-constraints-fix-formatting-example
...
Pod Topology Spread Constraints: Resolve formatting issue and add example for node affinity example.
2021-12-05 16:36:32 -08:00
Wang
8a8f9c40f9
Update admission-controllers.md
2021-12-06 09:16:27 +09:00
Kubernetes Prow Robot
44ef715019
Merge pull request #30673 from gbarceloPIB/patch-1
...
Kubectl command waits until init containers terminated
2021-12-05 15:44:32 -08:00
Kubernetes Prow Robot
5eede16691
Merge pull request #30730 from sftim/20211404_link_to_page_about_help_and_good_first_issues
...
Link to https://k8s.dev/ docs about good first issues
2021-12-05 15:32:32 -08:00
Suvro
a0c6f3fd6f
Replaced annotation with ingressClassName ( #30171 )
...
* Replaced annotation with ingressClassName
Updated content of https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/#using-multiple-ingress-controllers
with ingressClassName which replaces annotations
Signed-off-by: Suvro Ghosh <sughosh@redhat.com>
* Update content/en/docs/concepts/services-networking/ingress-controllers.md
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
2021-12-05 15:14:32 -08:00
Kubernetes Prow Robot
d2d722ae30
Merge pull request #30223 from slayer321/add-volume-example
...
docs: add PV duplicate example
2021-12-05 15:12:32 -08:00
prabhsimransingh
5f369513e0
Fixing kubectl cheatsheet run command comment to be more accurate ( #29879 )
...
* Fixing kubectl cheatsheet run command comment to be more accurate
* remove new line
2021-12-05 15:10:32 -08:00
Kubernetes Prow Robot
6ce3307738
Merge pull request #30690 from hangyan/patch-1
...
Remove kompose up and down command doc
2021-12-05 14:58:32 -08:00
Kubernetes Prow Robot
bbeb5184a7
Merge pull request #29739 from jtslear/jts/recommend-hpa-config
...
Add recommendation for Deployment when HPA is enabled
2021-12-05 14:56:32 -08:00
Tim Bannister
366ae6e48b
Fix IngressClass tabs
2021-12-05 22:27:50 +00:00
Kubernetes Prow Robot
097bf85ed8
Merge pull request #30722 from amandapunch/update-kubecon-date
...
Update date to mention KubeCon NA 2022
2021-12-05 12:08:32 -08:00
Kubernetes Prow Robot
ec41959cc1
Merge pull request #30134 from ixodie/patch-10
...
Removing GCE bridging/routing config tweaks
2021-12-05 12:06:32 -08:00
Kubernetes Prow Robot
04d4d3e86b
Merge pull request #30517 from sftim/20211117_reorder_storage_concepts
...
Reorder storage concepts
2021-12-05 11:56:32 -08:00
Kubernetes Prow Robot
33fec29009
Merge pull request #30707 from sftim/20211201_tweak_ingressclass_params
...
Present scope for IngressClass params using tabs
2021-12-05 06:18:32 -08:00
mtilson
9c8367804c
short alias to set/show namespace
...
usage:
$ kn # shows current namespace
$ kn default # switch to specified namespace
2021-12-05 14:54:13 +03:00
Kubernetes Prow Robot
702ae926dd
Merge pull request #30711 from sftim/20211123_improve_hpa_docs
...
Improve docs for HorizontalPodAutoscaler
2021-12-04 07:04:31 -08:00
Tim Bannister
c1af8d4c1b
Present scope for IngressClass params using tabs
...
Use tabs for the two different options that an IngressClass can use to
refer to another object, in order to specific parameters that relate to
that IngressClass:
- namespaced scope
- cluster scope (the default / historical behavior)
2021-12-04 11:14:13 +00:00
Tim Bannister
2087546633
Link to https://k8s.dev/ docs about good first issues
...
Where we mention the "help" or "good first issue" labels, let's
hyperlink to https://kubernetes.dev/docs/guide/help-wanted/ (our
official page on that topic).
2021-12-04 10:13:50 +00:00
amandapunch
1a3e293393
Update chronological order and remove korean language updates
2021-12-03 15:16:38 -08:00
Bridget Kromhout
cd511eff9c
Adding blog post for dual-stack GA
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Nate W. <4453979+nate-double-u@users.noreply.github.com>
2021-12-03 13:06:35 -06:00
Kubernetes Prow Robot
4f193feffe
Merge pull request #30710 from sftim/20211201_improve_probe_documentation
...
Improve documentation for container probes
2021-12-03 06:08:27 -08:00
Tim Bannister
e1bf8f22b2
Improve docs for HorizontalPodAutoscaler
...
Co-authored-by: Chris Negus <cnegus@redhat.com>
2021-12-03 12:11:45 +00:00
amandapunch
f7a9e0e729
update date to mention kubecon North America 2022
2021-12-02 20:51:16 -08:00
Marc Boorshtein
8dfd425486
making working clearer
...
*should* implies that an `extra` can be mixed case. but really it can't because a mixed case `extra` will mismatch on an RBAC `ClusterRole` once the header is canonicalized.
2021-12-02 22:01:07 -05:00
Kubernetes Prow Robot
3baac6dde3
Merge pull request #30705 from jlbutler/merged-main-dev-1.23
...
Periodic integration branch sync for 1.23
2021-12-02 18:02:26 -08:00
Tim Bannister
8a0f330654
Improve documentation for container probes
...
- mention gRPC probes in concept page
- revise explanation of gRPC probes in task page
- general tidying
2021-12-03 00:26:22 +00:00
Kubernetes Prow Robot
3362d3ce6e
Merge pull request #30704 from sftim/20211201_tweak_flex_volume_deprecation
...
Tweak flexVolume deprecation
2021-12-02 16:10:27 -08:00
Tim Bannister
d09282b3f0
Tweak FlexVolume deprecation text
2021-12-02 23:46:47 +00:00
Kubernetes Prow Robot
bc246a385d
Merge pull request #30706 from SergeyKanzhelev/grpcFieldName
...
Fix grpc field name inconsistency with API naming rules
2021-12-02 12:03:44 -08:00
Kubernetes Prow Robot
11b24e5724
Merge pull request #30658 from sftim/20211128_de-emphasize_deprecated_scheduling_policies
...
De-emphasize deprecated scheduling policies for v1.23 and later
2021-12-02 11:41:44 -08:00
Kubernetes Prow Robot
089d6ee918
Merge pull request #30108 from sftim/20211016_revise_dynamic_kubelet_config_task
...
Revise dynamic kubelet config task
2021-12-02 10:03:34 -08:00
Brandon Smith
b90d125e1c
kublet -> kubelet ( #30700 )
2021-12-02 09:45:34 -08:00
dgengtek
bd6dd9b58e
kube-etcd certificate requires additional SAN's
2021-12-02 17:33:50 +01:00
dilyar85
d9f0097efd
Blog: Using Admission Controllers to Detect Container Drift at Runtime
...
Applied some wordsmithing
Move attribution into the figure tag
Address comment
Add project open-source link and update content
Address review from sftim
Update future improvement section with current gaps to ideal K8s design
Set release date to 2021-12-21
2021-12-01 21:06:21 -08:00