Máté Őry
Máté Őry
The node pool asg desired size is missing from the openapi description of the AWS/PKE cluster create request. It seems to be in use though. Add it to the descriptor,...
**Describe the bug** The workflow panics with `runtime error: index out of range [0] with length 0` at `github.com/banzaicloud/pipeline@/internal/providers/pke/pkeworkflow/create_cluster.go:328`. ``` "nodePools": [ { "name": "master", "roles": [ "worker" ], ......
Define and implement the following config values: * `security.kubeclient.allowLoopback` = false * `security.kubeclient.allowGlobalUnicastOnly` = true * `security.kubeclient.allowPrivateRanges` = false * `security.kubeclient.denySubnets` = [] # ["192.168.0.0/16"]
* use individual fields for supported options * keep kubeconfig field for compatibility * add format/endpoint for getting secrets over the api in kubeconfig format * serve the on-demand constructed...
Create an init container for cadence and create configured domains/tasklists on compose startup. Alternatively wait and see what happens with uber/cadence#1622 as it seems to be a better option (similar...
The whole block is missing from the values.yaml generated by `banzai pipeline init --provider ec2` Also whether uuid should be passed to pipeline separately. cc @sagikazarmark
**Is your feature request related to a problem? Please describe.** You can't list, create, modify or delete cluster groups with the cli. **Describe the solution you'd like to see** Implement...
**Is your feature request related to a problem? Please describe.** If you want to use multiple clusters in parallel, you can't use banzai cluster shell easily. You could download the...
Save pipeline credentials and endpoint data to workspaces (~/.banzai/workspaces/*) instead of the general config file. Add a command to select default/current workspace, and a global command line option + env...