From b261b381ad2d66a49d0e08a87e81118da960d64b Mon Sep 17 00:00:00 2001 From: Shaohan He <290298661@qq.com> Date: Thu, 25 Jun 2026 17:28:15 +0800 Subject: [PATCH] fix: update renamed account references --- Dockerfile | 4 ++-- README.md | 10 +++++----- deploy/daemonset.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ae3d16..233ba66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ # Node Guardian — K8s 节点运维工具箱 # 部署为 DaemonSet,在集群每个节点上运行诊断/安全/备份工具 -# 镜像构建: docker build -t ghcr.io/290298661-pixel/node-guardian:latest . +# 镜像构建: docker build -t ghcr.io/Shaohan-He/node-guardian:latest . FROM alpine:3.21 -LABEL org.opencontainers.image.source="https://github.com/290298661-pixel/node-guardian" +LABEL org.opencontainers.image.source="https://github.com/Shaohan-He/node-guardian" LABEL org.opencontainers.image.description="K8s node ops toolkit — preflight, diagnose, security, backup" # 安装必要工具 diff --git a/README.md b/README.md index e3d774e..eaecc6d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Node Guardian 是一组面向 Kubernetes 节点的 Bash 运维工具。它把常 ## 快速开始 ```bash -git clone https://github.com/290298661-pixel/node-guardian.git +git clone https://github.com/Shaohan-He/node-guardian.git cd node-guardian # 预览节点预检会执行的变更 @@ -169,10 +169,10 @@ bats tests/ --recursive | 仓库 | 关系 | | --- | --- | -| [node-health-watcher](https://github.com/290298661-pixel/node-health-watcher) | 可在发现节点异常后触发人工或自动诊断流程 | -| [fleet-observability](https://github.com/290298661-pixel/fleet-observability) | 可采集 Node Guardian 输出的日志或 textfile 指标 | -| [fleet-gitops](https://github.com/290298661-pixel/fleet-gitops) | 可管理 DaemonSet 或 Job 形式的部署配置 | +| [node-health-watcher](https://github.com/Shaohan-He/node-health-watcher) | 可在发现节点异常后触发人工或自动诊断流程 | +| [fleet-observability](https://github.com/Shaohan-He/fleet-observability) | 可采集 Node Guardian 输出的日志或 textfile 指标 | +| [fleet-gitops](https://github.com/Shaohan-He/fleet-gitops) | 可管理 DaemonSet 或 Job 形式的部署配置 | ## License -MIT © 2026 [Shaohan He](https://github.com/290298661-pixel) +MIT © 2026 [Shaohan He](https://github.com/Shaohan-He) diff --git a/deploy/daemonset.yaml b/deploy/daemonset.yaml index 7288f20..39fd751 100644 --- a/deploy/daemonset.yaml +++ b/deploy/daemonset.yaml @@ -55,7 +55,7 @@ spec: hostPID: true containers: - name: node-guardian - image: ghcr.io/290298661-pixel/node-guardian:latest + image: ghcr.io/Shaohan-He/node-guardian:latest imagePullPolicy: IfNotPresent env: - name: NODE_GUARDIAN_LOG_DIR