10.5.4. Configuring Microsoft Azure features for control plane machines
You can enable or change the configuration of features for your control plane machines by editing values in the control plane machine set specification.
When you save an update to the control plane machine set, the Control Plane Machine Set Operator updates the control plane machines according to your configured update strategy. For more information, see "Updating the control plane configuration".
10.5.4.1. Restricting the API server to private for an Microsoft Azure cluster 링크 복사링크가 클립보드에 복사되었습니다!
If the security posture of your organization does not allow clusters to use an open API endpoint, you can restrict the API server to use only internal load balancers. To implement this API server restriction, use the Microsoft Azure console to delete the external load balancer component.
Prerequisites
- You have installed an OpenShift Container Platform cluster on Azure.
- You have access to the Azure console as a user with administrator privileges.
Procedure
- Log in to the Azure console as a user with administrator privileges.
Delete the following resources:
-
The
api-v4rule for the public load balancer. -
The
frontendIPConfigurationparameter that is associated with theapi-v4rule for the public load balancer. -
The public IP address that is specified in the
frontendIPConfigurationparameter.
-
The
-
Configure the Ingress Controller endpoint publishing scope to
Internal. For more information, see "Configuring the Ingress Controller endpoint publishing scope to Internal". Delete the
api.<cluster_name>DNS entry in the public zone.where
<cluster_name>is the name of the cluster.