Skip to content

Commit

Permalink
document preserve annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xch4z committed Jun 12, 2020
1 parent aec7516 commit a1654c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Annotation (Suffix) | Values | Default | Description
`check-timeout` | int (1-30) | | Duration, in seconds, to wait for a health check to succeed before considering it a failure
`check-attempts` | int (1-30) | | Number of health check failures necessary to remove a back-end from the service
`check-passive` | bool | `false` | When `true`, `5xx` status codes will cause the health check to fail
`preserve` | bool | `false` | When `true`, deleting a `LoadBalancer` service does not delete the underlying NodeBalancer. Any other value will be treated as `false`

#### Deprecated Annotations

Expand Down

0 comments on commit a1654c9

Please sign in to comment.