-
Notifications
You must be signed in to change notification settings - Fork 137
Improve vsphere doc #736
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
Improve vsphere doc #736
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: irozzo-1A The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5a38aae to
c2279c6
Compare
|
/retest |
kron4eg
left a comment
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.
I think there should be some consistency with code blocks. Ether indentation or backticks should be used to indicate codeblock, not mix of them
@kron4eg I'm consistently using back-ticks for codeblocks, the indentation you mentioned is because it's inside a numbered list |
…ed file and improve it
c2279c6 to
97512e0
Compare
kron4eg
left a comment
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.
@irozzo-1A here are examples of inconsistency
| VSphere provider accepts the following configuration parameters: | ||
| ```yaml |
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.
- backticks
- syntax hint
- no indent
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.
no indent because we are not inside a numbered list
|
|
||
| 1. Download the `OVA` for the targeted OS. | ||
|
|
||
| ``` |
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.
- backticks
- no syntax hint
- indent
plus bunch of same blocks
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.
- backticks
this is consistently used in the whole document
- no syntax hint
no synthax hint because those blocks just contain some commands, I could put bash but does not provide much value as it is not something structured like json, yaml, etc.
- indent
because we are inside a numbered list
plus bunch of same blocks
The same apply for all other blocks
|
LGTM label has been added. Git tree hash: f747801fbc156fca1ad36cd95d60512b4624cfb5
|
|
/retest Review the full test history Silence the bot with an Also, here is a cat. |
|
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |

What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Check that links are not broken and how it's rendered here
Optional Release Note: