Skip to content

Commit

Permalink
K10 without Prometheus or Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
shuguet committed Jan 27, 2023
1 parent ee0f818 commit 375953b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions eks-anywhere-common/Addons/Partner/Kasten/K10/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ spec:
namespace: kasten-io
version: 5.5.3
interval: 1m0s
values:
prometheus:
server:
enabled: false
grafana:
enabled: false
targetNamespace: kasten-io
4 changes: 3 additions & 1 deletion eks-anywhere-common/Testers/Kasten/K10/primer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ spec:
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl";
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl;
helm repo add kasten https://charts.kasten.io/;
kubectl version && ( kubectl annotate storageclass ${SC_NAME} k10.kasten.io/volume-snapshot-class=${VSC_NAME}; curl -s https://docs.kasten.io/tools/k10_primer.sh | bash /dev/stdin -s ${SC_NAME});
kubectl annotate volumesnapshotclass ${VSC_NAME} k10.kasten.io/is-snapshot-class=true;
curl -s https://docs.kasten.io/tools/k10_primer.sh | bash /dev/stdin -s ${SC_NAME};
kubectl annotate volumesnapshotclass ${VSC_NAME} k10.kasten.io/is-snapshot-class-;
restartPolicy: Never

0 comments on commit 375953b

Please sign in to comment.