Dmitry Mikolaets
Dmitry Mikolaets
> Does postman offer a drop-in CLI? Can you run this and provide the output? [#69 (comment)](https://github.com/blaise-io/acelink/issues/69#issuecomment-1975212033) ``` [~/]$ docker context inspect --format '{{.Endpoints.docker.Host}}' [~/]$ docker context inspect [] [~/]$...
Output from GHA: ``` Run peter-evans/create-or-update-comment@v4 with: comment-id: *** issue-number: *** reactions: eyes token: *** repository: *** edit-mode: append append-separator: newline reactions-edit-mode: append env: PR_NUMBER: *** NODE_ID: *** REPO: ***...
Hi! @peter-evans Tried again with these values: ``` Run peter-evans/create-or-update-comment@v4 with: comment-id: IC_kw*** # comment-id placed here from ${{ github.event.comment.node_id }} instead env reactions: eyes body: [bot] Task started edit-mode:...
It's a minor change but much needed)
Any news here?)
There is a plan example: ``` # aws_elasticache_replication_group.redis will be updated in-place ~ resource "aws_elasticache_replication_group" "redis" { ~ node_type = "cache.t4g.small" -> "cache.t4g.micro" ~ tags = { ~ "node_type" =...
Found this issue: https://github.com/hashicorp/terraform-provider-aws/issues/33859#issuecomment-1998554835
Got the same issue with upgrading node groups from `1.29` to `1.30` Control plane was updated successfully ``` $ eksctl version 0.201.0 ```
It works properly if you create and upgrade your cluster from config file: ``` eksctl create cluster -f .yaml eksctl upgrade cluster -f .yaml ``` And doesn't work If you...