Skip to content

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

Merged
merged 1 commit into from
May 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 25 additions & 3 deletions architecture/core_concepts/projects_and_users.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,28 @@ include any application objects for access by multiple projects, such as
templates and images. These objects should be those that do not require
communication between the pods.




ifdef::openshift-online[]
[[projects-idling]]
== Project Idling
In {product-title} Starter, a project that is inactive for more than 24 hours
is idled. When a project's network activity falls below a configured threshold,
a project is deemed inactive. When a project is idled, the replica count is set
to `0` and all pods are deleted. All persistent volumes (PVs) and persistent
volume claims (PVCs) in the project are left untouched. Upon receiving network
traffic, the replica count will be scaled back to whatever it was before being
idled.

In the web console, you will see your deployment as *Idled due to inactivity*
and you can manually scale the deployment back up.

If network traffic does not restore a project's replica counts, then you may
have to manually scale up the deployment.

[[account-pruning]]
== 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 to be deprovisioned. If you do not take corrective action
and create pods within 5 days, your account is automatically deprovisioned. Once
your account is deprovisioned, you can register again.
endif::[]