-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Added Project Idling and Account Pruning sections #8991
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
7d88ea6
to
b0c5168
Compare
ifdef::openshift-online[] | ||
[[projects-idling]] | ||
== Project Idling | ||
In {product-title} Starter, a project that is inactive for more than 30 minutes |
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.
30 minutes maybe need update. Need double confirm with @sallyom .
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.
@ahardin-rh yes, that's currently 24 hrs! lol but it will decrease as unidling time improves. Maybe 'for more than a configured duration of time'?
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.
change the inactivity time,other than that this looks good 👍
ifdef::openshift-online[] | ||
[[projects-idling]] | ||
== Project Idling | ||
In {product-title} Starter, a project that is inactive for more than 30 minutes |
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.
@ahardin-rh yes, that's currently 24 hrs! lol but it will decrease as unidling time improves. Maybe 'for more than a configured duration of time'?
9b30f89
to
a190848
Compare
[[account-pruning]] | ||
== Account Pruning | ||
If your {product-title} Starter account is inactive, meaning that you have had | ||
no running pods in your project for 7 days, you will receive a warning email |
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.
its actually 3 days. if you have no pods in your project for 3 days, we fire a warning email
no running pods in your project for 7 days, you will receive a warning email | ||
that your account is be deprovisioned. If you do not take corrective action and | ||
run pods within 5 days, your account is automatically deprovisioned. Once this | ||
happens, you can create another account. |
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.
Instead of saying "create another account", we should highlight that the user can register again. The Red Hat account will remain the same.
a190848
to
7d4c180
Compare
== Account Pruning | ||
If your {product-title} Starter account is inactive, meaning that you have had | ||
no running pods in your project for 3 days, you will receive a warning email | ||
that your account is be deprovisioned. If you do not take corrective action and |
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.
typo --> is be deprovisioned
missing "to"
If your {product-title} Starter account is inactive, meaning that you have had | ||
no running pods in your project for 3 days, you will receive a warning email | ||
that your account is be deprovisioned. If you do not take corrective action and | ||
run pods within 5 days, your account is automatically deprovisioned. Once your |
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.
instead of "run pods", lets have "create pods"
7d4c180
to
d34534c
Compare
/cherrypick enterprise-3.9 |
/cherrypick enterprise-3.10 |
@ahardin-rh: new pull request created: #9041 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. |
@ahardin-rh: new pull request created: #9042 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. |
This work separates Idling content from Hibernation content (xref: #4470) and adds information about Pruning.