Francisco Robles Martín
ba734d4412
Updating --cascade=false to --cascade=orphan
...
Cascade=false is deprecated in kubectl 1.21, according to Bug https://github.com/kubernetes/website/issues/27920
2021-06-11 15:18:12 +02:00
Haardik Dharma
595962652b
Update api-concepts.md
2021-06-10 20:34:22 +05:30
Shubham Kuchhal
deba5807c9
Fix typo
2021-06-10 18:15:32 +05:30
Shubham Kuchhal
3762e01c6d
Correct the Configure Certificate Rotation for the Kubelet docs.
2021-06-10 18:11:39 +05:30
Kubernetes Prow Robot
2f4a570f0c
Merge pull request #27573 from dancnfoo/patch-1
...
Update custom-resource-definition-versioning.md
2021-06-09 19:57:26 -07:00
Bruno Gabriel da Silva
0295ca4f9e
Adjust yaml indentation on allowedHostPaths example ( #27731 )
...
* Adjust yaml indentation on allowedHostPaths
allowedHostPaths is an attribute inside spec: of PSP, so the sample needs to be shifted to match the YAML.
* Adjusted the PSP example allowedHostPaths coments
Adjusted the whole example (including the #coments)
2021-06-09 18:37:26 -07:00
Kubernetes Prow Robot
36a464b5f4
Merge pull request #28343 from fml2/patch-1
...
doc: remove unneeded comma
2021-06-09 17:43:27 -07:00
Kubernetes Prow Robot
969706c388
Merge pull request #27371 from rosespecs/patch-1
...
Gramma fix for change-pv-reclaim-policy.md
2021-06-09 17:39:26 -07:00
Kubernetes Prow Robot
fd3422a561
Merge pull request #28047 from AsterYujano/patch-1
...
Update kustomization.md
2021-06-09 17:31:26 -07:00
Kubernetes Prow Robot
94b2004b82
Merge pull request #28097 from jmyung/patch-1
...
fix minor typo in configure-runasusername.md
2021-06-09 17:17:27 -07:00
Lubomir I. Ivanov
fa3efa1441
kubeadm: use the new v1beta3 instead of v1beta2
...
In 1.22 kubeadm is adding a new API version - v1beta3.
Adapt links and examples to use v1beta3 instead of v1beta2.
v1beta2 is not deprecated yet, but v1beta3 is preferred
at this point.
2021-06-10 02:51:16 +03:00
Bas Kok
03d885ebc0
Update the expected output for minikube addons enable
...
The output from `minikube addons enable` in the documentation should match the output from the current version of minikube (which is also in katakoda)
2021-06-09 21:30:01 +02:00
Javier Diaz-Montes
e16b64c43e
Updating docs to reflect graduation of setHostnameAsFQDN feature to GA. KEP PR: kubernetes/enhancements#2641 , Kubernetes PR: kubernetes/kubernetes#101294
2021-06-09 14:00:17 -04:00
hardikshah197
44eea9958e
Merge branch 'master' into issue#28062
2021-06-09 15:54:35 +05:30
hardikshah197
23122963bc
link updated
2021-06-09 15:53:18 +05:30
hardikshah197
7f0111d68a
link restored
2021-06-09 15:34:39 +05:30
fml2
86597ed556
doc: remove unneeded comma
2021-06-09 10:27:29 +02:00
Kubernetes Prow Robot
d8f4b5c161
Merge pull request #28289 from PI-Victor/merged-master-dev-1.22
...
Merge master into dev-1.22
2021-06-08 19:31:47 -07:00
Squidtoon99
ddc67b8114
Fix a few grammar issues and typos ( #28332 )
...
* Fix few grammar issues and typos in the blog page
> see the API documentation more information
Should be corrected to "documentation for more information" as the sentence is incorrect.
> may only compare two resource version for equality
Everywhere else in the paragraph "resource versions" are used, I believe this is just a typo.
> The get, list and watch
Missing comma after list to separate the elements
* Fix typos in blog post
> On rare occurences, a
"occurrences" is misspelled
> whole list, map or struct
3 elements are missing a comma seperator after map
> there are no way
are is a plural form while "no way" is a singular subject
> `MergePatch`, `StrategicMergePatch`, `JSONPatch` or `Update`
Missing comma after JSONPatch
2021-06-08 19:11:47 -07:00
Kubernetes Prow Robot
0bf3cb6b6c
Merge pull request #27989 from makusu2/patch-1
...
Clarify what must be the same
2021-06-08 18:17:47 -07:00
tylerphilips
d1fa1547e7
Added Navigation buttons for training modules 1 to 6
2021-06-08 19:04:27 -04:00
Kubernetes Prow Robot
32dbaaaaea
Merge pull request #27991 from a-mccarthy/fix-27360
...
Add page for analytics dashboard
2021-06-08 14:58:07 -07:00
Kubernetes Prow Robot
fbab5a864d
Merge pull request #28073 from vitaliyf/patch-1
...
Clarify that Docker registry secrets are using type kubernetes.io/dockerconfigjson
2021-06-08 14:24:08 -07:00
Kubernetes Prow Robot
d2f5f92e8b
Merge pull request #28311 from Shubham82/fix-Managing_Service_Accounts
...
Improvement: Managing Service Accounts
2021-06-08 09:15:34 -07:00
Kubernetes Prow Robot
3c69a21f23
Merge pull request #28250 from HongjiangHuang/fix/dotnet-client
...
[en]: fix client libraries
2021-06-08 07:19:13 -07:00
Kubernetes Prow Robot
2801962020
Merge pull request #28263 from yilmazsen/patch-1
...
Adding one line code for installation of kubectl
2021-06-08 07:17:14 -07:00
Antoine Poliakov
58fc28ecb8
Document kubelet client certificate recovery
...
break long lines
simplify wording (suggested by neolit123)
phrasing error/typo
don't mention creating a new kuebadm config file, not really relevant here
remove unnecessary stop from kubelet cert troubleshoot
minor phrasing improvement: *the* kublet
make the steps for fixing kubelet certs separate from other troubleshooting suggestions
move kubelet cert troubleshooting to a better place
improve note wording and add link
add missing dot
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
add missing dot
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
remove steps not related to the issue
Make instructions work on worker nodes too
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com >
2021-06-08 09:18:02 +02:00
Shubham Kuchhal
5cf02fde98
Add Spaces.
2021-06-08 11:08:11 +05:30
Qiming Teng
e4dde86ce2
Fix a typo on labels-annotations-taints page
2021-06-08 13:32:38 +08:00
Kubernetes Prow Robot
4502d3b438
Merge pull request #28108 from amuraru/patch-1
...
Fixed link to API priority and fairness enhancement proposal
2021-06-07 16:24:02 -07:00
Shubham Kuchhal
baf379436b
Improvement: Managing Service Accounts
2021-06-07 17:33:58 +05:30
pacoxu
6bbe2ff4e9
add k8s.gcr.io/pause:3.5 to windows pause image list
2021-06-07 17:36:39 +08:00
Kubernetes Prow Robot
cfa387a2df
Merge pull request #28166 from brendandburns/brendandburns-patch-1
...
Delete logging-stackdriver.md
2021-06-05 06:30:38 -07:00
Kubernetes Prow Robot
ade29b7f44
Merge pull request #28161 from jicowan/patch-1
...
Update resource-bin-packing.md
2021-06-05 06:28:38 -07:00
Kubernetes Prow Robot
1f70fdbf44
Merge pull request #28030 from ms-choudhary/fix-list-images
...
Fix list all uniq container images
2021-06-05 06:16:38 -07:00
Kubernetes Prow Robot
ed7eb19f8b
Merge pull request #28294 from tengqm/fix-27953
...
Fix Windows sample command
2021-06-05 04:50:38 -07:00
Qiming Teng
d0689c9937
Fix Windows sample command
...
The script mentioned actually accepts simply the version string without
the 'v' character.
2021-06-05 17:24:22 +08:00
Kubernetes Prow Robot
b54f8b02d4
Merge pull request #28087 from MartinKanters/contrib-upstream-remove-reference-to-deleted-file
...
Deleted reference to removed file
2021-06-05 02:22:38 -07:00
Kubernetes Prow Robot
892a71113d
Merge pull request #27984 from kenaniah/patch-1
...
Fixes a small typo in topology aware hints page
2021-06-04 21:10:38 -07:00
Marian Steinbach
56dbcd6731
Terminology: high-availability masters -> high-availability control plane ( #28225 )
...
* Change terminology: high availability masters -> high availability control plane
* Fix typo
* Add alias for old URI
* Rename file
2021-06-04 21:08:38 -07:00
Kubernetes Prow Robot
9f8abfadd0
Merge pull request #28246 from Shubham82/fix-Configure_Service_Accounts_for_Pods
...
Improvement in Configure Service Accounts for Pods Task
2021-06-04 21:04:37 -07:00
Kubernetes Prow Robot
7097e3a8d7
Merge pull request #28096 from gjkim42/expanded-dns-config
...
Add ExpandedDNSConfig feature gate
2021-06-04 20:50:38 -07:00
tylerphilips
b3c36f6b5e
Added Navigation buttons for training modules 1 to 6
2021-06-04 21:35:43 -04:00
tylerphilips
7a02a387dc
Added navigation buttons for training modules 1 to 4
2021-06-04 20:53:33 -04:00
Kubernetes Prow Robot
57b22c21d5
Merge pull request #28244 from ondrej-ivanko/patch-1
...
Update feature-gates.md
2021-06-04 16:22:38 -07:00
Victor Palade
996ebf5b76
Merge master into dev-1.22 to keep in sync
2021-06-04 19:09:34 +02:00
Yılmaz ŞEN
cd04c8a1f6
Adding one line code for installation of kubectl
...
Hi There, When I follow these instructions, I could not install correctly kubectl. After kubectl file downloading, That file needs to be given execution permission.
I want to contribute for that. Best regards.
2021-06-04 11:19:25 +03:00
Kubernetes Prow Robot
13349883d1
Merge pull request #28234 from jihoon-seo/210603_Nit_Fix_hrefs
...
Nit: Fix hrefs of some links
2021-06-03 18:59:26 -07:00
Albert
905619a79b
[en]: fix client libraries
2021-06-04 00:08:06 +08:00
Shubham Kuchhal
8d50647fdb
Improve Configure Service Accounts
...
Improvement in Configure Service Accounts for Pods Task
Signed-off-by: Shubham Kuchhal <shubham.kuchhal@india.nec.com >
Remove annotations field from metadata.
2021-06-03 20:57:10 +05:30