Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AKS #16

Closed
wants to merge 7 commits into from
Closed

Add support for AKS #16

wants to merge 7 commits into from

Conversation

sweep-ai[bot]
Copy link

@sweep-ai sweep-ai bot commented Aug 22, 2023

Description

This PR adds support for Azure Kubernetes Service (AKS) to the existing codebase. The current codebase is primarily designed to work with AWS EC2, so modifications were made to include the necessary Azure SDKs and create the required functions to interact with AKS.

Summary

  • Added the Azure SDK to the go.mod file to allow interaction with Azure services, specifically AKS.
  • Created a new file pkg/azure/aks.go to handle interactions with AKS, including functions to create, delete, and manage AKS clusters.
  • Modified the existing store interface in internal/store/store.go to include methods for saving and retrieving AKS cluster information.
  • Modified the client-side code in client/src/pages/Schedule/ScheduleEdit.js to allow users to create and manage AKS clusters, including options in the form and modifications to the handleSave function.

Please review and merge this PR to enable support for AKS in the application.

Fixes #10.


To checkout this PR branch, run the following command in your terminal:

git checkout {pull_request.branch_name}

馃帀 Latest improvements to Sweep:

  • Use Sweep Map to break large issues into smaller sub-issues, perfect for large tasks like "Sweep (map): migrate from React class components to function components"
  • Getting Sweep to format before committing! Check out Sweep Sandbox Configs to set it up.
  • We released a demo of our chunker, where you can find the corresponding blog and code.

馃挕 To get Sweep to edit this pull request, you can:

  • Leave a comment below to get Sweep to edit the entire PR
  • Leave a comment in the code will only modify the file
  • Edit the original issue to get Sweep to recreate the PR from scratch

@sweep-ai sweep-ai bot added the sweep Assigns Sweep to an issue or pull request. label Aug 22, 2023
@sweep-ai sweep-ai bot mentioned this pull request Aug 22, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Assigns Sweep to an issue or pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for AKS
1 participant