From 74ded03323a004e378a7ad5754011b07c59f33de Mon Sep 17 00:00:00 2001 From: Hao Xin Date: Mon, 19 Jul 2021 14:15:31 +0800 Subject: [PATCH] fix broken link --- operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator.md b/operator.md index c71e6ac6..576a4fc9 100644 --- a/operator.md +++ b/operator.md @@ -1,6 +1,6 @@ # Kubeflow Operator -Kubeflow Operator helps deploy, monitor and manage the lifecycle of Kubeflow. Built using the [Operator Framework](https://coreos.com/blog/introducing-operator-framework) which offers an open source toolkit to build, test, package operators and manage the lifecycle of operators. +Kubeflow Operator helps deploy, monitor and manage the lifecycle of Kubeflow. Built using the [Operator Framework](https://www.openshift.com/blog/introducing-the-operator-framework) which offers an open source toolkit to build, test, package operators and manage the lifecycle of operators. The Operator is currently in incubation phase and is based on this [design doc](https://docs.google.com/document/d/1vNBZOM-gDMpwTbhx0EDU6lDpyUjc7vhT3bdOWWCRjdk/edit#). It is built on top of _KfDef_ CR, and uses _kfctl_ as the nucleus for Controller. Current roadmap for this Operator is listed [here](https://github.com/kubeflow/kfctl/issues/193). The Operator is also [published on OperatorHub](https://operatorhub.io/operator/kubeflow).