Update UpsertTracepoint and bpftrace deployment documentation#277
Merged
aimichelle merged 1 commit intopixie-io:mainfrom Oct 4, 2023
Merged
Update UpsertTracepoint and bpftrace deployment documentation#277aimichelle merged 1 commit intopixie-io:mainfrom
aimichelle merged 1 commit intopixie-io:mainfrom
Conversation
✅ Deploy Preview for docs-px-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
8a36dca to
efd6b97
Compare
ddelnano
reviewed
Sep 27, 2023
…ceProgram to scope tracepoint deployments to supported nodes Signed-off-by: Benjamin Kilimnik <bkilimnik@pixielabs.ai>
5cef367 to
926de3b
Compare
ddelnano
approved these changes
Oct 2, 2023
JamesMBartlett
pushed a commit
to pixie-io/pixie
that referenced
this pull request
Oct 3, 2023
Summary: Updates documentation for the `pxtrace.TraceProgram` object which enables deploying bpftrace programs to specific hosts via selectors. Relevant Issues: pixie-io/docs.px.dev#277 Type of change: /kind documentation Test Plan: Existing targets. Signed-off-by: Benjamin Kilimnik <bkilimnik@pixielabs.ai>
Member
Author
|
@pixie-io/admin this is ready for review. |
Member
|
Also wanted to note that the necessary vizier changes are included in the current release (v0.14.7). |
aimichelle
approved these changes
Oct 4, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary: Documents the new
TraceProgramobject added topxtracewhich enables users to specify deployment restrictions for BPFtrace programs. Changes introduced in pixie-io/pixie#1687. Should not be merged until those changes land.Related issues/PRs: pixie-io/pixie#1659