Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedInitIgnorePreflightErrors (0.23 sec)

  1. cmd/kubeadm/app/cmd/init_test.go

    			flags: map[string]string{
    				options.IgnorePreflightErrors: "a,b",
    			},
    			validate: expectedInitIgnorePreflightErrors("a", "b"),
    		},
    		{
    			name: "pre-flights errors from InitConfiguration only",
    			flags: map[string]string{
    				options.CfgPath: configFilePath,
    			},
    			validate: expectedInitIgnorePreflightErrors("c", "d"),
    		},
    		{
    			name: "pre-flights errors from both CLI args and InitConfiguration",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 12:26:20 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top