Zoran Zorica

Results 11 comments of Zoran Zorica

Same as Terraform [example](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/acm_certificate_validation) for setting `aws_route53_record` logic using for_each fails during `import`. `plan` is good.

This is still an issue in my case. Lens: v6.2.5 ![image](https://user-images.githubusercontent.com/38178030/207009743-266b3938-0e7c-4a77-9c99-ab045ea1decb.png) If you go check it counts non-running pod into request and limits ![image](https://user-images.githubusercontent.com/38178030/207010486-0c653cf7-bf46-4682-866f-e8894fab1f03.png)

I tried 5.5 till 5.8 provider versions and its the same bug. So we can't set taint on the nodes in the pool atm...

Ok so its a little diff syntaks now. This one will work: ``` taint { effect = "NO_SCHEDULE" key = "key1" value = "value1" } taint { effect = "NO_SCHEDULE"...

HI @conradwt! Yes we updated recently script and README on this per issue in https://github.com/daytonaio/daytona/issues/103 What it does now, is first [check](https://github.com/daytonaio/daytona/blob/main/hack/get-server.sh#L18) few of those known user paths in $PATH...

Hi @conradwt! Sorry for the wait... When you can, could you test a new script version and see how that one plays for you? ``` curl -sf -L https://raw.githubusercontent.com/daytonaio/daytona/95640a2e5d61e8914a506bfce23da847f982ab5b/hack/get-server.sh |...

@conradwt we merged this change. So you can test it normally now: ``` curl -sf -L https://download.daytona.io/daytona/get-server.sh | bash ``` Also we updated README on the quick start. Let us...

Hi @eschabell! Thanks for trying it out 😄 Also I couldn't reproduce this. The only way binary would be removed, actually not removed but overwritten is if you run the...

@IvanKolbasiuk you are missing `Shared` key in your definitions. ``` servers: |- "1": { "Name": "UAT", "Group": "Servers", "Port": 5432, "Username": "db", "Host": "server.uat", "SSLMode": "prefer", "MaintenanceDB": "db", "PassFile": "/var/lib/pgadmin/storage/pgadmin/file.pgpass",...

Sry for ping @rowanruseler but was wondering if you had similar issues? :bow: