File tree Expand file tree Collapse file tree
deployment/kubernetes-manifests/k8s-deployment Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,19 +90,19 @@ echo "Waiting for final services to start..."
9090sleep 30
9191echo " "
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
107107echo " =========================================="
108108echo " Step 7: Deploying Load Generator"
You can’t perform that action at this time.
0 commit comments