-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
I have added a commands to Export proxy variables for clear understan… #80848
base: main
Are you sure you want to change the base?
Conversation
Hi @cainneri. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
/ok-to-test |
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.
Hi @cainneri - I edited your proposed text according to the OpenShift doc guidelines.
As per the suggestions, Changes have been made. Co-authored-by: Laura Hinson <lahinson@redhat.com>
Hi @lahinson I have made required Changes. Kindly Please review and Let me know if i need to add anything further |
Hi @cainneri - As you can see in the docs preview, the formatting is still not quite right: If you incorporate the rest of my suggested changes, I believe that should fix the formatting issues. |
I have made the suggested change Co-authored-by: Laura Hinson <lahinson@redhat.com>
I have made the suggested changes Co-authored-by: Laura Hinson <lahinson@redhat.com>
Co-authored-by: Laura Hinson <lahinson@redhat.com>
Co-authored-by: Laura Hinson <lahinson@redhat.com>
Co-authored-by: Laura Hinson <lahinson@redhat.com>
Co-authored-by: Laura Hinson <lahinson@redhat.com>
Co-authored-by: Laura Hinson <lahinson@redhat.com>
Co-authored-by: Laura Hinson <lahinson@redhat.com>
Co-authored-by: Laura Hinson <lahinson@redhat.com>
Co-authored-by: Laura Hinson <lahinson@redhat.com>
hi @lahinson I have made required Changes. Kindly Please review and Let me know if i need to add anything further |
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.
@cainneri In the preview, I see one very small formatting issue that needs to be fixed. Hopefully, it should be easy to fix. Thank you!
modules/backup-etcd.adoc
Outdated
. If the cluster-wide proxy is enabled, ensure that you exported the `NO_PROXY`, `HTTP_PROXY`, and `HTTPS_PROXY` environment variables. | ||
+ | ||
.. To export the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` environment variables, run the following commands: | ||
|
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 the formatting issues will be resolved if you remove this line. For example, the text should look like this:
.. To export the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` environment variables, run the following commands:
+
[source,terminal]
----
$ export HTTP_PROXY=http://<your_proxy.example.com>:8080
----
+
[source,terminal]
----
$ export HTTPS_PROXY=https://<your_proxy.example.com>:8080
----
+
[source,terminal]
----
$ export NO_PROXY=<example.com>
----
Hi @cainneri - The formatting looks good now. I will add this to the queue for merge review. I noticed that you need to squash your commits. You will need to use the command line to do that. You can find the instructions here: https://docs.google.com/document/d/1fLMpK4bqthtFlCwA36yeo2cI-pExFpX76VMnSi_In6Q/edit#bookmark=id.9bn6glcn7tle |
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.
@cainneri thanks for this great addition to the docs!
As Laura mentioned, this needs to be squashed to a single commit before we can merge it. I have also left a small formatting fix on the file, but it should be straightforward to just copy and paste into the file.
Please copy over the suggested format fix, and then squash this to a single commit. We can help you get it merged from that point 🤓
/remove-label merge-review-in-progress
/remove-label merge-review-needed
Co-authored-by: Jeana Routh <61474374+jeana-redhat@users.noreply.github.com>
@cainneri: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
The This is because your PR targets the If the update in your PR does NOT apply to version 4.18 onward, please re-target this PR to go directly into the appropriate version branch or branches (enterprise-4.x) instead of main. |
PR needs rebase. 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-sigs/prow repository. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
…ding
I have made PR for adding commands to export proxy variables in the etcd backup process.
Version(s):
4.12+
Issue:
OCPBUGS-33384
Link to docs preview:
https://80848--ocpdocs-pr.netlify.app/openshift-enterprise/latest/backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.html#backing-up-etcd-data_backup-etcd
QE review: