mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 11:28:58 +00:00
Fix also forvar in cmd/kubeadm
This commit is contained in:
@@ -690,7 +690,6 @@ kubernetesVersion: %s`,
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
tc := tc
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
if tc.brokenCertName != "" {
|
||||
// remove the file to simulate a missing certificate
|
||||
|
||||
@@ -72,7 +72,6 @@ func TestHollowNode(t *testing.T) {
|
||||
}
|
||||
|
||||
for morph := range knownMorphs {
|
||||
morph := morph
|
||||
t.Run(morph, func(t *testing.T) {
|
||||
s := &hollowNodeConfig{
|
||||
KubeconfigPath: kubeconfigPath,
|
||||
|
||||
Reference in New Issue
Block a user