-
Notifications
You must be signed in to change notification settings - Fork 107
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] Epiphany on AKS module MVP #1715
Comments
This task implies that there will be 3 modules eventually:
|
I left first review. This PR is huge but very valuable! Good job @sk4zuzu 👍 |
Repository has been renamed and moved here https://github.com/epiphany-platform/m-generic-epiphany-on-aks. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
There is need to prepare simplest possible Epiphany module to be able to install epiphany on top of AzBI and AzAKS modules.
Describe the solution you'd like
assumption in upper code is that default cluster configuration templated by
epi
module has zeros for all machines and 1 on repository machine. It means that by default epi module requires at least 1 machine to be available in state. By settingpostgres=1
in epi init phase I in fact tell it that it needs to use 2 machines. Also init phase should be able to discover that there is AzAKS module applied and it should configure that it will use that created AKS cluster. If there is no AzAKS module already present it should fail.All that means that after those 9 steps I should have Epiphany cluster with 1 repository machine, 1 postgresql machine and 3 nodes AKS cluster.
I think we can name that module m-classic-epiphany-on-aks
Describe alternatives you've considered
No.
Additional context
No.
The text was updated successfully, but these errors were encountered: