Commit Graph

17089 Commits (1c76afc2bc1a3806e33933726571207f8466f514)

Author SHA1 Message Date
Oleg Atamanenko e5e0faf011
Fixed typo in feature gate name.
Fixed typo.

related PR: https://github.com/kubernetes/kubernetes/pull/86377/
2020-07-21 12:01:45 -07:00
Aris Cahyadi Risdianto cfc4d906e0 ID localization for administer cluster - high available master
Fix translation word.

Small change to initiate hugo deploy.

Addressing several comments.
2020-07-21 22:40:13 +08:00
Ángel Barrera 27c5df83f8
typo clusers -> clusters
FIX a typo in clusers -> clusters
2020-07-21 13:03:00 +02:00
Qiming Teng 96b76320c7 Remove the 'slug' attribute from open-a-pr
The slug is causing problems for tracking missing links. Other than
that, I'm not seeing any advantage of using it.
2020-07-21 18:55:59 +08:00
Johannes M. Scheuermann f1588c03f3 Add feature state for individual health checks 2020-07-21 10:24:40 +02:00
Kubernetes Prow Robot 80c79ed70d
Merge pull request #22512 from ariscahyadi/id-local-app-cluster-list-image
ID localization for access-application-cluster list-image
2020-07-20 19:03:14 -07:00
Kubernetes Prow Robot 8b5dfed379
Merge pull request #22481 from irvifa/id/translate-assign-pods-nodes-using-node-affinity
docs: Add Translation to Assign Pods to Nodes using Node Affinity
2020-07-20 18:59:15 -07:00
Kubernetes Prow Robot 6f65a89c1a
Merge pull request #22282 from sozercan/patch-2
Remove container level supplementalGroups and fsgroup from PSP standards doc
2020-07-20 18:55:14 -07:00
Kubernetes Prow Robot 1bc492afe9
Merge pull request #22411 from ariscahyadi/id-local-admin-cluster-network-calico
ID localization for administer cluster - network policy - calico
2020-07-20 18:33:14 -07:00
Kubernetes Prow Robot 869fded4a6
Merge pull request #22420 from sumodirjo/administer-cluster-namespaces
ID translation of /docs/tasks/administer-cluster/namespaces
2020-07-20 18:25:15 -07:00
Kubernetes Prow Robot 1a7e81f77e
Merge pull request #22550 from tengqm/fix-links-contrib
Tidy up: fix bad links in contribution guide
2020-07-20 18:21:13 -07:00
Kubernetes Prow Robot 0b05abd324
Merge pull request #22602 from bengadbois/audit-typo-fix
audit: typo fix in docs
2020-07-20 15:29:13 -07:00
Ben Gadbois a491d86a0c
audit: typo fix 2020-07-20 14:30:44 -07:00
Kubernetes Prow Robot 3776b5ca5f
Merge pull request #22595 from Arhell/upd-video
fix broken field on the main page in the video block
2020-07-20 13:17:14 -07:00
Lubomir I. Ivanov 67d95db8cd kubeadm: remove the preferred / popular list of CNIs
Kubeadm should be CNI agnostic and should not define what is
considered a popular CNI plugin and what isn't.

- Remove the tabs that list CNIs such as Calico, WeaveNet, etc.
- Preserve the note that Calico is currently the only CNI
kubeadm e2e tests are run against.
- Change the link to enumerate CNIs to:
/docs/concepts/cluster-administration/networking/
2020-07-20 22:41:55 +03:00
Aris Cahyadi Risdianto 12d2ae6d9d ID localization for access-application-cluster list-image
Addressing several comments.

Addressing several comments.
2020-07-20 22:42:57 +08:00
Kubernetes Prow Robot bb01684036
Merge pull request #22597 from tengqm/zh-kcm-reference
[ZH] Sync kube-controller-manager localization
2020-07-20 07:22:50 -07:00
Qiming Teng df17b10ec8 [ZH] Sync kube-controller-manager localization
Also fixes the table rendering issue.
2020-07-20 19:36:13 +08:00
Qiming Teng d13f959fa1 Link checker for doc site.
Please see the in-file comment for details.
2020-07-20 16:19:06 +08:00
Qiming Teng c4add100ff Replace redirected links with the real targets
For some links that are invalid forever, this PR drops them.
2020-07-20 16:17:37 +08:00
Qiming Teng 139da7d731 Tidy up: fix bad links in contribution guide 2020-07-20 09:53:11 +08:00
Arhell 57e7cf6c7d fix broken field on the main page in the video block 2020-07-20 01:17:38 +03:00
Kubernetes Prow Robot c477e089b7
Merge pull request #22549 from vincent-pli/fix-type
Fix typo, correct plugin name
2020-07-19 13:24:50 -07:00
Kubernetes Prow Robot 61c630a930
Merge pull request #22577 from tengqm/use-cached-jquery
Fix language selector issue
2020-07-19 11:22:50 -07:00
Kubernetes Prow Robot c8d5895152
Merge pull request #22548 from Arhell/fix-table
fix image display in firefox browser
2020-07-19 11:18:50 -07:00
Kubernetes Prow Robot b9c083df75
Merge pull request #22567 from inductor/feature/update-ja-readme
Update readme-ja
2020-07-19 08:18:50 -07:00
Aris Cahyadi Risdianto b1b66740c3 ID localization for administer cluster - network policy - calico
Fix translation word.

Addressing several comments.
2020-07-19 22:00:28 +08:00
Kubernetes Prow Robot 9b778b890a
Merge pull request #22587 from inductor/feature/add_dictionary
Add dictionary
2020-07-19 05:32:53 -07:00
inductor 8ae7ae382f add dictionary 2020-07-19 21:22:27 +09:00
Qiming Teng 8a1ccddfd4 Remove customization of 'anchors'
The AnchorsJS module has been killed recently in #22311 prematurely. Now we don't
have a global variable 'anchors' to customize. This PR removes the related code
in script.js in hope everything else is still working correctly.
2020-07-18 21:08:19 +08:00
Qiming Teng 026989d5c5 Fix language selector issue
The language selector is not working. We are getting ERR_CONNECTION_CLOSED
when fetching jquery-3.3.1.min.js from code.jquery.com. The failure of
jquery is breaking other scripts such as jquery-ui-1.12.1.min.js,
script.js, bootstrap.min.js etc.

This PR changes the head partial to use cached version of
jquery-3.3.1.min.js in hope we fix the language selector issue and
possibly other relate problems.
2020-07-18 20:12:31 +08:00
inductor 17a24621fd update readme-ja 2020-07-18 17:12:53 +09:00
Kubernetes Prow Robot dd4f6eeaf1
Merge pull request #22563 from celestehorgan/remove-deprecationwarning
Remove deprecationwarning shortcode in /zh/_index.html in favor of layout partial
2020-07-17 22:14:50 -07:00
Kubernetes Prow Robot 4df2f76d84
Merge pull request #22561 from Tej-Singh-Rana/k8s-tej
Fixed space gap
2020-07-17 13:34:51 -07:00
Celeste Horgan af1320392a Remove deprecationwarning shortcode in favor of layout partial
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-07-17 12:56:23 -07:00
Tej-Singh-Rana 7bf0200de2
Fixed space gap 2020-07-17 22:53:43 +05:30
Kubernetes Prow Robot 6925686947
Merge pull request #22555 from tengqm/remove-redirect-loops
Remove dead loop found in redirects data
2020-07-17 08:41:01 -07:00
Kubernetes Prow Robot 9458245ae0
Merge pull request #22288 from jiaj12/patch-31
Update network-plugins.md
2020-07-17 01:59:01 -07:00
jiajie bb9e4e11a4 Update network-plugins.md
update zh-trans to match master branch, the orig seems to be based on release-1.14
Update network-plugins.md
Update network-plugins.md
2020-07-17 07:20:47 +00:00
Qiming Teng 9fc2dad147 Remove loops found in redirects data
This problem was found when checking bad links using the tool proposed
in #22541. It might have confused many browsers so far.
2020-07-17 14:40:18 +08:00
Benjamin Elder df7b5416e6 automatically tag docker image based on hugo version and dockerfile version 2020-07-16 23:28:19 -07:00
pengli 7866a548c5 Fix type, correct plugin name 2020-07-17 10:36:24 +08:00
Arhell bd35d6aabe fix home screen images for firefox 2020-07-17 01:51:13 +03:00
Kubernetes Prow Robot d392c135b2
Merge pull request #22258 from BenTheElder/fix-container-build
fix container build
2020-07-16 13:21:01 -07:00
Kubernetes Prow Robot 2f075d2930
Merge pull request #22446 from jayunit100/patch-3
Update statefulset.md
2020-07-16 08:53:42 -07:00
Kubernetes Prow Robot a30090a9e3
Merge pull request #22540 from LappleApple/patch-2
removed a reference to sig-pm
2020-07-16 02:47:41 -07:00
Lauri Apple 5700f1012d
removed a reference to sig-pm
I deleted a reference to sig-pm, which no longer exists (since April 2020).
2020-07-16 10:03:07 +02:00
Kubernetes Prow Robot c1de6aa72b
Merge pull request #22474 from nikhita/cleanup-owners-scl
Remove SCL reviewers/approvers from OWNERS_ALIASES
2020-07-15 21:49:41 -07:00
Kubernetes Prow Robot 1943aaafd6
Merge pull request #22311 from sabazubair/remove-anchor.js
Remove /static/js/anchor-4.1.1-min.js
2020-07-15 18:58:35 -07:00
Kubernetes Prow Robot 2c4bc30b92
Merge pull request #22528 from tengqm/use-inlin-links
Use inline links when possible
2020-07-15 17:02:34 -07:00