-
Notifications
You must be signed in to change notification settings - Fork 500
[Misc][Docs]: GCP and Kubernetes Terraform Deployment Modules #823
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
Conversation
Signed-off-by: jolfr <[email protected]>
|
Finally able to finish this up, @Jeffwan give it a try and let me know what you think. |
Signed-off-by: jolfr <[email protected]>
Signed-off-by: jolfr <[email protected]>
Signed-off-by: jolfr <[email protected]>
Signed-off-by: jolfr <[email protected]>
Signed-off-by: jolfr <[email protected]>
|
@jolfr Thanks a lot for this work. I need some time to verify it and I will come back to you soon |
|
Sorry for late. I was busy with some internal work and just get time to test it. My configuration issue, I incorrectly put |
|
@jolfr Everything works perfect. thanks for the contribution. this is really awesome! |
…roject#823) * feat(terraform): add GCP and Kubernetes deployment modules for AIBrix * docs(terraform-gcp): update post-deployment instructions * docs(installation): add Terraform GCP deployment guide * docs(test): add comment explaining chat completion code * docs: add Apache License 2.0 copyright headers to Terraform files * docs: add Apache License 2.0 header to gcp_test.go --------- Signed-off-by: jolfr <[email protected]>
…roject#823) * feat(terraform): add GCP and Kubernetes deployment modules for AIBrix * docs(terraform-gcp): update post-deployment instructions * docs(installation): add Terraform GCP deployment guide * docs(test): add comment explaining chat completion code * docs: add Apache License 2.0 copyright headers to Terraform files * docs: add Apache License 2.0 header to gcp_test.go --------- Signed-off-by: jolfr <[email protected]>





Pull Request Description
Instructions for validating the PR HERE. I don't enjoy pushing such large PRs, but in this case it was necessary to build the functionality. Hopefully the instructions help speed up the validation process.
Let me know if you all think anything is missing or have suggestions/questions. Happy to help!
Related Issues
Resolves: #742
Important: Before submitting, please complete the description above and review the checklist below.
Contribution Guidelines (Expand for Details)
We appreciate your contribution to aibrix! To ensure a smooth review process and maintain high code quality, please adhere to the following guidelines:
Pull Request Title Format
Your PR title should start with one of these prefixes to indicate the nature of the change:
[Bug]: Corrections to existing functionality[CI]: Changes to build process or CI pipeline[Docs]: Updates or additions to documentation[API]: Modifications to aibrix's API or interface[CLI]: Changes or additions to the Command Line Interface[Misc]: For changes not covered above (use sparingly)Note: For changes spanning multiple categories, use multiple prefixes in order of importance.
Submission Checklist
By submitting this PR, you confirm that you've read these guidelines and your changes align with the project's contribution standards.