-
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] Separate repository machine #1640
Comments
@toszo we need your confirmation here. We need to introduce new machine to remove dependency from kubernetes master machine. It means that if someone will create standard cluster (with our on-prem kubernetes instalation) he/she will have one more machine in comparison to v0.7.x. It will be possible to manually change it to be mapped back to kubernetes_master. |
I'm fine with detaching repository role from K8s Master machine. |
Please take a look at configuration example that can be used #1349 (comment) 👍 |
Put it in SG of kubernetes master node. |
looks good, no additional configuration was required |
Helm needs to be included in local container with tunnelling to repo node |
Tunnell tested manually and it works. Switch to review. |
Bugfix #1729 done. I installed the vault on kubernetes master when the flag k8s_as_cloud_service was false without any errors. All necessary binaries/files were downloaded properly from separated repository to the master machine. Moreover I also tested the repository from local container in order to install filebeat (#1670) and node exporter (#1673) as daemonset and it works fine. |
Default disk size for repository machine is increased. 64gb by default for both aws and azure. |
* raise disk space for repository machine Co-authored-by: Tomasz Arendt <[email protected]>
|
* raise disk space for repository machine Co-authored-by: Tomasz Arendt <[email protected]>
…hienergy#1768) * raise disk space for repository machine Co-authored-by: Tomasz Arendt <[email protected]>
We need it because we no longer have guaranteed that there will be kubernetes master machine.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: