-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Edits after #8644 #10983
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
Edits after #8644 #10983
Conversation
The preview will be availble shortly at:
|
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 have a couple of suggestions and a request. This sounds good. :)
@@ -50,7 +49,7 @@ administrator, run: | |||
# oc adm diagnostics | |||
---- | |||
|
|||
This runs all available diagnostics, skipping any that do not apply. | |||
This runs all available diagnostics and skips any that do not apply to the environment. |
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 might s/this runs/this command starts
admin_guide/diagnostics_tool.adoc
Outdated
operating. The diagnostics attempt to use as much access as the user has | ||
available. | ||
The diagnostics tool runs using the level of permissions granted to the | ||
account from which you run it. For example, as an ordinary user or a `cluster-admin` user. |
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.
"For example, as an ordinary user or a cluster-admin
user. " is a fragment. I think you can remove it without impacting the meaning of this section. Please do that or work it into the previous sentence.
admin_guide/diagnostics_tool.adoc
Outdated
same inventory file used for deployment. The changes consist of installing | ||
dependencies so that the checks can gather the required information. In some | ||
circumstances, additional system components, such as `docker` or networking | ||
configurations can be altered if their current state differs from the |
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'd s/can be altered/are changed
admin_guide/diagnostics_tool.adoc
Outdated
dependencies so that the checks can gather the required information. In some | ||
circumstances, additional system components, such as `docker` or networking | ||
configurations can be altered if their current state differs from the | ||
configuration in the inventory file. You should run these health checks only if |
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.
s/You should run/Run
admin_guide/diagnostics_tool.adoc
Outdated
As a non-root user that has privileges to run containers specify the cluster's | ||
inventory file and the *_health.yml_* playbook: | ||
Run the following as a non-root user that has privileges to run containers and | ||
specify the cluster's inventory file and the *_health.yml_* playbook: |
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.
Do we need to say "specify the cluster's inventory file and the health.yml playbook" here? Would adding an annotation to line 383 be better? If we do, I'd s/specify/specify both
admin_guide/diagnostics_tool.adoc
Outdated
* Allowing a user to provide a *_known_hosts_* file and have SSH validate host | ||
keys. This is disabled by the default configuration and can be re-enabled with | ||
an environment variable by adding `-e ANSIBLE_HOST_KEY_CHECKING=True` to the | ||
`docker` command line. |
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.
Is there an extra space here?
Thanks @kalexand-rh . Merging. |
/cherrypick enterprise-3.10 |
@bfallonf: new pull request created: #11012 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. |
/cherrypick enterprise-3.9 |
@bfallonf: new pull request created: #11013 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. |
/cherrypick enterprise-3.7 |
@bfallonf: #10983 failed to apply on top of branch "enterprise-3.7":
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. |
For: #8644
cc @vikram-redhat @rlopez133
@openshift/team-documentation PTAL