Alexis Horgix Chotard
3b6be2ea94
docs-fr: make Ingress example YAML match the EN version
2021-01-23 23:14:30 +01:00
Alexis "Horgix" Chotard
ff442608d1
Ingress: mention TLS instead of SSL in example URL
2021-01-23 17:35:27 +01:00
RA489
fcfe1b6a23
Merge branch 'master' into kubeadm_inst
2020-12-19 12:01:29 +05:30
RA489
9a386e5cac
Update kubeadm install page
2020-12-19 10:48:45 +05:30
Gasmi Christophe
e42ebb413c
Update content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
2020-12-15 10:39:47 +01:00
Gasmi Christophe
bfc04bda01
Update content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
2020-12-15 10:39:05 +01:00
Gasmi Christophe
ff84d4b11c
Update content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
2020-12-15 10:38:51 +01:00
Gasmi Christophe
36f99d7183
Update content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
2020-12-15 10:36:59 +01:00
Gasmi Christophe
352c891c2a
Update content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
2020-12-15 10:36:45 +01:00
Gasmi Christophe
2fee5a9219
Update content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
2020-12-15 10:36:26 +01:00
Gasmi Christophe
3d06157c5f
Update content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
2020-12-15 10:36:02 +01:00
Gasmi Christophe
181e87818e
Update content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
2020-12-15 10:35:47 +01:00
Gasmi Christophe
18645a2799
Update content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
...
Co-authored-by: Rémy Léone <remy.leone@gmail.com>
2020-12-15 10:35:29 +01:00
Christophe Gasmi
ced18e88ff
Update install-kubeadm.md from EN version
2020-12-13 17:15:20 +01:00
Arhell
1f8df8bee8
sync install-kubeadm.md
2020-12-10 01:25:08 +02:00
Pascal Verdage
7aa6abab25
Update configure-liveness-readiness-startup-probes.md
2020-11-27 10:44:49 +01:00
Maxime Princelle
0c1f88009b
Update the table in parse the HTML code
...
The HTML code was not processed and therefore was [displayed on the website in raw HTML](https://kubernetes.io/fr/docs/reference/kubectl/kubectl/ ).
2020-11-25 12:37:23 +01:00
Collignon-Ducret Rémi
01262ab3c2
Fix formatting issue
...
https://kubernetes.io/fr/docs/concepts/workloads/controllers/deployment/#mise-%C3%A0-jour-d-un-d%C3%A9ploiement
Obtenez les détails de votre déploiement -> La sortie est similaire à ceci
2020-11-16 15:49:00 +01:00
abarbare
5b3036414b
fixup! Fix secret FR translation error
2020-11-13 12:27:23 +01:00
abarbare
d67c693d4c
Fix secret FR translation error
2020-11-13 11:14:07 +01:00
Quentin Bourgeois
8df84e2708
Fix links MD syntax typo in FR documentation
2020-10-24 13:41:56 +00:00
rob
d71c214426
fix KubeSchedulerConfiguration syntax
2020-10-23 12:10:38 -10:00
Rémy Léone
38821d7a4f
fix typo in file name
2020-10-21 17:28:12 +02:00
Kubernetes Prow Robot
c357def80d
Merge pull request #24626 from remyleone/configure_access_to_multiple_clusters
...
translate configure-access-multiple-clusters to French
2020-10-18 12:02:13 -07:00
Rémy Léone
877c115bab
translate configure-access-multiple-clusters to French
2020-10-18 18:19:31 +02:00
Rémy Léone
596ac67cf5
translate list-all-running-container-images to French
2020-10-18 16:43:59 +02:00
Tim Bannister
266882bcd4
Replace legacy capture shortcodes
...
Fixup to generate pages without using legacy capture statements
2020-10-15 17:00:00 +01:00
Pierre-Yves Aillet
07535768ff
fix: upgrade apiVersion and content of Ingress resource
2020-10-14 11:03:14 +02:00
Remi Verchere
f9b6ca834d
Missing caracter
2020-10-12 15:09:04 +02:00
Kubernetes Prow Robot
7c24b495e2
Merge pull request #18221 from icheikhrouhou/feature/livenessfr
...
docs | tasks | configure-pod-container | liveness readiness
2020-10-12 01:10:48 -07:00
Kubernetes Prow Robot
6212179b39
Merge pull request #18321 from icheikhrouhou/feature/processnamespacesfr
...
docs | tasks | configure-pod-container | namespace
2020-10-12 01:08:47 -07:00
Kenichi Omichi
df17d575b7
fr: Fix output of 'kubectl rollout status'
...
This is the same fix as 6e93717597 for fr.
If running `kubectl rollout status` command, the output is like:
```
deployment "nginx-deployment" successfully rolled out
```
The corresponding kubectl code also shows it according to e95e378e59/pkg/polymorphichelpers/rollout_status.go (L89)
2020-10-10 03:19:01 +00:00
Kubernetes Prow Robot
1078e18d58
Merge pull request #23959 from didier-durand/ha_FR
...
fixing language issues on HA-related FR content
2020-10-02 01:21:19 -07:00
Kubernetes Prow Robot
dbfb6f2b3a
Merge pull request #22860 from feloy/pod-spread-constraints
...
docs | concepts | workloads | pods | pod-topology-spread-constraints
2020-09-20 03:28:29 -07:00
Kubernetes Prow Robot
51bf421c89
Merge pull request #24003 from didier-durand/namespaces_FR
...
namespaces FR : fixing typos and improving a few points
2020-09-19 07:22:28 -07:00
didier
43893acd24
namespaces FR : fixing typos and improving a few points
2020-09-19 12:01:12 +02:00
didier
8729c6d366
fixing language issues on HA-related FR content
...
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-17 18:18:23 +02:00
Kubernetes Prow Robot
94f4088b7a
Merge pull request #23948 from didier-durand/logging_page_FR
...
Fixing some language issues on logging.md (FR)
2020-09-17 07:12:45 -07:00
Didier Durand
f1aa2583c4
Update content/fr/docs/concepts/cluster-administration/logging.md
...
as proposed per @perriea
Co-authored-by: Aurélien Perrier <aperrier@universe.sh>
2020-09-17 16:06:26 +02:00
didier
d9d8003fe0
Fixing some language issues on logging.md (FR)
...
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-17 11:44:50 +02:00
didier
84c694ccc8
fixing FR languages issues
...
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-16 20:02:08 +02:00
didier
826a9c1542
Fixing typo
2020-09-16 10:47:56 +02:00
didier
ddb26b2be0
fixing FR language issues in page
...
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-16 10:47:47 +02:00
Kubernetes Prow Robot
8161a3e3ee
Merge pull request #23832 from didier-durand/participating_page
...
fixing FR language in participating.md
2020-09-14 13:07:26 -07:00
didier
2770a0e990
fixing language issues in Ingress.md
...
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-12 16:56:33 +02:00
didier
a5562bd930
fixing FR language in participating.md
...
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-12 14:55:57 +02:00
Kubernetes Prow Robot
0fbc1bac45
Merge pull request #23674 from croziere/setup-hierarchy-patch
...
Move setup/independent files to setup/production-environment
2020-09-11 00:44:14 -07:00
Kubernetes Prow Robot
e5f7e6fbc4
Merge pull request #23444 from didier-durand/master
...
fixing spelling errors
2020-09-10 13:20:14 -07:00
Ben Hall
3fa95f0c93
Remove Roboto reference from interactive translated pages
...
Signed-off-by: Ben Hall <ben@benhall.me.uk>
2020-09-09 08:53:08 +01:00
didier
d95e3d09d2
fixing various typos / spelling errors in page
2020-09-03 18:16:35 +02:00
Benjamin Rozière
a0b0644943
Fix missing translation in tools _index.md
2020-09-03 17:51:36 +02:00
Benjamin Rozière
42303b266a
Move setup/independent files to setup/production-environment
2020-09-03 17:31:17 +02:00
Cédric Roger
5737c8bce1
Update install-minikube.md
2020-08-25 10:06:41 +02:00
M. Habib Rosyad
1fe3a057fe
remove CI/CD Pipeline section in content/fr/docs/tutorials/_index.md
2020-08-20 10:20:47 +07:00
M. Habib Rosyad
31d3d215e6
relocate 'qosClass' under 'status' in examples
2020-08-11 16:55:30 +07:00
Kubernetes Prow Robot
7146da2137
Merge pull request #22141 from bcheronn/reviewer
...
Add reviewer to French glossary
2020-08-09 05:46:21 -07:00
Philippe Martin
6558ca888a
end of translation
2020-07-31 16:50:37 +02:00
Philippe Martin
71d6fb6d97
Start translation
2020-07-31 16:50:37 +02:00
Rémy Léone
e09bf093cf
Update content/fr/docs/concepts/cluster-administration/cluster-administration-overview.md
2020-07-31 13:30:54 +02:00
Philippe Martin
05fc257a45
Rename container environment page
2020-07-31 11:16:09 +02:00
Guyllaume Doyer
5495c88a20
Update install-kubectl.md
...
Fixed a typo in french translation of install kubectl page
2020-07-24 12:11:48 +02:00
Philippe Martin
e21dbb85da
remove capture
2020-07-05 11:51:33 +02:00
Philippe Martin
b612a80d18
rekcah78 Review
2020-07-05 11:49:24 +02:00
Philippe Martin
14ab4eb133
fixes
2020-07-05 11:40:05 +02:00
Philippe Martin
f92ad5afce
Pods lifecycle
2020-07-05 11:40:05 +02:00
Philippe Martin
a79466447c
Pods
2020-07-05 11:40:02 +02:00
Philippe Martin
9efd949e0e
Pods: overview
2020-07-05 11:38:12 +02:00
Bertrand C
1c52734a4f
Merge branch 'master' of https://github.com/kubernetes/website into reviewer
2020-06-29 23:49:35 +02:00
Tim Bannister
c34118666b
Replace capture shortcodes (fr localization)
2020-06-29 18:47:20 +01:00
Kubernetes Prow Robot
031eea9656
Merge pull request #22140 from bcheronn/uid
...
Add UID to French glossary
2020-06-29 01:58:15 -07:00
Rémy Léone
24877f6279
Merge branch 'master' into france_minikube
2020-06-29 10:41:49 +02:00
Kubernetes Prow Robot
5c1af976d5
Merge pull request #16340 from icheikhrouhou/feature/tasksserviceaccountfr
...
docs | tasks | configure-pod-container | service account
2020-06-29 01:14:16 -07:00
Bertrand C
024ef57602
Add reviewer to French glossary
2020-06-28 17:54:37 +02:00
Bertrand C
26b8ceb110
Add UID to French glossary
2020-06-28 17:35:10 +02:00
Kubernetes Prow Robot
64967934b1
Merge pull request #22106 from bcheronn/master
...
Add volume and workload to French glossary
2020-06-28 04:28:14 -07:00
Kubernetes Prow Robot
c09a66fba2
Merge pull request #20597 from lou-lan/fix/minikube-image-fr
...
Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
2020-06-27 22:36:15 -07:00
wangjibao.lc
e5b8dd0e4d
update france_minikuber
2020-06-28 10:07:01 +08:00
wangjibao.lc
2da367f6d8
update france
2020-06-28 09:53:18 +08:00
Bertrand C
c63c57761e
Merge remote-tracking branch 'upstream/master'
2020-06-27 17:25:36 +02:00
Bertrand C
4cced5efef
Add volume and workload to French glossary
2020-06-27 16:11:43 +02:00
Bertrand C
1598899664
Typo update for volume in french glossary
2020-06-27 15:41:03 +02:00
Bertrand C
c2fef3947c
Add volume to french glossary
2020-06-27 14:53:23 +02:00
Kubernetes Prow Robot
78c6b40fbb
Merge pull request #22101 from adreeana/concepts_overview_working_with_objects_namespaces
...
Add french version of object namespace
2020-06-27 04:36:14 -07:00
Adriana Nitescu
1491ee6d24
French version
2020-06-27 13:05:38 +02:00
Bertrand C
0420fb1065
Add workload to french glossary
2020-06-27 12:52:49 +02:00
Adriana Nitescu
173b0cc97d
French translation with TODOs
2020-06-27 11:43:33 +02:00
Bertrand C
41b3978351
Add addons to french glosary
2020-06-27 11:27:00 +02:00
Adriana Nitescu
1e3e03cdc3
Add french version of object namespace
2020-06-27 10:49:19 +02:00
Kenichi Omichi
f967be80df
nit: Add a space on comment of kubelet systemd
...
There is lack of a space on the kubelet explanation for systemd, and
that spread on multiple language files. This fixes them.
2020-06-18 01:17:25 +00:00
Irvi Firqotul Aini
9d7c4de9ca
Redirect deadlinks for:
...
- https://ai.google/research/pubs/pub43438
- https://docs.docker.com/engine/admin/volumes/
2020-06-15 16:46:58 +07:00
Karen Bradshaw
fb79042c61
update orig. order of headings
2020-06-09 19:33:15 -04:00
Karen Bradshaw
7daf3c55e9
add fr pages
2020-06-09 19:33:15 -04:00
ViBiOh
c260ab7573
docs(pv): Access-mode combat table is broken
...
Fix source of markdown table of persistent volume access-mode compatibility table
2020-05-25 14:12:55 +02:00
Kubernetes Prow Robot
04476c833d
Merge pull request #21106 from feloy/feloy-v1-19
...
Update kubectl translation for v1.19
2020-05-25 00:45:11 -07:00
Philippe Martin
fdce758658
Containers: lifecycle hooks
2020-05-22 11:52:15 +02:00
Philippe Martin
dcdfd194c2
Containers: Images
2020-05-22 11:33:15 +02:00
Philippe Martin
588bfba93d
kubectl conventions
2020-05-21 17:01:46 +02:00
Philippe Martin
42aaef89f7
kubectl
2020-05-21 16:52:32 +02:00
Philippe Martin
520b6a0597
kubectl jsonpath
2020-05-21 16:47:35 +02:00
Philippe Martin
4b3533eb11
kubectl overview
2020-05-21 16:44:36 +02:00