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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Add support for Azure availability sets #1543

Closed
mkyc opened this issue Aug 11, 2020 · 2 comments
Closed

[FEATURE REQUEST] Add support for Azure availability sets #1543

mkyc opened this issue Aug 11, 2020 · 2 comments

Comments

@mkyc
Copy link
Contributor

mkyc commented Aug 11, 2020

Is your feature request related to a problem? Please describe.
We would like to have possibility to create availability-set for Azure using Epiphany in order to have a group with two or more virtual machines in the same Data Center. This ensures that at least one of the virtual machines hosted on Azure will be available if something happens. This configuration offers 99.95% SLA.

Describe the solution you'd like
We would like to have section in cluster yaml file with the availability-set for all components, for example::

kind: infrastructure/availability-set
name: kube-node-availability-set
provider: azure
specification:
  name: kube-node-availability-set
  platform_fault_domain_count: 2
  platform_update_domain_count: 5
  managed: 'true'

Describe alternatives you've considered

Additional context
This task is to manage already existing PR #1411

@rpudlowski93
Copy link
Contributor

Pull Request is already done for the task #1411 and reviewed by @mkyc and @seriva. There are some valuable comments which should be taken into account and maybe added to code. The task must be taken care of by someone and finished based on the review.

@sk4zuzu sk4zuzu self-assigned this Aug 20, 2020
@to-bar to-bar changed the title [FEATURE REQUEST] Add support for azure availability-set [FEATURE REQUEST] Add support for Azure availability sets Aug 25, 2020
@mkyc mkyc modified the milestones: S20200827, S20200910 Aug 27, 2020
@przemyslavic przemyslavic self-assigned this Sep 1, 2020
@przemyslavic
Copy link
Collaborator

The ability to create availability sets was tested. Individual components (virtual machines) can be assigned to the appropriate availability sets. VMs are effectively distributed across fault domains and update domains.

@mkyc mkyc closed this as completed Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants