mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
saving
This commit is contained in:
parent
046efeea3a
commit
eb1fc7b55c
2 changed files with 1 additions and 8 deletions
|
@ -50,13 +50,7 @@ if [ -f "./ui-service-k8s.yaml.template" ]; then
|
|||
envsubst < ./ui-service-k8s.yaml.template | kubectl delete -f - --ignore-not-found=true
|
||||
fi
|
||||
|
||||
# Delete monitoring resources
|
||||
echo "Deleting monitoring resources..."
|
||||
envsubst < ./monitoring-k8s.yaml.template | kubectl delete -f - --ignore-not-found=true
|
||||
|
||||
# Delete Prometheus RBAC resources
|
||||
echo "Deleting Prometheus RBAC resources..."
|
||||
kubectl delete -f ./prometheus-rbac.yaml --ignore-not-found=true
|
||||
|
||||
# Delete ingress
|
||||
echo "Deleting ingress resources..."
|
||||
|
@ -107,7 +101,6 @@ for template in ./*.yaml.template; do
|
|||
if [ -f "$template" ]; then
|
||||
# Skip templates we've already processed
|
||||
if [[ "$template" != "./ui-k8s.yaml.template" &&
|
||||
"$template" != "./monitoring-k8s.yaml.template" &&
|
||||
"$template" != "./ingress-k8s.yaml.template" &&
|
||||
"$template" != "./stack-k8s.yaml.template" &&
|
||||
"$template" != "./chroma-k8s.yaml.template" &&
|
||||
|
|
|
@ -34,5 +34,5 @@ helm install prometheus prometheus-community/kube-prometheus-stack \
|
|||
--set prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false
|
||||
|
||||
echo "kube-prometheus-stack has been installed successfully!"
|
||||
echo "To access Grafana UI, run: kubectl port-forward -n monitoring svc/prometheus-grafana 3000:80"
|
||||
echo "To access Grafana UI, run: kubectl port-forward svc/kube-prometheus-stack-1754164871-grafana 31509:80 -n prometheus"
|
||||
echo "Default Grafana credentials - Username: admin, Password: prom-operator"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue