Skip to content

Commit

Permalink
Fix scheduler's patch name (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
n549 authored Jan 25, 2024
1 parent fb1adfc commit 588e532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubemarine/kubernetes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ def create_kubeadm_patches_for_node(cluster: KubernetesCluster, node: NodeGroup)
'apiServer' : 'kube-apiserver+json.json',
'etcd' : 'etcd+json.json',
'controllerManager' : 'kube-controller-manager+json.json',
'scheduler' : 'kube-scheduler_json.json',
'scheduler' : 'kube-scheduler+json.json',
'kubelet' : 'kubeletconfiguration.yaml'
}

Expand Down

0 comments on commit 588e532

Please sign in to comment.