k8s, k8s_wg: single worker add/delete support; github actions support

This commit is contained in:
kjubybot
2022-03-28 15:31:01 +03:00
parent 8cf4680ce1
commit 9d15af9259
8 changed files with 146 additions and 28 deletions

View File

@@ -72,7 +72,6 @@ func nodeK8sSubresourceSchemaMake() map[string]*schema.Schema {
"num": {
Type: schema.TypeInt,
Required: true,
ForceNew: true,
Description: "Number of nodes to create.",
},