Commit Graph

16273 Commits

Author SHA1 Message Date
edsoncelio fe63395af0 feat: fix typos requested by code review 2021-07-31 15:09:11 -03:00
NamikoToriyama 359d239a65 Fix a non-existent link
Signed-off-by: NamikoToriyama <namiko.trym@gmail.com>
2021-08-01 02:22:23 +09:00
Claudia J. Kang d534f730cf Fix the missing termination character with HTML5 named character reference
The HTML5 named character reference such as '&gt', '&lt' should be terminated
with semicolon character. This commit fixes the missing termination character
with the kubernetes-basics tutorials.
2021-08-01 00:05:16 +09:00
Arhell 506dc498ab [ja] update link to Flannel 2021-07-31 14:30:09 +03:00
anyulled 69c70cd418 docs: volumes - spanish translation 2021-07-31 12:26:57 +02:00
Anyul Rivas e9b4cee5b2 Merge branch 'kubernetes:main' into master 2021-07-31 11:53:06 +02:00
anyulled d9e4982509 docs: volumes - spanish translation 2021-07-31 11:52:20 +02:00
zhangguanzhang 73a030236d [zh] docs: update old command and sync
Signed-off-by: zhangguanzhang <zhangguanzhang@qq.com>
2021-07-31 17:42:15 +08:00
Aris Cahyadi Risdianto 11ded1cca1 rename "Job" Concept page. 2021-07-31 15:16:01 +07:00
Kubernetes Prow Robot a6741614c2 Merge pull request #29157 from cjyar/job-pod-deletion
Add a clarifying reference about a Job's Pod deletion.
2021-07-30 23:15:20 -07:00
Kubernetes Prow Robot 722d7bca96 Merge pull request #29156 from PI-Victor/docs/service-traffic-policies
Document the ProxyTerminatingEndpoints feature
2021-07-30 09:39:37 -07:00
Anushka Mittal d818691764 Update wrong link in assign-pod-node.md 2021-07-30 20:32:42 +05:30
Claudia J. Kang a850ca2fc2 [ko] Update outdated files in dev-1.21-ko.7 (p3)
This commit fixes M20~M26 on 28963.
2021-07-30 23:44:18 +09:00
sandipanpanda 4915d216aa Update token authentication file (#29139) 2021-07-30 09:54:05 -04:00
Kubernetes Prow Robot 3ac2177603 Merge pull request #29162 from seokho-son/out-m27-1.21-ko.7
[ko] Update outdated files in dev-1.21-ko.7 (m27)
2021-07-30 06:47:38 -07:00
Juhee Kang 97d371bcf7 Fix kubectl-convert plugin typo on "Install kubectl on macOS"
Compared with the other distro guide about installation kubectl, the macOS installation guide has a typo about validation of kubectl-convert. 
This commits fixes the typo on "Install kubectl on macOS" documentation.
2021-07-30 22:16:44 +09:00
Kubernetes Prow Robot 575bd04640 Merge pull request #29158 from Arhell/fix-name
[it] fix Flannel addon name
2021-07-30 04:57:37 -07:00
RA489 7f9d3e3f90 Update activeDeadlineSeconds with Pod page 2021-07-30 16:11:31 +05:30
Kubernetes Prow Robot 2aa0117550 Merge pull request #29161 from steven-my/29096-update-location-for-preparenode-ps1
Update location of PrepareNode.ps1
2021-07-30 03:11:37 -07:00
Kubernetes Prow Robot 1e0c138fad Merge pull request #29003 from ClaudiaJKang/ko-28983
[ko] Translate docs/tasks/administer-cluster/enable-disable-api.md
2021-07-30 00:15:37 -07:00
seokho-son 4bfd5a6acd Update outdated files in dev-1.21-ko.7 (m27) 2021-07-30 15:14:59 +09:00
Aaron Crickenberger be9926dff4 kubeadm: use k8s-staging-ci-images instead of kubernetes-ci-images 2021-07-29 17:59:06 -07:00
Kubernetes Prow Robot 0df45a7130 Merge pull request #29154 from cslauritsen/patch-1
mark adjectival phrases with hyphens
2021-07-29 15:41:39 -07:00
Tim Bannister 02fbd11727 Fix grammar 2021-07-29 23:40:15 +01:00
Arhell 4778f62f07 [it] fix Flannel addon name 2021-07-30 01:07:37 +03:00
Jihoon Seo 3b7a5610ca Fix nits in user-guide-windows-containers (#28379)
* Fix nits in user-guide-windows-containers

* Replace 'master' with 'control plane'
2021-07-29 14:09:19 -07:00
Kubernetes Prow Robot f470819727 Merge pull request #28583 from vaibhav2107/hpa-walkthrough
Update the command in /docs/tasks/run-application/horizontal-pod-auto…
2021-07-29 14:05:19 -07:00
Chris Jones 1a2e20268a Add a clarifying reference about a Job's Pod deletion. 2021-07-29 12:50:06 -06:00
Andrew Sy Kim 3cb9ee4e67 Document the ProxyTerminatingEndpoints feature
Document Service Traffic Policies

Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
Reviewed-by: Victor Palade <victor@cloudflavor.io>
2021-07-29 20:40:34 +03:00
Kubernetes Prow Robot ddf3002561 Merge pull request #29146 from craigbox/interview-1.21
Add release interview for 1.21
2021-07-29 10:16:19 -07:00
Chad Lauritsen abeaf3e5ea mark adjectival phrases with hyphens 2021-07-29 12:46:32 -04:00
Kubernetes Prow Robot d567014251 Merge pull request #29148 from bhumijgupta/add-convert-install-requirement
Add requirement note for kubectl convert command reference
2021-07-29 09:44:20 -07:00
Craig Box aaf9833b32 Merge branch 'interview-1.21' of https://github.com/craigbox/kubernetes.github.io into interview-1.21 2021-07-29 16:52:32 +01:00
Craig Box 401690d7b5 s/engineering/Engineering/ 2021-07-29 16:52:23 +01:00
craigbox 54090324e2 Final suggestions from Nabarun's review
Co-authored-by: Nabarun Pal <palnabarun@users.noreply.github.com>
2021-07-29 16:51:41 +01:00
craigbox bb26915575 Apply suggestions from Nabarun's review
Co-authored-by: Nabarun Pal <palnabarun@users.noreply.github.com>
2021-07-29 16:47:04 +01:00
Kubernetes Prow Robot 6b0351333e Merge pull request #29153 from PI-Victor/merged-main-dev-1.22
Merge main into dev 1.22 to sync and fix conflicts
2021-07-29 08:14:19 -07:00
Victor Palade 4b3b80f962 deprecation: Update quobyte storage class
This change adds a deprecation notice for the in-tree quobyte storage class and offers a link to the out-of-tree example.

Signed-off-by: Victor Palade <victor@cloudflavor.io>
2021-07-29 15:56:41 +03:00
Victor Palade 252c44c53d Merge master into dev-1.22 to keep in sync 2021-07-29 15:40:32 +03:00
Simone Tiraboschi eca82e08f9 Concretely explain how to patch CRD status
Current documentation simply suggest
"Remove v1beta1 from the CustomResourceDefinition
status.storedVersions field."
but this cannot be done just with kubectl and
it's not so intuitive.

Adding an example to make it more clear.

Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
2021-07-29 13:50:42 +02:00
Craig Box 527f15ee47 Add some links 2021-07-29 12:40:50 +01:00
Kubernetes Prow Robot b40d3f54ad Merge pull request #29138 from mengjiao-liu/fix-memory-suffix
[zh] memory suffixes: "k" is lowercase
2021-07-29 03:48:18 -07:00
Kubernetes Prow Robot 55d33c1311 Merge pull request #29150 from chjtwork/patch-1
[zh] fix debug-running-pod url
2021-07-29 01:48:19 -07:00
Steven Yan 6db181178f Update location of PrepareNode.ps1 2021-07-29 16:35:26 +08:00
chjtwork 601c5b2b9b fix debug-running-pod url 2021-07-29 15:05:03 +08:00
bhumijgupta 60d8eaf339 Add requirement note for kubectl convert command reference
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-07-29 09:10:42 +05:30
Craig Box 8d55192ee4 Add release interview for 1.21 2021-07-28 23:12:29 +01:00
Arhell 04a907ccc7 [it] fix addon name 2021-07-29 00:31:43 +03:00
Kubernetes Prow Robot ddf46cfd6b Merge pull request #29124 from tallclair/podsecurity
[PodSecurity] Correct and clarify a few things
2021-07-28 11:26:47 -07:00
Tim Allclair 6ac692be8e [PodSecurity] Correct and clarify a few things 2021-07-28 10:41:59 -07:00