hasaiki123
hasaiki123
### Jenkins and plugins versions report Environment ```text Paste the output here ``` ### What Operating System are you using (both controller, and any agents involved in the problem)? Windows...
**Is your feature request related to a problem? Please describe.** 某个应用下创建了很多个namespace,现在可以单独对某一个namespace同步到另外的环境中,请问可以增加对所有namespace一键同步到另外环境中的功能吗? **Describe the solution you'd like** 通过点击某个按钮,可以同步当前应用下所有的namespace到不同的环境。 **Describe alternatives you've considered** 增加一个批量同步namespace的按钮。 **Additional context** Add any other context or screenshots...
I want to known the difference between out of service and down? they are same?
**Describe the bug** 在k8s部署nacos注册中心,服务实例以持久化类型注册。 情景1:服务A和服务B分别有一个实例A1和B1,实例A1和B1的IP地址分别为IP1和IP2,当服务A和服务B升级后,若k8s没有使用固定IP的策略,那么服务B的新实例B1‘有可能分配到A1的IP1,则会导致服务A有“两个健康实例”,其中一个服务实例的IP是现在B1’的IP,显然是有问题的。 情景2:基于上述情景,可以在preStop中手动清理掉服务实例,但是会引发另外一种特殊情况,比如Node故障,导致preStop没有执行,即没有清理掉无效的服务实例,同样会造成和情景1一样的情况,请问是否有比较好的办法处理这样的情况?
How can I get all items in cache? Thank You。