Alex Somesan

Results 17 issues of Alex Somesan

Hi! Just got the latest master and tried building on Ubuntu 11.10 The makefile templates in ./tools and ./dev are missing the plist LIBS flags. Did this manual edit in...

### Description * Upgrade terraform-plugin-go to v0.13.0 * Upgrade terraform-plugin-sdk to v2.20.0 * Upgrade terraform-plugin-log to v0.7.0 * Upgrade terraform-plugin-mux to v0.7.0 ### Acceptance tests - [ ] Have you...

dependencies
size/XL

### Description This change improves error messages that may result from the transformation of the user-supplied manifest configuration according to the schema type obtained from OpenAPI. The purpose is to...

size/XL

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

bug

This change introduces a falg to enable filling the default namespace in the manifest when no namespace is specified. By default the flag is off and the tool behaves just...

### Terraform, Provider, Kubernetes versions ``` Terraform version: v0.15.5 Provider version: 0.4.1 Kubernetes version: any ``` ### Affected Resource(s) Provider configuration ### Terraform Configuration Files ```hcl provider "kubernetes-alpha" { host...

bug

## The following issues are known to exist: Be assured that solutions are being explored for them. * **Empty blocks in the manifest may cause inconsistent state after apply** *Description*:...

bug

### Description The provider implements a mechanism in the form the `wait_for` attribute where users can express conditions that need to be met before a resource operation is considered "completed"....

enhancement

Following the refactoring of the provider to the new Terraform SDK, the acceptance tests need to be updated to use the new provider features.

tftypes-refactor

### Description Implement a datasource to expose the `status` attributes of resources. ### Potential Terraform Configuration ```hcl ``` ### References ### Community Note * Please vote on this issue by...

enhancement