diff --git a/README.md b/README.md index c5b05de169b36d63cbb1939462ab00a818da9303..060fa1a3288a70abcbb58ec85d2c3ce221d28a0f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Kubernetes NUMA Scheduling Tuning Plugin 是一个基于 NRI (Node Resource Inte - **Golang**: 1.22.4 或更高版本 - **Kubernetes**: 1.23 或更高版本 - **容器运行时**: containerd 1.7.0+,且需要支持 NRI 功能 -- **操作系统**: Linux (推荐 openEuler 或 CentOS) +- **操作系统**: Linux (推荐 openEuler) - **架构**: ARM64 (鲲鹏处理器) ## 快速开始 @@ -41,7 +41,7 @@ bash ./build.sh make plugin_install # 验证安装 -kubectl get pods -n kube-system | grep numa +kubectl get pods -A | grep numa ``` ## 故障排除