From ce27e84f9d1a1422d1dc616081e0d7d93a43950e Mon Sep 17 00:00:00 2001 From: "allen.wq" Date: Wed, 1 Apr 2020 12:23:10 +0800 Subject: [PATCH] remove https://coreos.com/operators/ from roadmap.md in case ci/circleci: linters-check not success Signed-off-by: allen.wq --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 802b62696..a6996c793 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -70,7 +70,7 @@ We will try to finish it before **December 30, 2019**. As a cloud native project, we should do more work to support deploy the `Dragonfly` on the kubernets platform. Including but not limited to the following list: * Deploy `supernode` using [Helm](https://github.com/helm/helm) in Kubernetes to simplify the complexity of scaling SuperNodes in Kubernetes. -* Deploy `supernode` cluster using [Operator](https://coreos.com/operators/). +* Deploy `supernode` cluster using Operator. * Deploy `dfget & dfdaemon` using DaemonSet in Kubernetes. Related issue: [#346](https://github.com/dragonflyoss/Dragonfly/issues/346)