You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, due to the feature in v4.7.2 (tronprotocol/java-tron#5090), we can dynamically add active/passive nodes by modifying the config file. However, we run the java-tron progress in a k8s docker environment, and the config file inside the docker is mounted by k8s configmap, which only take effects by restarting the pod.
Is it possible to add some active/passive nodes by calling a specific api? Or make a "bootnode" like Ethereum?