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

Adding Callouts and Fixing Links #64

Merged
merged 5 commits into from
Aug 14, 2017
Merged

Conversation

cody-clark
Copy link
Contributor

Adding callout formatting and other small fixes to Cassandra tutorial.
Fixing download links for Guestbook.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 14, 2017
@cody-clark
Copy link
Contributor Author

@chenopis this will take care of #4775

@ahmetb
Copy link
Member

ahmetb commented Aug 14, 2017

/lgtm
Have you been able to stage it locally and see if it renders fine?

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 14, 2017
@cody-clark
Copy link
Contributor Author

cody-clark commented Aug 14, 2017

@ahmetb Yup, I staged it with Netlify

kubectl edit statefulset cassandra
```
kubectl edit statefulset cassandra

This command opens an editor in your terminal. The line you need to change is `Replicas`.
Copy link
Member

Choose a reason for hiding this comment

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

Replicasreplicas field.

The StatefulSet now contains 4 pods.
{: .note}

# Please edit the object below. Lines beginning with a '#' will be ignored,
Copy link
Member

Choose a reason for hiding this comment

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

can you use 3-backticks syntax instead of indentation for such long snippets?

Also use

```yaml

syntax to provide syntax highlighting in such snippets.

Changed `Replicas` to replica field
Gave excerpt highlighted syntax
@cody-clark
Copy link
Contributor Author

@ahmetb updated per your comments. Thanks!

@@ -152,29 +152,31 @@ Use `kubectl edit` to modify the size of of a Cassandra StatefulSet.

kubectl edit statefulset cassandra

This command opens an editor in your terminal. The line you need to change is `Replicas`.
This command opens an editor in your terminal. The line you need to change is the replicas field.
Copy link
Member

Choose a reason for hiding this comment

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

capture replicas as replicas pls

@cody-clark
Copy link
Contributor Author

@ahmetb done

@ahmetb ahmetb merged commit 1fe5df1 into kubernetes:master Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants