basefas
a9725c1149
Fix wrong code highlighting for kubectl install on Linux ( #40437 )
...
* change code block to console type
* only change English version
* change mistake
* update another pair
2023-07-08 07:35:05 -07:00
Michael
df1e0b0d97
tweak line wrappings in kops and kubespray
2023-07-08 18:26:53 +08:00
Michael
885b8aea67
Fix typos in labels-annotations-taints
2023-07-08 18:11:52 +08:00
Marcelo Giles
dcd3337cbc
Rewrite note on container runtimes
2023-07-07 18:28:36 -07:00
Marcelo Giles
56fb21e4f9
update kind install prereqs to include podman
...
Capitalize products names
2023-07-07 10:06:21 -07:00
Kubernetes Prow Robot
64867627ff
Merge pull request #41906 from kinvolk/rata/userns-1.27
...
content: Clarify version requirements for userns and other minor fixes
2023-07-07 06:33:04 -07:00
Rodrigo Campos
cc2ca7a644
content: Make userns statement about dockerd timeless
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-07-07 15:23:13 +02:00
Kubernetes Prow Robot
25427099cc
Merge pull request #41909 from thisisharrsh/fix_link
...
Fix broken link for IPv4/IPv6 dual-stack (Windows)
2023-07-07 05:11:04 -07:00
Rodrigo Campos
aa5975d39d
content: Remove old not about userns
...
The note is no longer valid (the branch was already merged and the
merged was done correctly).
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-07-07 12:47:17 +02:00
Rodrigo Campos
0797a850da
content: Fix typos in versions requirements for userns
...
The variable expansion is wrong: it currently expands to 1.27.3 on the
rendered website, so it says it is supported in 1.27 and that it is not.
Let's just re-work this paragraph so it is cleaerer and the variable
expansion is what we want (1.27 and not 1.27.3)-
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-07-07 12:45:50 +02:00
harsh
7e37e6ff70
Modified the link for IPv4/IPv6 link for windows support.
2023-07-07 11:38:34 +05:30
Kubernetes Prow Robot
9991d011ed
Merge pull request #41912 from akshayamadhuri/akshayamadhuri-patch-7
...
Update ephemeral-volumes.md
2023-07-06 21:11:03 -07:00
AKSHAYA MADHURI
26a08f8d35
Update ephemeral-volumes.md
2023-07-06 19:39:09 +05:30
harsh
ec3ae13ac1
Fixed the link for IPv4/IPv6 dual-stack
2023-07-06 17:55:44 +05:30
Anton Gilgur
74ee1d9875
docs(storage-classes): add section on default `StorageClass` ( #41843 )
...
* docs(storage-classes): add section on default StorageClass
- empty commit at the beginning for the squash
- PR template asks the first commit to be named appropriately for squashes
* Update storage-classes.md
Add Note at the end about having a single default storage class is preferred and that Kubernetes does not prevent you from having multiple storage classes.
* Updated storage-classed.md
Updated storage-classed.md based on feedback.
* update storage-class.md
Updated storage-class.md based on feedback
* fix feedback and grammar
- consistently use StorageClass, as that's how it's mostly used in this doc and the PVC doc
- except when it is plural, in that case "storage classes" is used
- fix docs reference to use the proper title of the doc too, which also has it as one word
- consolidate two sentences together that both describe what a default StorageClass is for
- `storageClassName` is the specific PVC field; use backticks and camelCase when describing it
- remove extra new line
- minor grammar and spacing fixes
- more than one space was occassionally used
- a cloud provider will similarly only ever set _one_ default StorageClass, so use singular instead of plural
* docs(storage-classes): add section on default StorageClass
- the PVC docs reference this and there is an administrator guide on how to change this, but no section within the central Storage Classes document
- this has made it a bit difficult to explain how that a default StorageClass exists as the StorageClass docs themselves barely mention it
- with a new section, this makes it very clear and links out to other existing docs on the topic
- based off a previous PR that went through some review cycles and added this section but was never merged
* update what happens when multiple defaults exist
- c.f. 962235c86a (diff-77fd84defc818b9e6010794bf87e0eece0960dfeff196e19b7d84da8de15ddffR67)
- chooses the newest by default
* slight modifications according to the style guide
- simplify dynamic provisionining reference
- it's specific, but very accurate, so I'm hesitant to remove more pieces of it
- simplify tense; this is still a "hypothetical" (if/when) scenario, so still not present tense, but simpler past perfect tense instead of future perfect tense
- futher modifications welcome!
* use a relative path to the doc instead of a URL
Co-authored-by: Rey Lejano <rlejano@gmail.com>
---------
Co-authored-by: Ju Lim (Red Hat) <julim@redhat.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-07-05 21:55:03 -07:00
Kubernetes Prow Robot
dfe45a9d08
Merge pull request #41820 from alex-dixon/patch-1
...
Add --rm for temporary pod command
2023-07-05 21:49:03 -07:00
Kubernetes Prow Robot
3df479cccb
Merge pull request #41574 from sftim/20230610_revise_encryption_at_rest_part
...
Update example YAML in encryption-at-rest topic
2023-07-05 15:35:06 -07:00
Kubernetes Prow Robot
b305fdaa5a
Merge pull request #41157 from able8/fix-a-shell-command-in-examples
...
Fix a shell command in examples of "Init Containers" page
2023-07-05 15:19:03 -07:00
Kubernetes Prow Robot
8546f1908b
Merge pull request #41395 from tengqm/improve-sys-logs
...
Improve sys logs page by clarifying options dropped
2023-07-05 15:17:03 -07:00
Kubernetes Prow Robot
3342cbf645
Merge pull request #41297 from tengqm/clarify-prestop-hook
...
Clarify prestop hook invocation condition
2023-07-05 15:15:04 -07:00
Kubernetes Prow Robot
6b1f65f55a
Merge pull request #41300 from achiverram28/patch-1
...
Document steps for deleting kubectl on macOS
2023-07-05 15:13:03 -07:00
Matt Boersma
bb4337e8d2
Remove reconfigure-kubelet page
2023-07-05 08:04:46 -06:00
shubham82
ce9a098b01
Improvement: Updated the link for Service Proxies.
2023-07-05 18:32:00 +05:30
Kubernetes Prow Robot
df252c23fa
Merge pull request #41879 from wafuwafu13/label-link
...
Add links from deprecated labels to their replacements
2023-07-05 04:22:57 -07:00
wafuwafu13
f28aa511ec
chore(labels-annotations-taints): add backticks
2023-07-05 12:06:45 +01:00
Kubernetes Prow Robot
bdbe3dc14f
Merge pull request #41845 from yanggangtony/fix-typo-words
...
Fix typo words in pod describe
2023-07-04 23:54:55 -07:00
wafuwafu13
7f51989581
chore(labels-annotations-taints): add link
2023-07-04 21:47:38 +01:00
windsonsea
4a0f47367c
polish text and indentations in test.md
2023-07-04 12:33:37 +08:00
Odin Ugedal
b7013aafec
Update statefulset pod name docs stating its a label
...
This well known value is a label, and has always been so. This fixes a typo where it was defined as an annotation
See; https://github.com/kubernetes/kubernetes/blob/v1.27.0/pkg/controller/statefulset/stateful_set_utils.go#L137
2023-07-03 12:47:26 +01:00
Kubernetes Prow Robot
aa86f39e63
Merge pull request #41846 from ffromani/devmgr-topomgr-ga
...
Fix stale feature state for device plugin integration with Topology Manager
2023-07-03 01:42:51 -07:00
Kubernetes Prow Robot
e03607e993
Merge pull request #41847 from T-Lakshmi/broken-link
...
fix broken link[avoiding-collisions]
2023-07-03 01:34:51 -07:00
lakshmi
7df9f487ac
fix broken link[avoiding-collisions]
2023-07-03 13:07:29 +05:30
Francesco Romani
df62b9bed1
node: integration with topology manager is stable
...
Retroactively fix the feature state:
- device manager GA'd in 1.26
- topology manager GA'd in 1.27
thus we can safely call the integration between topology and device
managers GA in 1.27
Signed-off-by: Francesco Romani <fromani@redhat.com>
2023-07-03 07:44:09 +02:00
yanggang
67ec5feea2
fix typo words in pod describe.
...
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-07-03 10:07:37 +08:00
Dipesh Rawat
73c7e96747
Add tutorial link to deploy first app
2023-07-03 00:17:00 +01:00
AKSHAYA MADHURI
e40c585560
Update feature-gates.md
2023-07-02 17:46:34 +05:30
AKSHAYA MADHURI
d1b90faec8
Update storage-classes.md
2023-07-02 16:51:32 +05:30
AKSHAYA MADHURI
80f42ed9b5
Update storage-classes.md
2023-07-02 12:10:27 +05:30
Kubernetes Prow Robot
7a512593af
Merge pull request #41714 from neolit123/1.28-fix-missing-auth-kubelet-config-ha-docs
...
setup-ha-etcd-with-kubeadm.md: add missing authn/authz fields
2023-07-01 04:40:48 -07:00
Kubernetes Prow Robot
fd7fa1ffad
Merge pull request #41195 from sftim/20230223_add_detail_headless_service
...
Document detail about headless Services
2023-06-30 21:58:43 -07:00
Kubernetes Prow Robot
9ee99313f8
Merge pull request #41797 from enyiakwu/patch-2
...
Fixed typo for taint-and-toleration.md
2023-06-30 21:34:43 -07:00
Alex Dixon
de09ed7f45
Add --rm for temporary pod command
...
Without --rm this creates a pod in the default namespace named `curl`. It seems ok to remove it on exit.
2023-06-30 20:41:26 -07:00
Kubernetes Prow Robot
c5ee8294f5
Merge pull request #38551 from sftim/20221219_migrate_aws_specifics_from_service
...
Move AWS Service annotation details to reference page
2023-06-30 06:24:42 -07:00
Kubernetes Prow Robot
aa8eabc49a
Merge pull request #40375 from candrews/patch-1
...
Clarify image pull policy regarding digests
2023-06-30 06:22:43 -07:00
Kubernetes Prow Robot
0e7302f383
Merge pull request #41556 from Zhuzhenghao/cleanup/abac
...
cleanup page abac
2023-06-30 06:18:42 -07:00
Kubernetes Prow Robot
2bad323592
Merge pull request #40072 from michaelruigrok/patch-1
...
Document probe delay if startup is defined
2023-06-30 04:26:30 -07:00
Kubernetes Prow Robot
4cb9a82b2a
Merge pull request #40166 from mtardy/scdeny-deprecation
...
Update scdeny plugin documentation for deprecation
2023-06-30 02:49:45 -07:00
mtardy
c32b30f457
Update scdeny plugin documentation for deprecation
2023-06-30 10:52:50 +02:00
Kubernetes Prow Robot
0b16ccfe5b
Merge pull request #41651 from stormqueen1990/patch-1
...
Remove reference to interactive tutorial in expose-intro.html
2023-06-29 10:37:42 -07:00
Max
d61f12d86f
fixed typo for taint-and-toleration.md
2023-06-29 12:50:35 +01:00
Kubernetes Prow Robot
7adb15dfef
Merge pull request #41798 from rayowang/fixdocs
...
fix: unclear documentation on NamespaceDefaultLabelName feature gate
2023-06-29 01:18:45 -07:00
Kubernetes Prow Robot
1f05da1718
Merge pull request #39772 from pbetkier/patch-1
...
Clarify horizontal pod autoscaler docs on scaling behavior
2023-06-28 23:58:45 -07:00
Michael Ruigrok
730302b5c0
Merge branch 'main' into patch-1
2023-06-29 15:38:12 +10:00
Rayo
10e15641bd
Update content/en/docs/concepts/overview/working-with-objects/namespaces.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-06-29 12:14:55 +08:00
Rayo
d287886f7b
Update content/en/docs/concepts/overview/working-with-objects/namespaces.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-06-29 12:14:42 +08:00
Kubernetes Prow Robot
b47948af36
Merge pull request #41156 from dprotaso/patch-1
...
Update service-accounts-admin.md
2023-06-28 15:06:45 -07:00
Rayowang
23ea8a1dc7
fix: unclear documentation on NamespaceDefaultLabelName feature gate
2023-06-29 00:53:20 +08:00
Max
4116be05c0
Update taint-and-toleration.md
...
fixed some typos
2023-06-28 17:33:53 +01:00
Mauren Berti
9c0d101871
Fix link and add anchor to navigate to specific section.
...
Fix the target link in the expose-intro tutorial and add an anchor to deploy-intro so the link points to the specific page location.
2023-06-27 11:24:34 -04:00
Mauren Berti
0924c73c8f
Change from review: add a link to the previous tutorial.
...
* Include a link that points to the tutorial where the deployment in question was originally created, to allow the reader a better flow between tutorials.
2023-06-27 11:17:49 -04:00
Qiming Teng
29cbf5b067
Fix feature gates flag in kubelet reference
...
The kubelet reference has to be manually generated and maintained.
This PR fixes the outdated list for feature gates, and also an
incorrect default value for WindowsHostNetwork.
2023-06-27 09:57:45 +08:00
Kubernetes Prow Robot
1cb1390388
Merge pull request #41000 from zlabjp/fix-key-usage
...
Fix permitted key usages
2023-06-26 17:32:29 -07:00
Tim Bannister
5a9803346c
Move AWS Service annotation details to reference page
2023-06-26 21:39:12 +01:00
Michael
9bcd39b36e
improve /using-api/deprecation-guide.md
2023-06-25 21:41:38 +08:00
kanhaya kumar yadav
f4a2ad9612
Update scale-intro.html
...
Formatted the output lines
2023-06-23 11:12:09 +05:30
Lubomir I. Ivanov
661acacc41
setup-ha-etcd-with-kubeadm.md: add missing authn/authz fields
...
The kubelet is run in standalone mode and these fields are required
so that the config is accepted. In this guide the kubelet
is only used as a service manager. Note that while the authz
mode is AlwaysAllow, anonymous and webhook authn are disabled.
2023-06-21 13:54:33 +03:00
AmarNathChary
ae69059fb1
fixed buggy example note shortcode
2023-06-21 13:29:17 +05:30
Kubernetes Prow Robot
da0d5c530e
Merge pull request #41282 from tengqm/tweak-probes-task
...
Tidy up the probes task page
2023-06-20 18:20:20 -07:00
Kubernetes Prow Robot
a9773378eb
Merge pull request #41697 from pranav-pandey0804/fixedapi-concepts/invalidlink
...
fixed the error in the syntax of the metadata link
2023-06-20 18:18:20 -07:00
pranav-pandey0804
41fc9dc627
fixed the error in the syntax of the metadata link
2023-06-20 19:49:27 +05:30
Kubernetes Prow Robot
5f7f496c4f
Merge pull request #41624 from my-git9/local-debugging2
...
Tweak line wrappings in local-debugging.md debug-pods.md
2023-06-20 05:10:22 -07:00
J.P. Dowd
602b20bcf4
Update images to mySQL 8.0 and Wordpress 6.2.1. This example will now work on ARM based systems (Macbook M1 chips+).
...
Configured database image to create the required database and a non-root user for the Wordpress site.
2023-06-19 11:52:11 -04:00
lakshmi
a3423aa24f
improvement for 'Using environment variables inside of your config'
2023-06-19 16:35:41 +05:30
zhenghao.zhu
b1e9fbe945
[zh] cleanup page abac
2023-06-18 11:46:28 +08:00
Kubernetes Prow Robot
c43c360bf4
Merge pull request #41639 from pbxqdown/patch-1
...
Fix node score calculation in resource-bin-packing.md
2023-06-17 19:48:19 -07:00
Kubernetes Prow Robot
049d1349b6
Merge pull request #41649 from nzneit/patch-1
...
Update configure-upgrade-etcd.md
2023-06-17 00:32:20 -07:00
Kubernetes Prow Robot
40a3c35c6d
Merge pull request #41560 from tamilselvan1102/patch-2
...
Update setup-ha-etcd-with-kubeadm.md
2023-06-16 23:58:19 -07:00
Kubernetes Prow Robot
e544ecaeba
Merge pull request #41634 from my-git9/configure-aggregation-laye2
...
Tweak line wrappings in configure-aggregation-layer.md
2023-06-16 23:50:21 -07:00
Mauren Berti
ad0169b0da
Remove reference to interactive tutorial in expose-intro.html
...
Remove reference to interactive tutorial in expose-intro.html as this is not going to be run from an interactive platform such as Katacoda anymore, but in the user's local workstation.
2023-06-15 15:23:31 -04:00
nzneit
b9f8b59e8b
Update configure-upgrade-etcd.md
...
Fix typo in "Maintaining etcd clusters"
2023-06-15 09:50:42 -04:00
Kubernetes Prow Robot
a631f1bc9c
Merge pull request #41514 from T-Lakshmi/init-containers
...
updated init-containers page
2023-06-15 02:24:18 -07:00
Qian_Xiao
972abbf09f
Fix node score calculation in resource-bin-packing.md
...
The nodescore calculation formula misses parentheses causing it confusing to understand.
2023-06-14 13:41:54 -07:00
xin.li
f59c9f7473
Tweak line wrappings in configure-aggregation-layer.md
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-06-14 12:31:58 +08:00
xin.li
4ba09eb506
Tweak line wrappings in local-debugging.md debug-pods.md
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2023-06-13 23:43:44 +08:00
Michael
c37e8062b4
Tweak line wrappings in configure-gmsa.md
2023-06-13 20:23:27 +08:00
Kubernetes Prow Robot
e5d9e6d7f2
Merge pull request #41174 from SebastianUA/patch-1
...
Update audit.md
2023-06-12 17:51:58 -07:00
Vitalii Natarov
6a20c5df0d
Merge branch 'kubernetes:main' into patch-1
2023-06-12 14:05:52 +02:00
Michael
86363bbb85
improve ip-masq-agent.md
2023-06-12 19:51:24 +08:00
Kubernetes Prow Robot
0fd404eea4
Merge pull request #41535 from Shubham82/wrap_IP-Masquerade-Agent
...
Improvement: Tweak line wrapping for the ip-masq-agent task page.
2023-06-11 17:03:47 -07:00
Kubernetes Prow Robot
13a9d24f77
Merge pull request #41540 from tengqm/wrap-labels
...
Refactor the label-annotation-taints page
2023-06-11 05:31:46 -07:00
Dipesh Rawat
940a468973
Remove deprecated Service topologyKeys
2023-06-11 00:08:02 +01:00
Tim Bannister
163fd2769a
Update example YAML in encryption-at-rest topic
2023-06-10 09:53:36 +01:00
Kubernetes Prow Robot
c3d83c9275
Merge pull request #41510 from stormqueen1990/fix/en/cluster-interactive-rendering
...
[en] Remove dangling </div> from interactive tutorials pages
2023-06-09 01:28:14 -07:00
Tamilselvan
765f70fd8b
Update setup-ha-etcd-with-kubeadm.md
2023-06-09 11:55:32 +05:30
shubham82
09fcbf557b
Wrapped lines.
2023-06-09 10:34:17 +05:30
Tamilselvan
8e184f7153
Update setup-ha-etcd-with-kubeadm.md
2023-06-09 10:28:04 +05:30
Mauren Berti
bbbdb79885
Remove dangling </div> element.
...
Remove a dangling </div> element that is causing the following pages to break rendering:
* tutorials/kubernetes-basics/create-cluster/cluster-interactive.html
* tutorials/kubernetes-basics/deploy-app/deploy-interactive.html
* tutorials/kubernetes-basics/explore/explore-interactive.html
* tutorials/kubernetes-basics/expose/expose-interactive.html
* tutorials/kubernetes-basics/scale/scale-interactive.html
* tutorials/kubernetes-basics/update/update-interactive.html
2023-06-08 14:23:44 -04:00
Kubernetes Prow Robot
3ae9cee6c8
Merge pull request #41507 from ronaknnathani/patch-1
...
Fixes a typo for "concurrency" in PriorityLevelConfiguration section
2023-06-08 08:16:15 -07:00
Kubernetes Prow Robot
0039b0c093
Merge pull request #41389 from tengqm/wrap-leader-mig
...
Tweak line wrapping for leader migration task page
2023-06-08 08:12:13 -07:00
Kubernetes Prow Robot
75ece85e56
Merge pull request #41278 from tengqm/fix-41089
...
Add link to reclaiming policy
2023-06-08 08:10:13 -07:00