-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Followup edits to the scaling and performance networking info #4177
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
Conversation
If you would like to plan for a larger environment, here are some example values to consider adding to the `[OSE3:vars]` section in your | ||
Ansible inventory file: | ||
To plan for a larger environment, the following are suggested values to consider | ||
adding to the `[OSE3:vars]` section in your Ansible inventory file: |
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.
@jeremyeder did you intentionally erase the other values for the inventory file as well? Also, is this supposed to happen at install?
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.
Which other values are you referring to @bfallonf ?
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.
Sorry @jeremyeder I meant in your initial PR:
@bfallonf @jeremyeder I see this is still a WIP. Once this merges, I can knock out the work for: https://trello.com/c/eI6qJFRU/407-docs-break-routing-and-network-performance-into-different-sections-3 |
Hmm forgot about this. I guess @jeremyeder let me know what you think about my question above and @ahardin-rh or I can get this merged. |
@jeremyeder bump |
@@ -134,4 +135,7 @@ osm_cluster_network_cidr=10.128.0.0/10 | |||
|
|||
This will allow for 8192 nodes, each with 510 usable IPs. | |||
|
|||
Please refer to the supportability limits in the {product-title} documentation for node/pod limits for the version of software you are installing. | |||
Please refer to the supportability limits in the {product-title} documentation |
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/Please refer/Refer
@jeremyeder We all forgot about this one and the bot reminded us. I'll send you an email in case you're not up on github notifications, but we can probably close this. |
99c212a
to
2d0d593
Compare
Received ack over email. Merging. |
/cherrypick enterprise-3.6 |
@bfallonf: new pull request created: #7891 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: new pull request created: #7892 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: #7893 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. |
As per #4171
Some minor rewording, but @jeremyeder I had a question. I'll put it inline.
Thanks for the work on this!