Compare commits
No commits in common. "main" and "cosmos-ops-2025-02-17-v01" have entirely different histories.
main
...
cosmos-ops
6 changed files with 2 additions and 16 deletions
|
@ -108,4 +108,4 @@ This will disrupt the whole cluster for a few seconds.
|
||||||
Install Velero backup from https://github.com/vmware-tanzu/velero/releases
|
Install Velero backup from https://github.com/vmware-tanzu/velero/releases
|
||||||
|
|
||||||
velero install --provider aws --plugins velero/velero-plugin-for-aws:v1.2.1 --bucket velero --secret-file ./credentials-velero --use-volume-snapshots=false --backup-location-config region=sto3,s3ForcePathStyle="true",s3Url=https://s3.sto3.safedc.net
|
velero install --provider aws --plugins velero/velero-plugin-for-aws:v1.2.1 --bucket velero --secret-file ./credentials-velero --use-volume-snapshots=false --backup-location-config region=sto3,s3ForcePathStyle="true",s3Url=https://s3.sto3.safedc.net
|
||||||
velero backup create rut-backup --selector 'backup notin (ignore)'
|
velero backup create rut-backup --selector 'backup notin (ignore)'
|
|
@ -30,7 +30,7 @@
|
||||||
frontends:
|
frontends:
|
||||||
- sthb-lb-1.sunet.se
|
- sthb-lb-1.sunet.se
|
||||||
- tug-lb-1.sunet.se
|
- tug-lb-1.sunet.se
|
||||||
port: '443'
|
port: '30443'
|
||||||
sunet::otel::alloy:
|
sunet::otel::alloy:
|
||||||
otel_receiver: monitor-prod.rut.sunet.se
|
otel_receiver: monitor-prod.rut.sunet.se
|
||||||
sunet::fleetlock_client:
|
sunet::fleetlock_client:
|
||||||
|
@ -39,14 +39,12 @@
|
||||||
rut::infra_ca_rp:
|
rut::infra_ca_rp:
|
||||||
sunet::microk8s::node:
|
sunet::microk8s::node:
|
||||||
channel: 1.31/stable
|
channel: 1.31/stable
|
||||||
drain_reboot_cron: true
|
|
||||||
sunet::otel::alloy:
|
sunet::otel::alloy:
|
||||||
otel_receiver: monitor-prod.rut.sunet.se
|
otel_receiver: monitor-prod.rut.sunet.se
|
||||||
sunet::fleetlock_client:
|
sunet::fleetlock_client:
|
||||||
|
|
||||||
'^internal-sto4-prod-monitor-[0-9].rut.sunet.se$':
|
'^internal-sto4-prod-monitor-[0-9].rut.sunet.se$':
|
||||||
sunet::dockerhost2:
|
sunet::dockerhost2:
|
||||||
rut::controller_checks:
|
|
||||||
sunet::naemon_monitor:
|
sunet::naemon_monitor:
|
||||||
domain: monitor-prod.rut.sunet.se
|
domain: monitor-prod.rut.sunet.se
|
||||||
naemon_tag: latest
|
naemon_tag: latest
|
||||||
|
@ -87,7 +85,6 @@ internal-sto4-prod-satosa-1.rut.sunet.se:
|
||||||
rut::infra_ca_rp:
|
rut::infra_ca_rp:
|
||||||
sunet::microk8s::node:
|
sunet::microk8s::node:
|
||||||
channel: 1.31/stable
|
channel: 1.31/stable
|
||||||
drain_reboot_cron: true
|
|
||||||
sunet::otel::alloy:
|
sunet::otel::alloy:
|
||||||
otel_receiver: monitor-prod.rut.sunet.se
|
otel_receiver: monitor-prod.rut.sunet.se
|
||||||
sunet::fleetlock_client:
|
sunet::fleetlock_client:
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
# Everything is awesome!
|
|
||||||
class rut::controller_checks {
|
|
||||||
nagioscfg::service {'check_rut_pods':
|
|
||||||
host_name => ['internal-sto4-prod-k8sc-0.rut.sunet.se'],
|
|
||||||
check_command => 'check_nrpe!check_rut_pods',
|
|
||||||
description => 'Microk8s cluster health',
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
add rule inet filter input tcp dport { 80, 443 , 30080, 30443 } counter accept comment "nft_public"
|
|
|
@ -1 +0,0 @@
|
||||||
add rule inet filter input tcp dport { 80, 443 , 30080, 30443 } counter accept comment "nft_public"
|
|
|
@ -1 +0,0 @@
|
||||||
add rule inet filter input tcp dport { 80, 443 , 30080, 30443 } counter accept comment "nft_public"
|
|
Loading…
Add table
Reference in a new issue