yunxi-zhang
yunxi-zhang
@voro015, yes, the type I've used is `NodePort`. If I use `LoadBalancer `, EKS will create a load balancer and random EC2 instances not needed and direct all traffic to...
@voro015, the external-dns does add all Pods' nodes' ips to the record. Think my ticket is about a new feature, for instance, can external-dns be configured to selectively add pods'...
Really want this feature to be added, cos the show results could be used along with shell scripts for further processing.
@gomezgoiri, sharing my solution here, as I've just hit the same error as you described here, but the difference is I setup my Besu development private network from scratch instead...
I've hit the same issue by using the `hardhat` and my `local Hyperledger Besu` networks with the same hardhat version raised by the author, basically, deploying my smart contract works,...
@henrygagnier, after doing some digging of the issue, I think the issue you and I got here is because we're using ethers 6.* instead of 5.*. Could you check your...