mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Merge pull request #71340 from yuexiao-wang/fix-test
fix test names for manifests
This commit is contained in:
@@ -597,7 +597,7 @@ func TestGetControllerManagerCommand(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "custom cloudprovider for v1.12.0-beta.2",
|
||||
name: "custom cluster-cidr for v1.12.0-beta.2",
|
||||
cfg: &kubeadmapi.ClusterConfiguration{
|
||||
Networking: kubeadmapi.Networking{PodSubnet: "10.0.1.15/16"},
|
||||
CertificatesDir: testCertsDir,
|
||||
@@ -700,7 +700,7 @@ func TestGetControllerManagerCommand(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "custom cloudprovider for v1.11.3",
|
||||
name: "custom cluster-cidr for v1.11.3",
|
||||
cfg: &kubeadmapi.ClusterConfiguration{
|
||||
Networking: kubeadmapi.Networking{PodSubnet: "10.0.1.15/16"},
|
||||
CertificatesDir: testCertsDir,
|
||||
|
Reference in New Issue
Block a user