Skip to content

Commit

Permalink
feat(ENG-1702): GKE support VPC logs flow (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminch authored Apr 30, 2024
1 parent 3810ccc commit 8d76086
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ Below is the list of advanced settings currently available for clusters.
|---------|---------------------------------------------------------------------------------------------|----------------|
| integer | Maximum Kubernetes pods (containers/application/jobs/cronjob) retention logs in weeks. | `12` (84 days) |

#### gcp.vpc.enable_flow_logs ![](/img/advanced_settings/gcp.svg)

| Type | Description | Default Value |
|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| boolean | Enable VPC flow logs on the cluster VPC (on each VPC subnetworks). See [GCP VPC logs flow documentation](https://cloud.google.com/vpc/docs/flow-logs). | `false` |

#### gcp.vpc.flow_logs_sampling ![](/img/advanced_settings/gcp.svg)

| Type | Description | Default Value |
|---------|---------------------------------------------------------------------------------------------------------------|---------------|
| float | Set VPC glogs flow sampling percentage. Value should be within [`0.0` (no sampling), `1.0` (all logs)] range. | `0.0` |


## Image registry

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ Below is the list of advanced settings currently available for clusters.
|---------|---------------------------------------------------------------------------------------------|----------------|
| integer | Maximum Kubernetes pods (containers/application/jobs/cronjob) retention logs in weeks. | `12` (84 days) |

#### gcp.vpc.enable_flow_logs ![](/img/advanced_settings/gcp.svg)

| Type | Description | Default Value |
|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| boolean | Enable VPC flow logs on the cluster VPC (on each VPC subnetworks). See [GCP VPC logs flow documentation](https://cloud.google.com/vpc/docs/flow-logs). | `false` |

#### gcp.vpc.flow_logs_sampling ![](/img/advanced_settings/gcp.svg)

| Type | Description | Default Value |
|---------|--------------------------------------------------------------------------------------------------------------|---------------|
| float | Set VPC logs flow sampling percentage. Value should be within [`0.0` (no sampling), `1.0` (all logs)] range. | `0.0` |


## Image registry

Expand Down

0 comments on commit 8d76086

Please sign in to comment.