Skip to content

Commit eafdddd

Browse files
committed
Update New Relic Kubernetes integration deployment steps and manifest file
1 parent 96445bc commit eafdddd

2 files changed

Lines changed: 218 additions & 218 deletions

File tree

deploy

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,19 @@ echo "Waiting for final services to start..."
9090
sleep 30
9191
echo ""
9292

93-
# echo "=========================================="
94-
# echo "Step 6: Deploying New Relic Kubernetes Integration"
95-
# echo "=========================================="
96-
# microk8s kubectl apply -f $MANIFESTS/newrelic-k8s-integration.yml
97-
98-
# # Verify the DaemonSet is running
99-
# echo "Verifying New Relic DaemonSet deployment..."
100-
# microk8s kubectl get daemonset -n $NAMESPACE
101-
102-
# # Check that MySQL instances are being discovered
103-
# echo "Checking New Relic infrastructure logs..."
104-
# microk8s kubectl logs -n $NAMESPACE -l name=newrelic-infrastructure --tail=10
105-
# echo ""
93+
echo "=========================================="
94+
echo "Step 6: Deploying New Relic Kubernetes Integration"
95+
echo "=========================================="
96+
microk8s kubectl apply -f $MANIFESTS/newrelic-k8s-integration.yml
97+
98+
# Verify the DaemonSet is running
99+
echo "Verifying New Relic DaemonSet deployment..."
100+
microk8s kubectl get daemonset -n $NAMESPACE
101+
102+
# Check that MySQL instances are being discovered
103+
echo "Checking New Relic infrastructure logs..."
104+
microk8s kubectl logs -n $NAMESPACE -l name=newrelic-infrastructure --tail=10
105+
echo ""
106106

107107
echo "=========================================="
108108
echo "Step 7: Deploying Load Generator"

0 commit comments

Comments
 (0)