Phase 1 improvements#2
Merged
Merged
Conversation
Signed-off-by: Patrick Knight <pknight@redhat.com>
Signed-off-by: Patrick Knight <pknight@redhat.com>
Signed-off-by: Patrick Knight <pknight@redhat.com>
Signed-off-by: Patrick Knight <pknight@redhat.com>
Signed-off-by: Patrick Knight <pknight@redhat.com>
Signed-off-by: Patrick Knight <pknight@redhat.com>
Signed-off-by: Patrick Knight <pknight@redhat.com>
Signed-off-by: Patrick Knight <pknight@redhat.com>
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.
Description
Some QOL improvements that I have been thinking about doing for a bit. Basically, I wanted to expand upon the work that we did with the addition of the
Dockerfileso that we have a couple of more options for how we want to build and use these scripts.First, I updated the
Dockerfileto now 'hopefully' work when deployed to an OpenShift cluster. Next, I added a collection of resources to deploy the image onto a K8s cluster making it even easier to get thetestbedup and running for users. I also included the ability to build and push the image as a GitHub action so that users do not have to rely on needing Docker on their machine. And finally, I included an option to build the image in the same cluster that you deploy in. This way someone can fork the project and just upload the files with any changes that they have made.