Ken Liu

Results 222 comments of Ken Liu

Fixed with https://github.com/apache/dubbo-admin/pull/1226

![image](https://github.com/apache/dubbo-kubernetes/assets/18097545/e0797220-520b-40e1-abdf-b18c8b07e966)

@dawnzzz Above is where the lint error is reported.

@yangjiahao996 According the stacktrace, mostly likely you are missing some dependencies in your project. So you need to find out which class is missing first. > starter-alibaba-nacos-discovery-2021.0.4.0.jar!/:2021.0.4.0]## ... 25 more##Caused...

> In general, the "Liveness" state should not be based on external checks, such as Health checks. If it did, a failing external system (a database, a Web API, an...

I think there's no need to change the implementations of NacosConfigHealthIndicator and NacosDiscoveryHealthIndicator, they both work well for telling `actuator/health` the status of Nacos. Spring Boot has already provided Liveness...

We need one article on [sca.aliyun.com](https://sca.aliyun.com) giving best practices for deploying Spring Cloud Alibaba on Kubernetes.

> Sentinel 1.8.7 does not currently support Spring 6.x ( Sentinel 1.8.6 Adopting a temporary solution ). I will follow up on this. Sure, we can stick to the version...

Yes, I think it would be better to move the log to the point you suggested. Would you like to submit a pull request?

> The tentative main line of tasks is as follows: > > * 2021.x and 2.2.x are mainly bugfixes; > * 2022.x mainly focuses on adapting new functional components. Well...