Skip to content

Commit c9cbabc

Browse files
committed
pkg,test: Fix DaemonSet typos
1 parent 0889c3e commit c9cbabc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/controller/daemon/util/daemonset_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func GetTemplateGeneration(ds *apps.DaemonSet) (*int64, error) {
4545
return &generation, nil
4646
}
4747

48-
// AddOrUpdateDaemonPodTolerations apply necessary tolerations to DeamonSet Pods, e.g. node.kubernetes.io/not-ready:NoExecute.
48+
// AddOrUpdateDaemonPodTolerations apply necessary tolerations to DaemonSet Pods, e.g. node.kubernetes.io/not-ready:NoExecute.
4949
func AddOrUpdateDaemonPodTolerations(spec *v1.PodSpec) {
5050
// DaemonSet pods shouldn't be deleted by NodeController in case of node problems.
5151
// Add infinite toleration for taint notReady:NoExecute here

test/e2e_kubeadm/proxy_addon_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var _ = KubeadmDescribe("proxy addon", func() {
9090
})
9191
})
9292

93-
Context("kube-proxy DeamonSet", func() {
93+
Context("kube-proxy DaemonSet", func() {
9494
It("should exist and be properly configured", func() {
9595
ds := GetDaemonSet(f.ClientSet, kubeSystemNamespace, kubeProxyDaemonSetName)
9696

0 commit comments

Comments
 (0)