You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Implement VIP-based Kubernetes API exposure instead of using MaaS DNS in Cluster API MaaS provider
Version
cluster-api-provider-maas: v0.4.0
MaaS: 3.2.8
The Problem To Be Solved
In our current setup, the provisioning and configuration of machines in the MaaS infrastructure are managed by a separate team. However, during the deployment process in the Cluster API MaaS provider, the operator tries to update MaaS' DNS, which is restricted due to our limited permissions
Possible Solution
Implement a solution to avoid using the MaaS DNS for exposing the Kubernetes API and instead utilize a Virtual IP (VIP) approach for improved flexibility and high availability. The VIP can be configured using KeepAlived in the bootstrap.
The text was updated successfully, but these errors were encountered:
name: Implement VIP-based Kubernetes API exposure instead of using MaaS DNS in Cluster API MaaS provider
Version
cluster-api-provider-maas: v0.4.0
MaaS: 3.2.8
The Problem To Be Solved
In our current setup, the provisioning and configuration of machines in the MaaS infrastructure are managed by a separate team. However, during the deployment process in the Cluster API MaaS provider, the operator tries to update MaaS' DNS, which is restricted due to our limited permissions
Possible Solution
Implement a solution to avoid using the MaaS DNS for exposing the Kubernetes API and instead utilize a Virtual IP (VIP) approach for improved flexibility and high availability. The VIP can be configured using KeepAlived in the bootstrap.
The text was updated successfully, but these errors were encountered: