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

feat(plugins/crossplane): change to crossplane cli & add crossplane-watch #2985

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gjbravi
Copy link

@gjbravi gjbravi commented Nov 22, 2024

This pull request includes changes to the plugins/crossplane.yaml file to replace the kube-lineage plugin with two new plugins, crossplane-trace and crossplane-watch. These changes enhance the functionality for tracing and monitoring resources managed by Crossplane.

Changes to plugins:

  • Replaced kube-lineage plugin with crossplane-trace plugin, which lists all relationships with a resource and requires the crossplane CLI binary.
  • Added crossplane-watch plugin, which monitors resources using the viddy binary, a modern implementation of the watch command written in Rust.

Credits to @clementblaise for an old PR that likely covered this main idea.

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.

2 participants