Documentation on how to setup the Build-VM (via chef on GCP) to Development.md#2191
Open
entlein wants to merge 38 commits intopixie-io:mainfrom
Open
Documentation on how to setup the Build-VM (via chef on GCP) to Development.md#2191entlein wants to merge 38 commits intopixie-io:mainfrom
entlein wants to merge 38 commits intopixie-io:mainfrom
Conversation
Starting docu of vm setup on gcp with terraform and chef Signed-off-by: entlein <einentlein@gmail.com>
From mobile phone Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
…if desired Signed-off-by: entlein <einentlein@gmail.com>
ddelnano
reviewed
May 6, 2025
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
…language Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
…n manual install, needs to be tested, do NOT MERGE Signed-off-by: entlein <einentlein@gmail.com>
…optional Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
…optional Signed-off-by: entlein <einentlein@gmail.com>
Co-authored-by: Dom Delnano <ddelnano@gmail.com> Signed-off-by: Duck <70207455+entlein@users.noreply.github.com>
Co-authored-by: Dom Delnano <ddelnano@gmail.com> Signed-off-by: Duck <70207455+entlein@users.noreply.github.com>
Co-authored-by: Dom Delnano <ddelnano@gmail.com> Signed-off-by: Duck <70207455+entlein@users.noreply.github.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
linter Signed-off-by: Duck <70207455+entlein@users.noreply.github.com>
linter Signed-off-by: Duck <70207455+entlein@users.noreply.github.com>
Signed-off-by: entlein <einentlein@gmail.com>
Signed-off-by: entlein <einentlein@gmail.com>
ddelnano
reviewed
May 12, 2025
Member
ddelnano
left a comment
There was a problem hiding this comment.
Two more minor comments and then this is good to go.
best typo ever Co-authored-by: Dom Delnano <ddelnano@gmail.com> Signed-off-by: Duck <70207455+entlein@users.noreply.github.com>
Signed-off-by: entlein <einentlein@gmail.com>
ddelnano
approved these changes
May 13, 2025
ddelnano
approved these changes
May 13, 2025
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: Documentation on how to setup the Build-VM (via chef on GCP) to Development.md
On our GCP setup, we documented how to configure a VM as remote workstation to run Pixie on minikube using our registry. We wrote down the commands and hope others may find them useful.
Relevant Issues: N/A
Avoid having to bother the maintainers with questions about setting up development.
Type of change: /kind documentation
Test Plan: Tested this through the following
The tests were conducted manually on GCP by using a terraform code to create the VM/Network/Rules etc and then by manually logging in and running the commands exactly in the order given in Development.md
This could be done fully automated (via TF, ansible, chef), up to the point where px auth login requires interactivity.
Changelog Message: Added documentation for getting started with Pixie development via a development VM