Add log setup instructions
This commit is contained in:
parent
82dcdf3d17
commit
9522b948c9
1 changed files with 8 additions and 1 deletions
|
@ -120,4 +120,11 @@ Save into a file called credentials-velero to be used during the install:
|
||||||
|
|
||||||
velero install --features=EnableCSI --use-node-agent --provider aws --plugins velero/velero-plugin-for-aws:v1.2.1 --bucket velero --secret-file ./credentials-velero --use-volume-snapshots=true --backup-location-config region=sto3,s3ForcePathStyle="true",s3Url=https://s3.sto3.safedc.net --snapshot-location-config region=sto3 --wait
|
velero install --features=EnableCSI --use-node-agent --provider aws --plugins velero/velero-plugin-for-aws:v1.2.1 --bucket velero --secret-file ./credentials-velero --use-volume-snapshots=true --backup-location-config region=sto3,s3ForcePathStyle="true",s3Url=https://s3.sto3.safedc.net --snapshot-location-config region=sto3 --wait
|
||||||
velero schedule create prod-schedule --schedule="0 3 * * *"
|
velero schedule create prod-schedule --schedule="0 3 * * *"
|
||||||
velero backup create rut-prod --default-volumes-to-fs-backup=false --from-schedule prod-schedule
|
velero backup create rut-prod --default-volumes-to-fs-backup=false --from-schedule prod-schedule
|
||||||
|
|
||||||
|
### Kubernetes logs and instrospection
|
||||||
|
vi logging.yaml #Change destination to prod monitoring server
|
||||||
|
scp logging.yaml internal-sto4-test-k8sc-0.rut.sunet.se:
|
||||||
|
ssh internal-sto4-test-k8sc-0.rut.sunet.se
|
||||||
|
helm repo add grafana https://grafana.github.io/helm-charts
|
||||||
|
helm upgrade grafana/k8s-monitoring -f values.yaml
|
Loading…
Add table
Reference in a new issue