File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 30
30
annotations :
31
31
kubernetes-log-watcher/scalyr-parser : |
32
32
[{"container": "controller", "parser": "keyValue"}]
33
- logging/destination : " {{ .Cluster.ConfigItems.log_destination_infra }}"
33
+ logging/destination : " {{ .Cluster.ConfigItems.log_destination_both }}"
34
34
prometheus.io/path : /metrics
35
35
prometheus.io/port : " 7979"
36
36
prometheus.io/scrape : " true"
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ spec:
119
119
annotations :
120
120
kubernetes-log-watcher/scalyr-parser : |
121
121
[{"container": "controller", "parser": "keyValue"}]
122
- logging/destination : " {{ .Cluster.ConfigItems.log_destination_infra }}"
122
+ logging/destination : " {{ .Cluster.ConfigItems.log_destination_both }}"
123
123
spec :
124
124
serviceAccountName : hostname-credentials-controller
125
125
restartPolicy : Never
Original file line number Diff line number Diff line change 20
20
application : skipper-ingress
21
21
component : pod-deletion-cost-controller
22
22
deployment : pod-deletion-cost-controller
23
+ annotations :
24
+ logging/destination : " {{ .Cluster.ConfigItems.log_destination_both }}"
23
25
spec :
24
26
priorityClassName : " {{ .Cluster.ConfigItems.system_priority_class }}"
25
27
serviceAccountName : pod-deletion-cost-controller
@@ -29,12 +31,13 @@ spec:
29
31
- -v={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_log_v }}
30
32
- -poll-interval={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_poll_interval }}
31
33
- -poll-timeout={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_poll_timeout }}
32
- {{ if eq .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_resync_enable "true" }}
34
+ # {{ if eq .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_resync_enable "true" }}
33
35
- -resync
34
36
- -resync-interval={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_resync_interval }}
35
- {{ end }}
37
+ # {{ end }}
36
38
image : container-registry.zalando.net/gwproxy/pod-deletion-cost-controller:main-27
37
39
name : pod-deletion-cost-controller
40
+ terminationMessagePolicy : FallbackToLogsOnError
38
41
ports :
39
42
- containerPort : 8080
40
43
name : metrics
Original file line number Diff line number Diff line change 22
22
version : v7.2.4
23
23
annotations :
24
24
cluster-autoscaler.kubernetes.io/safe-to-evict : " false"
25
- logging/destination : " {{.Cluster.ConfigItems.log_destination_infra }}"
25
+ logging/destination : " {{ .Cluster.ConfigItems.log_destination_both }}"
26
26
{{- if eq .Cluster.ConfigItems.skipper_topology_spread_enabled "true" }}
27
27
zalando.org/topology-spread-timeout : 7m
28
28
{{- end }}
You can’t perform that action at this time.
0 commit comments