sysctl fs.inotify.max_user_instances=1280
sysctl fs.inotify.max_user_watches=655360
sysctl fs.inotify.max_user_instances=1280
sysctl fs.inotify.max_user_watches=655360
backup:
barmanObjectStore:
destinationPath: "s3://<bucket-name>/"
endpointURL: https://<endpoint-url>/
s3Credentials:
accessKeyId:
name: backup-creds
key: ACCESS_KEY_ID
secretAccessKey:
For Kasten K10 to work with Longhorn properly, you have to create a volumesnapshotclass.
Annotations for Kasten K10 must be set as below:
kind: VolumeSnapshotClass
apiVersion: snapshot.storage.k8s.io/v1
metadata:
name: longhorn-snapshot-vsc
annotations:
k10.kasten.io/is-snapshot-class: "true"
argocd login <url>:<port> --username <username> --password <password>
argocd account list
kubectl get configmap argocd-cm -n argocd -o yaml > argocd-cm.yaml