mirror of https://github.com/k3s-io/k3s
Merge pull request #67182 from poothia/pathfix
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fixing kubeadm.conf file path This patch fixed kubeadm.conf file path in this file.pull/8/head
commit
1da4c59e46
|
@ -236,7 +236,7 @@ func TestCmdJoinArgsMixed(t *testing.T) {
|
|||
args string
|
||||
expected bool
|
||||
}{
|
||||
{"--discovery-token=abcdef.1234567890abcdef --config=/etc/kubernets/kubeadm.config", false},
|
||||
{"--discovery-token=abcdef.1234567890abcdef --config=/etc/kubernetes/kubeadm.config", false},
|
||||
}
|
||||
|
||||
for _, rt := range initTest {
|
||||
|
|
Loading…
Reference in New Issue