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

Ingress #3441

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Ingress #3441

wants to merge 6 commits into from

Conversation

Ankit152
Copy link

@Ankit152 Ankit152 commented Nov 10, 2024

@Ankit152
Copy link
Author

Ankit152 commented Nov 10, 2024

It's a POC and work is still in progress.
The discussion around the implementation is still on-going.

Once the code for extension service is merged, this branch will be re-based.

ObjectMeta: metav1.ObjectMeta{
Name: name,
Namespace: params.OtelCol.Namespace,
Annotations: params.OtelCol.Spec.Ingress.Annotations, // can the spec annotations be used?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just wondering if we can use the OtelCol.ObjectMeta.Annotations instead of Ingress.Annotations as this function will be responsible for creating ingress for extension services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Collector] Consume extension service with Ingress to give users a way to interact with them
2 participants