Skip to content

Commit

Permalink
Update components.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavcracker authored Jan 31, 2025
1 parent aee4b0c commit e9783c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubemarine/kubernetes/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def compare_kubelet_config(cluster: KubernetesCluster, *, with_inventory: bool)
def compare_configmap(cluster: KubernetesCluster, configmap: str) -> Optional[str]:
control_plane = cluster.nodes['control-plane'].get_first_member()
kubeadm_config = KubeadmConfig(cluster)

if configmap == 'kubelet-config':
# Do not check kubelet-config ConfigMap, because some properties may be deleted from KubeletConfiguration
# if set to default, for example readOnlyPort: 0, protectKernelDefaults: false
Expand Down

0 comments on commit e9783c0

Please sign in to comment.