Mateusz Gozdek
Mateusz Gozdek
## Expected Behaviour Tink server should be capable of handling requests in paralell. ## Current Behaviour Currently, when one applies multiple requests to tink server in parallel, server sometimes returns...
## Expected Behaviour As templates currently accept YAML, it would be nice if hardware could also be specified in the same format. It currently works other way round, as YAML...
Allow clients to pass cert URL and grpc authority directly rather than through environment variables
Clients like https://github.com/kinvolk/terraform-provider-tinkerbell currently has to read those values from the user and set the environment variables programatically, as they cannot be passed directly to the client.
Version v0.8.0 of https://github.com/containernetworking/plugins removes code responsible for creating network namespaces: https://github.com/containernetworking/plugins/commit/a0eac8d7d990adc7621e6ac0adf8b351e6e6c34b#diff-d3d859d29b12afe98694dc54a7ced6d9 Rather than using outdated version of dependency, we should probably update and find a way to manage namespaces...
/kind feature **Describe the solution you'd like** Right now, the following code: https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/c5b5f632207a9a9595728d544bbd6655dc5e4193/api/v1beta1/azureimage_validation.go#L100-L116 could be completely removed, as there are kubebuilder type annotations already which enforce those rules: https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/c5b5f632207a9a9595728d544bbd6655dc5e4193/api/v1beta1/types.go#L332-L347 However,...
/kind feature **Describe the solution you'd like** With [community galleries support](#2267) coming, perhaps CAPZ could offer a Community Gallery with reference images in addition to or as a replacement for...
/kind feature **Describe the solution you'd like** To avoid commits with way too long titles like 6a9f5d91 or 52f8f9d0, perhaps CI could perform some basic commit validation.
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Conclusion from working on #2277. Right now code does the following while...
/kind feature **Describe the solution you'd like** As mentioned in #2271, right now bootstrap extension command defined as https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/290195e7a391033b578a4e10567cec09d34b3c4c/azure/defaults.go#L106 does not produce any usable output to the user except the...
/kind feature **Describe the solution you'd like** Right now, if one deploys CAPZ using Tilt and forgets to specify some credentials via environment variables, CAPz controller runs as usual until...