Skip to content

Commit

Permalink
docs: cleanup deprecated -lb-healthcheck-interval flag (zalando#3099)
Browse files Browse the repository at this point in the history
Follow up on zalando#2906

Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
  • Loading branch information
AlexanderYastrebov authored and Janardhan Sharma committed Jul 19, 2024
1 parent d73033c commit 37176b8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/kubernetes/deploy/daemonset/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ spec:
- "-experimental-upgrade"
- "-metrics-exp-decay-sample"
- "-reverse-source-predicate"
- "-lb-healthcheck-interval=3s"
- "-metrics-flavour=codahale,prometheus"
- "-enable-connection-metrics"
- "-max-audit-body=0"
Expand Down
1 change: 0 additions & 1 deletion docs/kubernetes/deploy/deployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ spec:
- "-experimental-upgrade"
- "-metrics-exp-decay-sample"
- "-reverse-source-predicate"
- "-lb-healthcheck-interval=3s"
- "-metrics-flavour=prometheus"
- "-enable-connection-metrics"
- "-max-audit-body=0"
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ address: ":8080"
enable-ratelimits: true
experimental-upgrade: true
metrics-exp-decay-sample: true
lb-healthcheck-interval: "3s"
metrics-flavour: ["codahale","prometheus"]
enable-connection-metrics: true
whitelisted-healthcheck-cidr: "172.20.0.0/16"
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Kubernetes use cases:
- "-proxy-preserve-host"
- "-enable-ratelimits"
- "-experimental-upgrade"
- "-lb-healthcheck-interval=3s"
- "-metrics-flavour=prometheus"
- "-metrics-exp-decay-sample"
- "-serve-host-metrics"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ spec:
- "-experimental-upgrade"
- "-metrics-exp-decay-sample"
- "-reverse-source-predicate"
- "-lb-healthcheck-interval=3s"
- "-metrics-flavour=prometheus"
- "-enable-connection-metrics"
- "-enable-route-lifo-metrics"
Expand Down

0 comments on commit 37176b8

Please sign in to comment.