You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/node_pool/README.md
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,3 @@
1
-
# Project Cleanup Utility
2
-
3
-
This is a simple utility that scans a GCP organization for projects matching certain criteria, and enqueues such projects for deletion. Currently supported criteria are the combination of:
4
-
5
-
-**Age:** Only projects older than the configured age, in hours, will be marked for deletion.
6
-
-**Key-Value Pair:** Only projects whose labels contain the provided key-value pair will be marked for deletion.
7
-
8
-
## Environment Configuration
9
-
10
-
The following environment variables may be specified to configure the cleanup utility:
11
-
12
-
| Name | Description | Type | Default | Required |
13
-
|------|-------------|:----:|:-----:|:-----:|
14
-
|`TARGET_TAG_NAME`| The tag name to match on for identifying projects to delete | string | n/a | yes |
15
-
|`TARGET_TAG_VALUE`| The tag value to match on for identifying projects to delete | string | n/a | yes |
16
-
|`MAX_PROJECT_AGE_HOURS`| The project age, in hours, at which point deletion should be considered | integer | n/a | yes |
17
1
# Node Pool Cluster
18
2
19
3
This example illustrates how to create a cluster with multiple custom node-pool configurations with node labels, taints, and network tags.
0 commit comments