-
Notifications
You must be signed in to change notification settings - Fork 19
Add make target for custom-deploy #153
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
Add make target for custom-deploy #153
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have run the make command on an OSD cluster and can confirm that an instascale-controller-manager
deployment and pod are created where I can view Instascale logs. I applied an appwrapper and can see that instascale picks it up as expected also.
Just one small comment regarding the command in make file. Otherwise it looks good.
adfb19f
to
2d20365
Compare
@Fiona-Waters Brilliant, thanks for testing it out! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm thanks @ChristianZaccaria :D
@anishasthana Hi again, could we get this merged as well please? It's from last sprint [InstaScale] |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anishasthana, VanillaSpoon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Issue link
Closes #152
The changes here are similar to what is done in this PR for MCAD
What changes have been made
custom-deploy
make target can be used for building and pushing a custom image of InstaScale and deploying it on your K8s cluster for development.Note: using the name
custom-deploy
for the make target as there is already an existing easy way of deploying InstaScale (latest) to your K8s cluster. This make target focuses on the custom image deployments.Verification steps
Example:
make custom-deploy ENGINE=<podman or docker> IMG=quay.io/<username>/instascale:<image tag>
Checks