Merge pull request #76723 from LiliC/fix-daemonset-typo

pkg,test: Fix DaemonSet typos
This commit is contained in:
Kubernetes Prow Robot
2019-05-04 17:19:37 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ var _ = KubeadmDescribe("proxy addon", func() {
})
})
Context("kube-proxy DeamonSet", func() {
Context("kube-proxy DaemonSet", func() {
It("should exist and be properly configured", func() {
ds := GetDaemonSet(f.ClientSet, kubeSystemNamespace, kubeProxyDaemonSetName)