Skip to content

Commit d54fd93

Browse files
committed
Replace k8s.gcr.io references with registry.k8s.io for fr
1 parent 44684f3 commit d54fd93

28 files changed

+44
-44
lines changed

content/fr/docs/concepts/configuration/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ spec:
889889
secretName: dotfile-secret
890890
containers:
891891
- name: dotfile-test-container
892-
image: k8s.gcr.io/busybox
892+
image: registry.k8s.io/busybox
893893
command:
894894
- ls
895895
- "-l"

content/fr/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ spec:
192192
path: /any/path/it/will/be/replaced
193193
containers:
194194
- name: pv-recycler
195-
image: "k8s.gcr.io/busybox"
195+
image: "registry.k8s.io/busybox"
196196
command: ["/bin/sh", "-c", "test -e /scrub && rm -rf /scrub/..?* /scrub/.[!.]* /scrub/* && test -z \"$(ls -A /scrub)\" || exit 1"]
197197
volumeMounts:
198198
- name: vol

content/fr/docs/concepts/storage/volumes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ metadata:
113113
name: test-ebs
114114
spec:
115115
containers:
116-
- image: k8s.gcr.io/test-webserver
116+
- image: registry.k8s.io/test-webserver
117117
name: test-container
118118
volumeMounts:
119119
- mountPath: /test-ebs
@@ -190,7 +190,7 @@ metadata:
190190
name: test-cinder
191191
spec:
192192
containers:
193-
- image: k8s.gcr.io/test-webserver
193+
- image: registry.k8s.io/test-webserver
194194
name: test-cinder-container
195195
volumeMounts:
196196
- mountPath: /test-cinder
@@ -294,7 +294,7 @@ metadata:
294294
name: test-pd
295295
spec:
296296
containers:
297-
- image: k8s.gcr.io/test-webserver
297+
- image: registry.k8s.io/test-webserver
298298
name: test-container
299299
volumeMounts:
300300
- mountPath: /cache
@@ -369,7 +369,7 @@ metadata:
369369
name: test-pd
370370
spec:
371371
containers:
372-
- image: k8s.gcr.io/test-webserver
372+
- image: registry.k8s.io/test-webserver
373373
name: test-container
374374
volumeMounts:
375375
- mountPath: /test-pd
@@ -509,7 +509,7 @@ metadata:
509509
name: test-pd
510510
spec:
511511
containers:
512-
- image: k8s.gcr.io/test-webserver
512+
- image: registry.k8s.io/test-webserver
513513
name: test-container
514514
volumeMounts:
515515
- mountPath: /test-pd
@@ -759,7 +759,7 @@ metadata:
759759
name: test-portworx-volume-pod
760760
spec:
761761
containers:
762-
- image: k8s.gcr.io/test-webserver
762+
- image: registry.k8s.io/test-webserver
763763
name: test-container
764764
volumeMounts:
765765
- mountPath: /mnt
@@ -824,7 +824,7 @@ metadata:
824824
name: pod-0
825825
spec:
826826
containers:
827-
- image: k8s.gcr.io/test-webserver
827+
- image: registry.k8s.io/test-webserver
828828
name: pod-0
829829
volumeMounts:
830830
- mountPath: /test-pd
@@ -953,7 +953,7 @@ metadata:
953953
name: test-vmdk
954954
spec:
955955
containers:
956-
- image: k8s.gcr.io/test-webserver
956+
- image: registry.k8s.io/test-webserver
957957
name: test-container
958958
volumeMounts:
959959
- mountPath: /test-vmdk

content/fr/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
terminationGracePeriodSeconds: 10
7979
containers:
8080
- name: nginx
81-
image: k8s.gcr.io/nginx-slim:0.8
81+
image: registry.k8s.io/nginx-slim:0.8
8282
ports:
8383
- containerPort: 80
8484
name: web

content/fr/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ spec:
329329
containers:
330330
- args:
331331
- /server
332-
image: k8s.gcr.io/liveness
332+
image: registry.k8s.io/liveness
333333
livenessProbe:
334334
httpGet:
335335
# lorsque "host" n'est pas défini, "PodIP" sera utilisé

content/fr/docs/contribute/generate-ref-docs/federation-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cd <fed-base>
4848
hack/update-federation-api-reference-docs.sh
4949
```
5050

51-
Le script exécute le [k8s.gcr.io/gen-swagger-docs](https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/gen-swagger-docs?gcrImageListquery=%255B%255D&gcrImageListpage=%257B%2522t%2522%253A%2522%2522%252C%2522i%2522%253A0%257D&gcrImageListsize=50&gcrImageListsort=%255B%257B%2522p%2522%253A%2522uploaded%2522%252C%2522s%2522%253Afalse%257D%255D) image pour générer cet ensemble de documents de référence:
51+
Le script exécute le [registry.k8s.io/gen-swagger-docs](https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/gen-swagger-docs?gcrImageListquery=%255B%255D&gcrImageListpage=%257B%2522t%2522%253A%2522%2522%252C%2522i%2522%253A0%257D&gcrImageListsize=50&gcrImageListsort=%255B%257B%2522p%2522%253A%2522uploaded%2522%252C%2522s%2522%253Afalse%257D%255D) image pour générer cet ensemble de documents de référence:
5252

5353
* /docs/api-reference/extensions/v1beta1/operations.html
5454
* /docs/api-reference/extensions/v1beta1/definitions.html

content/fr/docs/reference/kubectl/cheatsheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ Exemples utilisant `-o=custom-columns` :
359359
# Toutes les images s'exécutant dans un cluster
360360
kubectl get pods -A -o=custom-columns='DATA:spec.containers[*].image'
361361

362-
# Toutes les images excepté "k8s.gcr.io/coredns:1.6.2"
363-
kubectl get pods -A -o=custom-columns='DATA:spec.containers[?(@.image!="k8s.gcr.io/coredns:1.6.2")].image'
362+
# Toutes les images excepté "registry.k8s.io/coredns:1.6.2"
363+
kubectl get pods -A -o=custom-columns='DATA:spec.containers[?(@.image!="registry.k8s.io/coredns:1.6.2")].image'
364364

365365
# Tous les champs dans metadata quel que soit leur nom
366366
kubectl get pods -A -o=custom-columns='DATA:metadata.*'

content/fr/docs/reference/setup-tools/kubeadm/generated/kubeadm_init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ kubeadm init [flags]
6262
--feature-gates string Un ensemble de paires clef=valeur qui décrivent l'entrée de configuration pour des fonctionnalités diverses. Il n'y en a aucune dans cette version.
6363
-h, --help aide pour l'initialisation (init)
6464
--ignore-preflight-errors strings Une liste de contrôles dont les erreurs seront catégorisées comme "warnings" (avertissements). Par exemple : 'IsPrivilegedUser,Swap'. La valeur 'all' ignore les erreurs de tous les contrôles.
65-
--image-repository string Choisis un container registry d'où télécharger les images du control plane. (par défaut "k8s.gcr.io")
65+
--image-repository string Choisis un container registry d'où télécharger les images du control plane. (par défaut "registry.k8s.io")
6666
--kubernetes-version string Choisis une version Kubernetes spécifique pour le control plane. (par défaut "stable-1")
6767
--node-name string Spécifie le nom du noeud.
6868
--pod-network-cidr string Spécifie l'intervalle des adresses IP pour le réseau des pods. Si fournie, le control plane allouera automatiquement les CIDRs pour chacun des noeuds.

content/fr/docs/reference/setup-tools/kubeadm/kubeadm-init.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ Pour de l'information sur comment passer des options aux composants du control p
131131

132132
### Utiliser des images personnalisées {#custom-images}
133133

134-
Par défaut, kubeadm télécharge les images depuis `k8s.gcr.io`, à moins que la version demandée de Kubernetes soit une version Intégration Continue (CI). Dans ce cas, `gcr.io/k8s-staging-ci-images` est utilisé.
134+
Par défaut, kubeadm télécharge les images depuis `registry.k8s.io`, à moins que la version demandée de Kubernetes soit une version Intégration Continue (CI). Dans ce cas, `gcr.io/k8s-staging-ci-images` est utilisé.
135135

136136
Vous pouvez outrepasser ce comportement en utilisant [kubeadm avec un fichier de configuration](#config-file).
137137
Les personnalisations permises sont :
138138

139-
* fournir un `imageRepository` à utiliser à la place de `k8s.gcr.io`.
139+
* fournir un `imageRepository` à utiliser à la place de `registry.k8s.io`.
140140
* régler `useHyperKubeImage` à `true` pour utiliser l'image HyperKube.
141141
* fournir un `imageRepository` et un `imageTag` pour etcd et l'extension (add-on) DNS.
142142

@@ -264,7 +264,7 @@ kubeadm config images list
264264
kubeadm config images pull
265265
```
266266

267-
A partir de Kubernetes 1.12, les images prefixées par `k8s.gcr.io/kube-*`, `k8s.gcr.io/etcd` et `k8s.gcr.io/pause`
267+
A partir de Kubernetes 1.12, les images prefixées par `registry.k8s.io/kube-*`, `registry.k8s.io/etcd` et `registry.k8s.io/pause`
268268
ne nécessitent pas un suffix `-${ARCH}`.
269269

270270
### Automatiser kubeadm

content/fr/docs/setup/learning-environment/minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Suivez les étapes ci-dessous pour commencer et explorer Minikube.
5656
Créons un déploiement Kubernetes en utilisant une image existante nommée `echoserver`, qui est un serveur HTTP, et exposez-la sur le port 8080 à l’aide de `--port`.
5757

5858
```shell
59-
kubectl create deployment hello-minikube --image=k8s.gcr.io/echoserver:1.10
59+
kubectl create deployment hello-minikube --image=registry.k8s.io/echoserver:1.10
6060
```
6161

6262
Le résultat est similaire à ceci:

content/fr/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Cela peut être utilisé dans le cas des liveness checks sur les conteneurs à d
2727

2828
De nombreuses applications fonctionnant pour des longues périodes finissent par passer à des états de rupture et ne peuvent pas se rétablir, sauf en étant redémarrées. Kubernetes fournit des liveness probes pour détecter et remédier à ces situations.
2929

30-
Dans cet exercice, vous allez créer un Pod qui exécute un conteneur basé sur l'image `k8s.gcr.io/busybox`. Voici le fichier de configuration pour le Pod :
30+
Dans cet exercice, vous allez créer un Pod qui exécute un conteneur basé sur l'image `registry.k8s.io/busybox`. Voici le fichier de configuration pour le Pod :
3131

3232
{{< codenew file="pods/probe/exec-liveness.yaml" >}}
3333

@@ -61,8 +61,8 @@ La sortie indique qu'aucune liveness probe n'a encore échoué :
6161
FirstSeen LastSeen Count From SubobjectPath Type Reason Message
6262
--------- -------- ----- ---- ------------- -------- ------ -------
6363
24s 24s 1 {default-scheduler } Normal Scheduled Successfully assigned liveness-exec to worker0
64-
23s 23s 1 {kubelet worker0} spec.containers{liveness} Normal Pulling pulling image "k8s.gcr.io/busybox"
65-
23s 23s 1 {kubelet worker0} spec.containers{liveness} Normal Pulled Successfully pulled image "k8s.gcr.io/busybox"
64+
23s 23s 1 {kubelet worker0} spec.containers{liveness} Normal Pulling pulling image "registry.k8s.io/busybox"
65+
23s 23s 1 {kubelet worker0} spec.containers{liveness} Normal Pulled Successfully pulled image "registry.k8s.io/busybox"
6666
23s 23s 1 {kubelet worker0} spec.containers{liveness} Normal Created Created container with docker id 86849c15382e; Security:[seccomp=unconfined]
6767
23s 23s 1 {kubelet worker0} spec.containers{liveness} Normal Started Started container with docker id 86849c15382e
6868
```
@@ -79,8 +79,8 @@ Au bas de la sortie, il y a des messages indiquant que les liveness probes ont
7979
FirstSeen LastSeen Count From SubobjectPath Type Reason Message
8080
--------- -------- ----- ---- ------------- -------- ------ -------
8181
37s 37s 1 {default-scheduler } Normal Scheduled Successfully assigned liveness-exec to worker0
82-
36s 36s 1 {kubelet worker0} spec.containers{liveness} Normal Pulling pulling image "k8s.gcr.io/busybox"
83-
36s 36s 1 {kubelet worker0} spec.containers{liveness} Normal Pulled Successfully pulled image "k8s.gcr.io/busybox"
82+
36s 36s 1 {kubelet worker0} spec.containers{liveness} Normal Pulling pulling image "registry.k8s.io/busybox"
83+
36s 36s 1 {kubelet worker0} spec.containers{liveness} Normal Pulled Successfully pulled image "registry.k8s.io/busybox"
8484
36s 36s 1 {kubelet worker0} spec.containers{liveness} Normal Created Created container with docker id 86849c15382e; Security:[seccomp=unconfined]
8585
36s 36s 1 {kubelet worker0} spec.containers{liveness} Normal Started Started container with docker id 86849c15382e
8686
2s 2s 1 {kubelet worker0} spec.containers{liveness} Warning Unhealthy Liveness probe failed: cat: can't open '/tmp/healthy': No such file or directory
@@ -102,7 +102,7 @@ liveness-exec 1/1 Running 1 1m
102102
## Définir une requête HTTP de liveness
103103
104104
Un autre type de liveness probe utilise une requête GET HTTP. Voici la configuration
105-
d'un Pod qui fait fonctionner un conteneur basé sur l'image `k8s.gcr.io/liveness`.
105+
d'un Pod qui fait fonctionner un conteneur basé sur l'image `registry.k8s.io/liveness`.
106106
107107
{{< codenew file="pods/probe/http-liveness.yaml" >}}
108108

content/fr/docs/tasks/configure-pod-container/translate-compose-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ En quelques étapes, nous vous emmenons de Docker Compose à Kubernetes. Tous do
100100
services:
101101

102102
redis-master:
103-
image: k8s.gcr.io/redis:e2e
103+
image: registry.k8s.io/redis:e2e
104104
ports:
105105
- "6379"
106106

content/fr/docs/tutorials/hello-minikube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Les déploiements sont le moyen recommandé pour gérer la création et la mise
7878
Pod utilise un conteneur basé sur l'image Docker fournie.
7979
8080
```shell
81-
kubectl create deployment hello-node --image=k8s.gcr.io/echoserver:1.4
81+
kubectl create deployment hello-node --image=registry.k8s.io/echoserver:1.4
8282
```
8383
8484
2. Affichez le déploiement :

content/fr/examples/admin/cloud/ccm-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ spec:
4141
serviceAccountName: cloud-controller-manager
4242
containers:
4343
- name: cloud-controller-manager
44-
# pour les fournisseurs in-tree, nous utilisons k8s.gcr.io/cloud-controller-manager
44+
# pour les fournisseurs in-tree, nous utilisons registry.k8s.io/cloud-controller-manager
4545
# cela peut être remplacé par n'importe quelle autre image pour les fournisseurs out-of-tree
46-
image: k8s.gcr.io/cloud-controller-manager:v1.8.0
46+
image: registry.k8s.io/cloud-controller-manager:v1.8.0
4747
command:
4848
- /usr/local/bin/cloud-controller-manager
4949
- --cloud-provider=<YOUR_CLOUD_PROVIDER> # Ajoutez votre propre fournisseur de cloud ici!

content/fr/examples/admin/logging/two-files-counter-pod-agent-sidecar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: varlog
2323
mountPath: /var/log
2424
- name: count-agent
25-
image: k8s.gcr.io/fluentd-gcp:1.30
25+
image: registry.k8s.io/fluentd-gcp:1.30
2626
env:
2727
- name: FLUENTD_ARGS
2828
value: -c /etc/fluentd-config/fluentd.conf

content/fr/examples/application/guestbook/redis-master-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
containers:
2222
- name: master
23-
image: k8s.gcr.io/redis:e2e # or just image: redis
23+
image: registry.k8s.io/redis:e2e # or just image: redis
2424
resources:
2525
requests:
2626
cpu: 100m

content/fr/examples/pods/pod-configmap-env-var-valueFrom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: test-container
8-
image: k8s.gcr.io/busybox
8+
image: registry.k8s.io/busybox
99
command: [ "/bin/echo", "$(SPECIAL_LEVEL_KEY) $(SPECIAL_TYPE_KEY)" ]
1010
env:
1111
- name: SPECIAL_LEVEL_KEY

content/fr/examples/pods/pod-configmap-envFrom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: test-container
8-
image: k8s.gcr.io/busybox
8+
image: registry.k8s.io/busybox
99
command: [ "/bin/sh", "-c", "env" ]
1010
envFrom:
1111
- configMapRef:

content/fr/examples/pods/pod-configmap-volume-specific-key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: test-container
8-
image: k8s.gcr.io/busybox
8+
image: registry.k8s.io/busybox
99
command: [ "/bin/sh","-c","cat /etc/config/keys" ]
1010
volumeMounts:
1111
- name: config-volume

content/fr/examples/pods/pod-configmap-volume.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: test-container
8-
image: k8s.gcr.io/busybox
8+
image: registry.k8s.io/busybox
99
command: [ "/bin/sh", "-c", "ls /etc/config/" ]
1010
volumeMounts:
1111
- name: config-volume

content/fr/examples/pods/pod-multiple-configmap-env-variable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: test-container
8-
image: k8s.gcr.io/busybox
8+
image: registry.k8s.io/busybox
99
command: [ "/bin/sh", "-c", "env" ]
1010
env:
1111
- name: SPECIAL_LEVEL_KEY

content/fr/examples/pods/pod-single-configmap-env-variable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: test-container
8-
image: k8s.gcr.io/busybox
8+
image: registry.k8s.io/busybox
99
command: [ "/bin/sh", "-c", "env" ]
1010
env:
1111
# Définie la variable d'environnement

content/fr/examples/pods/probe/exec-liveness.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
containers:
99
- name: liveness
10-
image: k8s.gcr.io/busybox
10+
image: registry.k8s.io/busybox
1111
args:
1212
- /bin/sh
1313
- -c

content/fr/examples/pods/probe/http-liveness.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
containers:
99
- name: liveness
10-
image: k8s.gcr.io/liveness
10+
image: registry.k8s.io/liveness
1111
args:
1212
- /server
1313
livenessProbe:

content/fr/examples/pods/probe/tcp-liveness-readiness.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
containers:
99
- name: goproxy
10-
image: k8s.gcr.io/goproxy:0.1
10+
image: registry.k8s.io/goproxy:0.1
1111
ports:
1212
- containerPort: 8080
1313
readinessProbe:

content/fr/examples/pods/topology-spread-constraints/one-constraint-with-nodeaffinity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ spec:
2323
- zoneC
2424
containers:
2525
- name: pause
26-
image: k8s.gcr.io/pause:3.1
26+
image: registry.k8s.io/pause:3.1

content/fr/examples/pods/topology-spread-constraints/one-constraint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ spec:
1414
foo: bar
1515
containers:
1616
- name: pause
17-
image: k8s.gcr.io/pause:3.1
17+
image: registry.k8s.io/pause:3.1

content/fr/examples/pods/topology-spread-constraints/two-constraints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ spec:
2020
foo: bar
2121
containers:
2222
- name: pause
23-
image: k8s.gcr.io/pause:3.1
23+
image: registry.k8s.io/pause:3.1

0 commit comments

Comments
 (0)