Skip to content
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

Fix kubectl syntax example in the zh-cn and ja-jp translations #48

Merged
merged 2 commits into from
Sep 21, 2022

Conversation

loheagn
Copy link
Contributor

@loheagn loheagn commented Sep 17, 2022

Sync the PR #47 to the zh-cn and ja-jp translations.

@jamiehannaford jamiehannaford merged commit 199cc34 into jamiehannaford:master Sep 21, 2022
@jamiehannaford
Copy link
Owner

Thanks!

@@ -3,7 +3,7 @@
nginx を Kubernetes クラスターにデプロイしたいとしましょう。私はおそらくターミナルでつぎのようなコマンドをタイプするでしょう。

```bash
kubectl run --image=nginx --replicas=3
kubectl create deployment --image=nginx --replicas=3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we also need to specify the name of the deployment here, as shown in zh-cn/README.md?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, yes! I forgot to add the deployment name...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants