Skip to content

Commit f547fc1

Browse files
authored
increase the period seconds to 120 for the Helm values (#3954)
1 parent 24b3390 commit f547fc1

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed

docs/RELEASE-NOTES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Added Functionality
1414

1515
Bug Fixes
1616
````````````
17+
* Issue 3852 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3852>`_: Improve logging when BIG-IP is not reachable during pod initialization
1718

1819
Upgrade notes
1920
``````````````

docs/config_examples/Install/k8s/sample-k8s-bigip-ctlr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
port: 8080
3636
scheme: HTTP
3737
initialDelaySeconds: 15
38-
periodSeconds: 15
38+
periodSeconds: 120
3939
successThreshold: 1
4040
timeoutSeconds: 15
4141
readinessProbe:
@@ -45,7 +45,7 @@ spec:
4545
port: 8080
4646
scheme: HTTP
4747
initialDelaySeconds: 30
48-
periodSeconds: 30
48+
periodSeconds: 120
4949
successThreshold: 1
5050
timeoutSeconds: 15
5151
volumeMounts:

docs/config_examples/Install/openshift/f5-k8s-bigip-ctlr-openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
port: 8080
3535
scheme: HTTP
3636
initialDelaySeconds: 15
37-
periodSeconds: 15
37+
periodSeconds: 120
3838
successThreshold: 1
3939
timeoutSeconds: 15
4040
readinessProbe:
@@ -44,7 +44,7 @@ spec:
4444
port: 8080
4545
scheme: HTTP
4646
initialDelaySeconds: 30
47-
periodSeconds: 30
47+
periodSeconds: 120
4848
successThreshold: 1
4949
timeoutSeconds: 15
5050
volumeMounts:

docs/config_examples/Install/openshift/quick-start-guides/HA/next-gen-route/cis/f5-bigip-ctlr-01-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
port: 8080
3535
scheme: HTTP
3636
initialDelaySeconds: 15
37-
periodSeconds: 15
37+
periodSeconds: 120
3838
successThreshold: 1
3939
timeoutSeconds: 15
4040
readinessProbe:
@@ -44,7 +44,7 @@ spec:
4444
port: 8080
4545
scheme: HTTP
4646
initialDelaySeconds: 30
47-
periodSeconds: 30
47+
periodSeconds: 120
4848
successThreshold: 1
4949
timeoutSeconds: 15
5050
volumeMounts:

docs/config_examples/Install/openshift/quick-start-guides/HA/next-gen-route/cis/f5-bigip-ctlr-02-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
port: 8080
3535
scheme: HTTP
3636
initialDelaySeconds: 15
37-
periodSeconds: 15
37+
periodSeconds: 120
3838
successThreshold: 1
3939
timeoutSeconds: 15
4040
readinessProbe:
@@ -44,7 +44,7 @@ spec:
4444
port: 8080
4545
scheme: HTTP
4646
initialDelaySeconds: 30
47-
periodSeconds: 30
47+
periodSeconds: 120
4848
successThreshold: 1
4949
timeoutSeconds: 15
5050
volumeMounts:

docs/config_examples/Install/openshift/quick-start-guides/StandAlone/f5-k8s-bigip-ctlr-openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
port: 8080
3535
scheme: HTTP
3636
initialDelaySeconds: 15
37-
periodSeconds: 15
37+
periodSeconds: 120
3838
successThreshold: 1
3939
timeoutSeconds: 15
4040
readinessProbe:
@@ -44,7 +44,7 @@ spec:
4444
port: 8080
4545
scheme: HTTP
4646
initialDelaySeconds: 30
47-
periodSeconds: 30
47+
periodSeconds: 120
4848
successThreshold: 1
4949
timeoutSeconds: 15
5050
volumeMounts:

helm-charts/f5-bigip-ctlr/templates/f5-bigip-ctlr-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
port: 8080
7878
scheme: HTTP
7979
initialDelaySeconds: 15
80-
periodSeconds: 15
80+
periodSeconds: 120
8181
successThreshold: 1
8282
timeoutSeconds: 15
8383
readinessProbe:
@@ -87,7 +87,7 @@ spec:
8787
port: 8080
8888
scheme: HTTP
8989
initialDelaySeconds: 30
90-
periodSeconds: 30
90+
periodSeconds: 120
9191
successThreshold: 1
9292
timeoutSeconds: 15
9393
volumeMounts:

0 commit comments

Comments
 (0)