nishipy
d453b2b45f
Fix typo
2020-07-19 00:02:39 +09:00
nishipy
4cce5c0258
Merge branch 'dev-1.17-ja.3' of https://github.com/kubernetes/website into dev-1.17-ja.3
2020-07-19 00:00:05 +09:00
nishipy
64431dd689
Update content/ja/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: inductor(Kohei) <kela@inductor.me >
2020-07-18 23:59:39 +09:00
nishipy
d71f046dd0
Update "オプション" to "選択肢".
2020-07-18 23:40:23 +09:00
nishipy
8e69ad2c76
Update content/ja/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com >
2020-07-18 23:32:14 +09:00
nishipy
b769aab068
Update content/ja/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com >
2020-07-18 23:32:06 +09:00
nishipy
179f4e5925
Update content/ja/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com >
2020-07-18 23:31:54 +09:00
nishipy
3dd5b8dc69
Update content/ja/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com >
2020-07-18 23:31:40 +09:00
Qiming Teng
bf11d5a744
Disable analytics for non-production environment
...
The analytics code/link is not always working. It takes about 33 seconds
to fail when building local sites for testing, and that is terrible.
This PR disables the analytics in non-production environment, so local
build starts up in seconds!
2020-07-18 21:27:57 +08:00
vagrant
cbadb1d5d7
Update for release-1.17. ( #22389 )
2020-07-18 22:09:32 +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
vagrant
f5a2bb29d0
Update for release-1.17. ( #22389 )
2020-07-18 18:40:07 +09:00
vagrant
04994a2dd6
Update for release-1.17. ( #22389 )
2020-07-18 18:39:53 +09:00
vagrant
2105997e9d
Update for release-1.17. ( #22389 )
2020-07-18 18:23:54 +09: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
a25db870c3
Merge pull request #22535 from smarterclayton/fix_doc
...
Update feature gate info for Service and Node exclusion labels
2020-07-17 17:32:54 -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
677b7ed989
Merge pull request #22478 from tmrekk121/dev-1.17-ja.3
...
Update outdated file dev-1.17-ja.3
2020-07-17 08:41:01 -07:00
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
nishipy
d26ad3665b
Delete unnecessary spaces
2020-07-18 00:00:34 +09:00
nishipy
50c4dfa98c
Merge branch 'dev-1.17-ja.3' of https://github.com/nishipy/website into dev-1.17-ja.3
2020-07-17 23:51:18 +09:00
nishipy
2038741d27
Update content/ja/docs/reference/access-authn-authz/authentication.md
2020-07-17 23:35:43 +09:00
Clayton Coleman
9e52afe293
Update feature gate info for Service and Node exclusion labels
...
These features are beta in 1.19 and the legacy gate will be disabled
by default starting in 1.20.
2020-07-17 10:35:41 -04:00
nishipy
44d8b263df
Merge branch 'dev-1.17-ja.3' of https://github.com/kubernetes/website into dev-1.17-ja.3
2020-07-17 22:44:31 +09:00
Naoki Oketani
7746ed0c47
Update content/ja/docs/reference/glossary/image.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com >
2020-07-17 19:30:13 +09: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
nishipy
571606abaa
Update content/ja/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: inductor(Kohei) <kela@inductor.me >
2020-07-17 15:26:01 +09:00
nishipy
8ce0321871
Update content/ja/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: inductor(Kohei) <kela@inductor.me >
2020-07-17 15:25:51 +09:00
nishipy
d116185dc0
Update content/ja/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: inductor(Kohei) <kela@inductor.me >
2020-07-17 15:25:42 +09:00
nishipy
72810bb269
Update content/ja/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: inductor(Kohei) <kela@inductor.me >
2020-07-17 15:25:16 +09:00
Kubernetes Prow Robot
e6117c66e5
Merge pull request #22507 from hiyokotaisa/fix-22374
...
ja: Make docs/setup/production-environment/turnkey/icp.md follow v1.17 of the original text
2020-07-16 21:27:01 -07:00
inductor(Kohei)
4a7e3bf531
Update content/ja/docs/setup/production-environment/turnkey/icp.md
2020-07-17 13:26:17 +09:00
Kubernetes Prow Robot
d2fa1ed39d
Merge pull request #22003 from makocchi-git/ja/container-runtimes
...
[ja] translate docs/setup/production-environment/container-runtimes.md
2020-07-16 21:21:01 -07:00
pengli
7866a548c5
Fix type, correct plugin name
2020-07-17 10:36:24 +08:00
Kubernetes Prow Robot
465df69529
Merge pull request #22267 from shuuji3/concepts-architecture-controller
...
Translate concepts/architecture/controller into Japanese
2020-07-16 19:21:00 -07:00
Kubernetes Prow Robot
0d3b4b326d
Merge pull request #22415 from jpbetz/resource-version-match
...
Add resourceVersionMatch parameter documentation to API concepts
2020-07-16 18:19:00 -07:00
Joe Betz
e194a89e3a
Add resourceVersionMatch param documentation to API concepts
2020-07-16 17:11:33 -07: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
27cb105589
Merge pull request #22544 from tengqm/drop-dynamicauditing
...
Drop DynamicAuditing
2020-07-16 11:28:15 -07:00
Kubernetes Prow Robot
8fea591259
Merge pull request #22545 from msau42/dev-1.19
...
Update Azure disk feature gates for 1.19 beta
2020-07-16 11:24:15 -07:00
Kubernetes Prow Robot
5fa68b9ee1
Merge pull request #21671 from huffmanca/csi-driver-fsgroup-support
...
Include details on the CSIVolumeSupportFSGroup feature gate
2020-07-16 10:21:41 -07:00
Michelle Au
8a53eed8d8
Update Azure disk feature gates for 1.19 beta
2020-07-16 09:55:20 -07:00