From abf6618009fab4d8694da30b8b914ffcc6754a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=BE=99=E5=B3=B0?= Date: Fri, 21 Apr 2023 14:36:23 +0800 Subject: [PATCH 1/3] misspelling about log info --- pkg/node-servant/static-pod-upgrade/util/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/node-servant/static-pod-upgrade/util/util.go b/pkg/node-servant/static-pod-upgrade/util/util.go index 97f8de76e4b..e7be1bff83a 100644 --- a/pkg/node-servant/static-pod-upgrade/util/util.go +++ b/pkg/node-servant/static-pod-upgrade/util/util.go @@ -72,7 +72,7 @@ func CopyFile(src, dst string) error { // Success: Static pod annotation `StaticPodHashAnnotation` value equals to function argument hash // Failed: Receive PodFailed event func WaitForPodRunning(namespace, name, hash string, timeout time.Duration) (bool, error) { - klog.Infof("WaitForPodRuning namespace is %s, name is %s", namespace, name) + klog.Infof("WaitForPodRunning namespace is %s, name is %s", namespace, name) ctx, cancel := context.WithTimeout(context.Background(), timeout) defer cancel() From d8e1285513d248de2eec5c2954a70d18176ea397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=BE=99=E5=B3=B0?= Date: Sat, 22 Apr 2023 07:28:42 +0800 Subject: [PATCH 2/3] invalid connection --- cmd/yurt-app-manager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/yurt-app-manager/README.md b/cmd/yurt-app-manager/README.md index c0e59ec67aa..3e09f3186e1 100644 --- a/cmd/yurt-app-manager/README.md +++ b/cmd/yurt-app-manager/README.md @@ -4,4 +4,4 @@ This repository contains two CRD/controllers, NodePool and UnitedDeployment. The NodePool provides a convenient management experience for a pool of nodes within the same region or site. The UnitedDeployment defines a new edge application management methodology of using per node pool workload. For details -of the design, please see the [Repository](https://github.com/openyurtio/yurt-app-manager). +of the design, please see the [Repository](https://github.com/openyurtio/openyurt). From 7517e1b7c518ea3c8a414a1e577f1c1d8c0d076a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=BE=99=E5=B3=B0?= Date: Sun, 23 Apr 2023 08:50:34 +0800 Subject: [PATCH 3/3] remove cmd/yurt-app-manager --- cmd/yurt-app-manager/README.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 cmd/yurt-app-manager/README.md diff --git a/cmd/yurt-app-manager/README.md b/cmd/yurt-app-manager/README.md deleted file mode 100644 index 3e09f3186e1..00000000000 --- a/cmd/yurt-app-manager/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Yurt-app-manager - -This repository contains two CRD/controllers, NodePool and UnitedDeployment. -The NodePool provides a convenient management experience for a pool of nodes -within the same region or site. The UnitedDeployment defines a new edge -application management methodology of using per node pool workload. For details -of the design, please see the [Repository](https://github.com/openyurtio/openyurt).