You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Amount of RAM to allocate to Kubernetes (format: <number>[<unit>(case-insensitive)], where unit = b, k, kb, m, mb, g or gb)",
61
+
Description: "Amount of RAM to allocate to Kubernetes (format: <number>[<unit>], where unit = b, k, m or g). Use \"max\" to use the maximum amount of memory. Use \"no-limit\" to not specify a limit (Docker/Podman only))",
@@ -72,8 +72,8 @@ var schemaOverrides map[string]SchemaOverride = map[string]SchemaOverride{
72
72
},
73
73
"cpus": {
74
74
Default: "2",
75
-
Description: "Amount of CPUs to allocate to Kubernetes",
76
-
Type: Int,
75
+
Description: "Number of CPUs allocated to Kubernetes. Use \"max\"to use the maximum number of CPUs. Use \"no-limit\" to not specify a limit (Docker/Podman only)",
76
+
Type: String,
77
77
},
78
78
// Customize the description to be the fullset of drivers
0 commit comments