-
Notifications
You must be signed in to change notification settings - Fork 554
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
[ja] Localize Canary Deployment into Japanese #2966
Conversation
Signed-off-by: Junya Okabe <okabe.junya.qj@alumni.tsukuba.ac.jp>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The target page on the deploy preview site: |
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
content/ja/canary-deployment.md
Outdated
|
||
カナリアデプロイメントにより、組織は新しいソフトウェアが実際のシナリオでどのように振る舞うかを、新しいバージョンに大量のトラフィックを移行する前に確認することができます。 | ||
この戦略により、組織はダウンタイムを最小限に抑え、新しいデプロイメントに問題がある場合に迅速にロールバックすることができます。 | ||
また、全体的なユーザーエクスペリエンスに大きな影響を与えることなく、より深い本番アプリケーションのテストを可能にします。 |
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.
原文のin-depthからより深い...と約しているのかと思いますが、
徹底的ななどがより適切かと思います
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.
ありがとうございます、47601ec で修正しました〜
Signed-off-by: Junya Okabe <86868255+Okabe-Junya@users.noreply.github.com>
いつもありがとうございます〜!修正しましたので、再度ご確認お願いします |
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 Canary Deployment into Japanese
Related issue number or link (ex:
resolves #issue-number
)resolves #2852
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"
.