-
Notifications
You must be signed in to change notification settings - Fork 348
feat: added guaranteed resources page #4811
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
Added new guaranteed resources page
made suggested changes from Nicolas
Made suggested changes and added new page for index
|
||
On **{{% vendor/name %}} Flex**, you have granular control over your application's resources. Instead of choosing from pre-defined plans, you can configure resources (CPU, RAM, and disk) per environment for each of your apps and services. You can also add instances for each of your apps depending on your needs. | ||
|
||
Understanding how allocates these resources is key to building a performant, stable, and cost-effective architecture for your project. |
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.
@Kemi-Elizabeth , seems like a word is missing between how
and allocates
. In my draft, I had Upsun
there.
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.
All corrected now!
## Enable Guaranteed CPU | ||
|
||
1. Open your project. | ||
2. Click the Configure resources button from the project card or App & Services panel. |
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.
@Kemi-Elizabeth , the Configure resources
button is not in the project card anymore, we moved it to the Allocated resources
block.
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.
Oh and it's not anymore in the Apps & Services
panel.
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.
Thank you, i've changed this now!
Rearranged structure and merged best for points
added correct description
Adjusted steps in section.
corrected typo in url
…rmsh/platformsh-docs into 4810-guaranteed-resources
Changed syntax after vale failure
- Select **Guaranteed** or **Shared** as the resource type. | ||
- Choose the desired CPU and RAM combination. | ||
- Enter the amount of Disk/Storage to allocate. | ||
4. Click Save. Saving will redeploy your environment, which may cause temporary downtime. |
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 would just switch "redeploy" by "rebuild" since in our vocabulary and for customers a simple redeploy doesn't rebuild their project normally and as a consequence means no downtime for them, whereas here there would be some necessarily. @Kemi-Elizabeth
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've changed this now, thank you Duncan! :)
changed redeploy to rebuild to accurately illustrate the cause of temporary downtime
…rmsh/platformsh-docs into 4810-guaranteed-resources
Added new guaranteed resources page
Why
Closes #4810
What's changed
There is now a dedicated page (draft, and could change to section in another page) that explains how Guaranteed Resources work for users.
Where are changes
/manage-resources/guaranteed-resources.html
Updates are for:
sites/platform
templates)sites/upsun
templates)