Skip to content

Commit 2313634

Browse files
committed
Remove errant text from rebase gone wrong
1 parent 5e259cb commit 2313634

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

examples/node_pool/README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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 |
171
# Node Pool Cluster
182

193
This example illustrates how to create a cluster with multiple custom node-pool configurations with node labels, taints, and network tags.

0 commit comments

Comments
 (0)