-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Localize blue-green deployment
#2261
Conversation
Signed-off-by: Stéphane Este-Gracias <[email protected]>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
blue-green deployment
Signed-off-by: Stéphane Este-Gracias <[email protected]>
… dev-fr-blue-green
content/fr/blue-green-deployment.md
Outdated
## Quel en est l'utilité | ||
|
||
Le déploiement bleu/vert est une stratégie appropriée pour les logiciels non Cloud Natives qui doivent être mis à jour avec un temps d'arrêt minimal. | ||
Cependant, son utilisation est normalement un "signe" que le logiciel hérité doit être réingénierisé afin que les composants puissent être mis à jour individuellement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je trouve que réingénierisé est correct mais un peu jargoneux. Repensé, ou refondu, ou un truc comme ça me parait plus simple.
En plus dans la vraie vie, personne ne dis réingénierisé, tout le monde dit réingénieré même si c'est incorrect et un anglicisme 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je suis assez d'accord avec @guillaumebernard84.
J'proposerai bien "redévelopper" ou "réorganiser"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai choise "redéveloppé"
content/fr/blue-green-deployment.md
Outdated
## Quel en est l'utilité | ||
|
||
Le déploiement bleu/vert est une stratégie appropriée pour les logiciels non Cloud Natives qui doivent être mis à jour avec un temps d'arrêt minimal. | ||
Cependant, son utilisation est normalement un "signe" que le logiciel hérité doit être réingénierisé afin que les composants puissent être mis à jour individuellement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je suis assez d'accord avec @guillaumebernard84.
J'proposerai bien "redévelopper" ou "réorganiser"
Signed-off-by: Stéphane Este-Gracias <[email protected]>
Signed-off-by: Stéphane Este-Gracias <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Describe your changes
Localize
blue-green deployment
Related issue number or link (ex:
resolves #issue-number
)resolves #2260
Checklist before opening this PR (put
x
in the checkboxes)git commit -s
) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfig
by runninggit config --global alias.ci "commit -s"
.