Skip to content

Commit

Permalink
Update imgage versions and flags (#1539)
Browse files Browse the repository at this point in the history
* Update img versions and flags
* Update img versions, delete old cronjob
  • Loading branch information
nikodemas authored Jan 21, 2025
1 parent 6ef0c3c commit ac7a73f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion kubernetes/monitoring/crons/grafana-dashboard-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: grafana-dashboard-copy
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.3
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.5
command: [ "bash", "-c"]
args:
- date; echo "run dashboard-copy.py through run.sh";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: grafana-dashboard-exporter
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.3
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.5
command: [ "bash", "-c"]
args:
- date; echo "run dashboard-exporter.py through run.sh";
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/monitoring/services/cmsmon-hpc-usage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
hostname: hpc-usage
containers:
- name: hpc-usage
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.0
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.5
env:
- name: MY_NODE_NAME
valueFrom:
Expand All @@ -72,6 +72,7 @@ spec:
exec:
command:
- "sh"
- "-l"
- "-c"
- >
export > /etc/environment;
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/monitoring/services/cmsmon-rucio-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
hostname: cmsmon-rucio-ds
containers:
- name: cmsmon-rucio-ds
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.0
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.5
env:
- name: MY_NODE_NAME
valueFrom:
Expand All @@ -80,6 +80,7 @@ spec:
exec:
command:
- "sh"
- "-l"
- "-c"
- >
export > /etc/environment;
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/monitoring/services/cpueff/cpueff-goweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: cpueff-goweb
image: registry.cern.ch/cmsmonitoring/cpueff-goweb:cpueff-0.0.25
image: registry.cern.ch/cmsmonitoring/cpueff-goweb:cpueff-0.0.30
# image: golang
# command: [ "sleep" ]
# args: [ "infinity" ]
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/monitoring/services/cpueff/cpueff-spark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
hostname: cpueff-spark
containers:
- name: cpueff-spark
image: registry.cern.ch/cmsmonitoring/cpueff-spark:cpueff-0.0.25
image: registry.cern.ch/cmsmonitoring/cpueff-spark:cpueff-0.0.28
command: [ "/bin/bash", "-c" ]
args:
- source /etc/environment;
Expand Down Expand Up @@ -97,6 +97,7 @@ spec:
exec:
command:
- "sh"
- "-l"
- "-c"
- >
export > /etc/environment;
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/monitoring/services/cron-spark-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ data:
# each Monday at 10 AM
00 10 * * 1 . /data/cronjob/s.sh; $B_/cron4wma_agent_count.sh $A_ --conf /etc/secrets/test_tenant_secret >>$O_ 2>&1
# MONTHLY
00 16 03 * * . /data/cronjob/s.sh; $B_/cron4hpc_at_cms.sh $A_ --output $EOS_/hpc >>$O_ 2>&1
00 16 05 * * . /data/cronjob/s.sh; $B_/cron4crab_popularity.sh $A_ --output $EOS_/crabPop/data >>$O_ 2>&1
00 16 07 * * . /data/cronjob/s.sh; $B_/cron4gen_crsg_plots.sh $A_ --output $EOS_/EventCountPlots >>$O_ 2>&1
00 16 19 * * . /data/cronjob/s.sh; $B_/cron4hs06_cputime_plot.sh $A_ --output $EOS_/hs06cputime >>$O_ 2>&1
Expand Down Expand Up @@ -71,7 +70,7 @@ spec:
hostname: cron-spark-jobs
containers:
- name: cron-spark-jobs
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.2
image: registry.cern.ch/cmsmonitoring/cmsmon-spark:v0.5.0.5
env:
- name: MY_NODE_NAME
valueFrom:
Expand All @@ -88,6 +87,7 @@ spec:
exec:
command:
- "sh"
- "-l"
- "-c"
- >
export > /etc/environment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
value: "true"
effect: "NoSchedule"
containers:
- image: registry.cern.ch/cmsmonitoring/udp-server:v0.0.14
- image: registry.cern.ch/cmsmonitoring/udp-server:v0.0.16
name: udp-server
command: ["/data/udp_collector"]
args: ["-config", "/etc/secrets/udp_server.json"]
Expand Down

0 comments on commit ac7a73f

Please sign in to comment.