Vladimir Tiukhtin

Results 11 issues of Vladimir Tiukhtin

**FEATURE REQUEST** Hello Kubeless team. I cannot find any information about kubeless life-cycle. Do you have any? If so, would it be possible to update documentation and READMEs please?

Workers obtained through ``` requests.get(self.base_url + '/api/workers', auth=requests.auth.HTTPBasicAuth(self.username, self.password), params={'refresh': True, 'status': True}) ``` result in 404 in any other call like '/api/worker/shutdown', while ``` requests.get(self.base_url + '/api/workers', auth=requests.auth.HTTPBasicAuth(self.username, self.password),...

**What happened (please include outputs or screenshots)**: ![Screenshot from 2022-07-29 21-46-48](https://user-images.githubusercontent.com/15124334/181841030-3a065a65-7dfa-4310-a0e3-7e2c6b517bee.png) As you can see, for some reason metadata became a list which causes error in Kubernetes API **How to...

kind/bug

### Terraform Version ``` Terraform v0.14.3 + provider registry.terraform.io/terraform-providers/mysql v1.9.0 ``` ### Affected Resource(s) - mysql_grant ### Expected Behavior Non existing grant is a desired state, so terraform destroy should...

I connect to an https host that requires SNI. But I get unrecognised_name error and I could not find any options in express-http-proxy to enforce SNI

### What whould you like to see? A data resource similar to `hcloud_network` for obtaining subnet details based on its ID. Thank you

enhancement
help wanted
pinned

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: Terraform v1.4.6 on linux_amd64 Kubernetes provider version: + provider registry.terraform.io/hashicorp/kubernetes v2.21.1 Kubernetes version: 1.24 ``` ### Affected Resource(s) -...

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform v1.6.2 on linux_amd64 + provider registry.terraform.io/hashicorp/kubernetes v2.23.0 ``` ### Affected Resource(s) - kubernetes_deployment_v1 ### Steps to Reproduce I am seeing...

bug
waiting-response

With upgrade to 1.32 I began to face the above. How do I debug this?

## What is the current behavior? Google Looker allows a use of SSH tunnelling, but it hardcodes localhost as snowflake hostname. It unsurprisingly leads to SSL validation error ## What...

feature
status-triage_done