Skip to content

Otel-collector example refers to non-existing raw files #2617

Closed
@ivanayov

Description

The Makefile in the otel-collector example uses deleted yamls for jaeger-operator-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

None of those raw links is valid anymore.

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is neededpkg:exporter:jaegerRelated to the Jaeger exporter package

    Type

    No type

    Projects

    • Status

      Closed

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions