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

Feature/gen 2030 group sources to destination #2112

Open
wants to merge 218 commits into
base: feature/source-crd
Choose a base branch
from

Conversation

alonkeyval
Copy link
Collaborator

No description provided.

Makefile Outdated
@@ -206,6 +206,11 @@ cli-uninstall:
@echo "Uninstalling odigos from source. version: $(ODIGOS_CLI_VERSION)"
cd ./cli ; go run -tags=embed_manifests . uninstall

.PHONY: cli-uninstall
Copy link
Contributor

Choose a reason for hiding this comment

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

This carried over as a duplicate, with typo in the "echo" message, please remove :)

"watch",
},
APIGroups: []string{"odigos.io"},
Resources: []string{"sources"},
Copy link
Contributor

Choose a reason for hiding this comment

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

Add a comment for why this is needed, and add it to the cli/cmd/resources/README.md file.
Also add resources for helm: helm/odigos/templates/autoscaler

{
APIGroups: []string{"odigos.io"},
Resources: []string{"sources"},
Verbs: []string{"create", "delete", "get", "list", "patch", "update", "watch"},
Copy link
Contributor

Choose a reason for hiding this comment

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

Add a comment for why this is needed, and add it to the cli/cmd/resources/README.md file.
Also add resources for helm: helm/odigos/templates/instrumentor

@BenElferink BenElferink added the enhancement New feature or request label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants