-
Notifications
You must be signed in to change notification settings - Fork 22
Add initial provisioning code for 'Deploy and run an Azure OpenAI/ChatGPT app on AKS ' (PART 1) #666
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
Rename Kaito
Rename aks doc
Rename AKS again
Update metadata.json
Style changes
Remove last 2 steps
|
Learn Build status updates of commit de0cb98: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
This is the initial terraform code responsible for provisioning the infrastructure required for the doc: "Deploy and run an Azure OpenAI/ChatGPT app on AKS ". The rest of the code that needs to be completed in part 2 is writing shell scripts that will configure the newly provisioning AKS cluster. Commands like installing helm charts and building the app's docker image. Those commands are currently located in the 'Scripts' folder but need to be cleaned up. Focus the review on the 'terraform' folder and 'terraform/modules'