You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	Replace master with specific jaeger tag version in otel-collector (#2622)
* replace master with specific jaeger tag version in otel-collector * change version * update jeager-operator version in makefile
This commit is contained in:
		| @@ -3,15 +3,7 @@ namespace-k8s: | ||||
|  | ||||
| jaeger-operator-k8s: | ||||
| 	# Create the jaeger operator and necessary artifacts in ns observability | ||||
| 	kubectl create -n observability -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/crds/jaegertracing.io_jaegers_crd.yaml | ||||
| 	kubectl create -n observability -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/service_account.yaml | ||||
| 	kubectl create -n observability -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/role.yaml | ||||
| 	kubectl create -n observability -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/role_binding.yaml | ||||
| 	kubectl create -n observability -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/operator.yaml | ||||
|  | ||||
| 	# Create the cluster role & bindings | ||||
| 	kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/cluster_role.yaml | ||||
| 	kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/cluster_role_binding.yaml | ||||
| 	kubectl create -n observability -f https://github.com/jaegertracing/jaeger-operator/releases/download/v1.31.0/jaeger-operator.yaml | ||||
|  | ||||
| jaeger-k8s: | ||||
| 	kubectl apply -f k8s/jaeger.yaml | ||||
| @@ -31,11 +23,4 @@ clean-k8s: | ||||
|  | ||||
| 	- kubectl delete -f k8s/jaeger.yaml | ||||
|  | ||||
| 	- kubectl delete -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/cluster_role.yaml | ||||
| 	- kubectl delete -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/cluster_role_binding.yaml | ||||
|  | ||||
| 	- kubectl delete -n observability -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/crds/jaegertracing.io_jaegers_crd.yaml | ||||
| 	- kubectl delete -n observability -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/service_account.yaml | ||||
| 	- kubectl delete -n observability -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/role.yaml | ||||
| 	- kubectl delete -n observability -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/role_binding.yaml | ||||
| 	- kubectl delete -n observability -f https://raw.githubusercontent.com/jaegertracing/jaeger-operator/master/deploy/operator.yaml | ||||
| 	- kubectl delete -n observability -f https://github.com/jaegertracing/jaeger-operator/releases/download/v1.31.0/jaeger-operator.yaml | ||||
|   | ||||
		Reference in New Issue
	
	Block a user