Skip to content

Commit

Permalink
Merge pull request #8208 from zalando-incubator/beta-to-stable
Browse files Browse the repository at this point in the history
beta to stable
  • Loading branch information
mikkeloscar authored Sep 26, 2024
2 parents 3d1f686 + a918825 commit b47594f
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 11 deletions.
3 changes: 3 additions & 0 deletions cluster/manifests/deletions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,6 @@ post_apply:
kind: RoleBinding
namespace: kube-system
{{ end }}
- name: skipper-canary-conrtroller
kind: CronJob
namespace: kube-system
2 changes: 1 addition & 1 deletion cluster/manifests/event-logger/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: kubernetes-event-logger
containers:
- name: logger
image: container-registry.zalando.net/teapot/event-logger:master-16
image: container-registry.zalando.net/teapot/event-logger:master-17
args:
- --snapshot-namespace=kube-system
- --snapshot-name=kubernetes-event-logger
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/fabric-gateway/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
annotations:
kubernetes-log-watcher/scalyr-parser: |
[{"container": "controller", "parser": "keyValue"}]
logging/destination: "{{ .Cluster.ConfigItems.log_destination_infra }}"
logging/destination: "{{ .Cluster.ConfigItems.log_destination_both }}"
prometheus.io/path: /metrics
prometheus.io/port: "7979"
prometheus.io/scrape: "true"
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/flannel/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
memory: 50Mi
containers:
- name: delayed-install-cni
image: container-registry.zalando.net/teapot/flannel-awaiter:master-14
image: container-registry.zalando.net/teapot/flannel-awaiter:master-15
command:
- /await
stdin: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: kubernetes-lifecycle-metrics
containers:
- name: kubernetes-lifecycle-metrics
image: "container-registry.zalando.net/teapot/kubernetes-lifecycle-metrics:master-22"
image: "container-registry.zalando.net/teapot/kubernetes-lifecycle-metrics:master-24"
ports:
- containerPort: 9090
protocol: TCP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: batch/v1
kind: CronJob
metadata:
name: skipper-canary-conrtroller
name: skipper-canary-controller
namespace: kube-system
labels:
application: skipper-ingress
Expand All @@ -25,7 +25,7 @@ spec:
containers:
- name: skipper-canary-controller
terminationMessagePolicy: FallbackToLogsOnError
image: container-registry.zalando.net/gwproxy/skipper-canary-controller:main-21
image: container-registry.zalando.net/gwproxy/skipper-canary-controller:main-22
env:
- name: _PLATFORM_OBSERVABILITY_ACCESS_TOKEN
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ spec:
annotations:
kubernetes-log-watcher/scalyr-parser: |
[{"container": "controller", "parser": "keyValue"}]
logging/destination: "{{ .Cluster.ConfigItems.log_destination_infra }}"
logging/destination: "{{ .Cluster.ConfigItems.log_destination_both }}"
spec:
serviceAccountName: hostname-credentials-controller
restartPolicy: Never
Expand Down
7 changes: 5 additions & 2 deletions cluster/manifests/skipper/pod-deletion-cost-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
application: skipper-ingress
component: pod-deletion-cost-controller
deployment: pod-deletion-cost-controller
annotations:
logging/destination: "{{ .Cluster.ConfigItems.log_destination_both }}"
spec:
priorityClassName: "{{ .Cluster.ConfigItems.system_priority_class }}"
serviceAccountName: pod-deletion-cost-controller
Expand All @@ -29,12 +31,13 @@ spec:
- -v={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_log_v }}
- -poll-interval={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_poll_interval }}
- -poll-timeout={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_poll_timeout }}
{{ if eq .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_resync_enable "true" }}
# {{ if eq .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_resync_enable "true" }}
- -resync
- -resync-interval={{ .Cluster.ConfigItems.skipper_pod_deletion_cost_controller_resync_interval }}
{{ end }}
# {{ end }}
image: container-registry.zalando.net/gwproxy/pod-deletion-cost-controller:main-27
name: pod-deletion-cost-controller
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 8080
name: metrics
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/skipper-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
version: v7.2.4
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
logging/destination: "{{.Cluster.ConfigItems.log_destination_infra}}"
logging/destination: "{{ .Cluster.ConfigItems.log_destination_both }}"
{{- if eq .Cluster.ConfigItems.skipper_topology_spread_enabled "true" }}
zalando.org/topology-spread-timeout: 7m
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/spot-node-rescheduler/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
restartPolicy: Never
containers:
- name: spot-node-rescheduler
image: container-registry.zalando.net/teapot/spot-node-rescheduler:main-9
image: container-registry.zalando.net/teapot/spot-node-rescheduler:main-10
resources:
limits:
cpu: "{{ .Cluster.ConfigItems.spot_node_rescheduler_cpu }}"
Expand Down

0 comments on commit b47594f

Please sign in to comment.