Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing create service step for typha metrics #1706

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -354,26 +354,6 @@ You should see a result similar to:
installation.operator.tigera.io/default patched
```

**Create a service to expose Typha metrics**

```bash
kubectl apply -f - <<EOF
apiVersion: v1
kind: Service
metadata:
name: typha-metrics-svc
namespace: calico-system
labels:
k8s-app: typha-metrics
spec:
selector:
k8s-app: calico-typha
ports:
- port: 9093
targetPort: 9093
EOF
```

**Create the service monitor**

Apply the ServiceMonitor to the namespace where Prometheus is running.
Expand Down