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

Move chainsaw files to common location #1868

Merged
merged 6 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
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 @@ -2,7 +2,7 @@ apiVersion: odigos.io/v1alpha1
kind: Destination
metadata:
name: odigos.io.dest.tempo-123123
namespace: odigos-system
namespace: odigos-test
spec:
data:
TEMPO_URL: e2e-tests-tempo.traces:4317
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: odigos-system
name: odigos-test
labels:
odigos.io/system-object: 'true'
---
Expand All @@ -10,7 +10,7 @@ kind: Pod
metadata:
labels:
app.kubernetes.io/name: odigos-autoscaler
namespace: odigos-system
namespace: odigos-test
status:
containerStatuses:
- name: manager
Expand All @@ -24,7 +24,7 @@ kind: Pod
metadata:
labels:
app.kubernetes.io/name: odigos-scheduler
namespace: odigos-system
namespace: odigos-test
status:
containerStatuses:
- name: manager
Expand All @@ -38,7 +38,7 @@ kind: Pod
metadata:
labels:
app.kubernetes.io/name: odigos-instrumentor
namespace: odigos-system
namespace: odigos-test
status:
containerStatuses:
- name: manager
Expand All @@ -52,7 +52,7 @@ kind: Pod
metadata:
labels:
app.kubernetes.io/name: odiglet
namespace: odigos-system
namespace: odigos-test
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
Expand Down Expand Up @@ -85,7 +85,7 @@ apiVersion: v1
kind: Service
metadata:
name: ui
namespace: odigos-system
namespace: odigos-test
spec:
ports:
- name: ui
Expand All @@ -110,7 +110,7 @@ metadata:
odigos.io/config: '1'
odigos.io/system-object: 'true'
name: odigos-config
namespace: odigos-system
namespace: odigos-test
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: odigos.io/v1alpha1
kind: CollectorsGroup
metadata:
name: odigos-data-collection
namespace: odigos-system
namespace: odigos-test
spec:
role: NODE_COLLECTOR
status:
Expand All @@ -12,7 +12,7 @@ apiVersion: odigos.io/v1alpha1
kind: CollectorsGroup
metadata:
name: odigos-gateway
namespace: odigos-system
namespace: odigos-test
spec:
role: CLUSTER_GATEWAY
status:
Expand All @@ -24,7 +24,7 @@ metadata:
labels:
odigos.io/collector-role: "CLUSTER_GATEWAY"
name: odigos-gateway
namespace: odigos-system
namespace: odigos-test
ownerReferences:
- apiVersion: odigos.io/v1alpha1
blockOwnerDeletion: true
Expand Down Expand Up @@ -79,7 +79,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: odigos-gateway
namespace: odigos-system
namespace: odigos-test
ownerReferences:
- apiVersion: odigos.io/v1alpha1
blockOwnerDeletion: true
Expand All @@ -92,7 +92,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: odigos-data-collection
namespace: odigos-system
namespace: odigos-test
ownerReferences:
- apiVersion: odigos.io/v1alpha1
blockOwnerDeletion: true
Expand All @@ -107,7 +107,7 @@ metadata:
labels:
odigos.io/collector-role: "NODE_COLLECTOR"
name: odigos-data-collection
namespace: odigos-system
namespace: odigos-test
ownerReferences:
- apiVersion: odigos.io/v1alpha1
blockOwnerDeletion: true
Expand Down Expand Up @@ -178,5 +178,4 @@ spec:
name: kubeletpodresources
status:
numberAvailable: 1
numberReady: 1
---
numberReady: 1
Loading
Loading