You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/01/15 20:42:22 UTC

[airflow-on-k8s-operator] branch master updated: Fixed Links to new Repo

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-on-k8s-operator.git


The following commit(s) were added to refs/heads/master by this push:
     new 4154808  Fixed Links to new Repo
4154808 is described below

commit 4154808a8be8c895e3a58fe446fb6fd233b91e84
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Wed Jan 15 20:42:17 2020 +0000

    Fixed Links to new Repo
    
    Also removed mention of Cloud Composer to stay vendor-neutral
---
 README.md | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index 3b92eed..11c4d9f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-[![Go Report Card](https://goreportcard.com/badge/github.com/GoogleCloudPlatform/airflow-operator)](https://goreportcard.com/report/github.com/GoogleCloudPlatform/airflow-operator)
-
-**This is not an officially supported Google product.**
+[![Go Report Card](https://goreportcard.com/badge/github.com/apache/airflow-on-k8s-operator)](https://goreportcard.com/report/github.com/apache/airflow-on-k8s-operator)
 
 ## Community
 
@@ -22,9 +20,9 @@ The Airflow Operator is still under active development and has not been extensiv
 
 [One Click Deployment](https://console.cloud.google.com/marketplace/details/google/airflow-operator) from Google Cloud Marketplace to your [GKE cluster](https://cloud.google.com/kubernetes-engine/)
 
-Get started quickly with the Airflow Operator using the [Quick Start Guide](https://github.com/GoogleCloudPlatform/airflow-operator/blob/master/docs/quickstart.md)
+Get started quickly with the Airflow Operator using the [Quick Start Guide](docs/quickstart.md)
 
-For more information check the [Design](https://github.com/GoogleCloudPlatform/airflow-operator/blob/master/docs/design.md) and detailed [User Guide](https://github.com/GoogleCloudPlatform/airflow-operator/blob/master/docs/userguide.md)
+For more information check the [Design](docs/design.md) and detailed [User Guide](docs/userguide.md)
 
 ## Airflow Operator Overview
 Airflow Operator is a custom [Kubernetes operator](https://coreos.com/blog/introducing-operators.html) that makes it easy to deploy and manage [Apache Airflow](https://airflow.apache.org/) on Kubernetes. Apache Airflow is a platform to programmatically author, schedule and monitor workflows. Using the Airflow Operator, an Airflow cluster is split into 2 parts represented by the `AirflowBase` and `AirflowCluster` custom resources.
@@ -35,15 +33,11 @@ The Airflow Operator performs these jobs:
 * Supports creation of Airflow schedulers with different Executors
 * Supports sharing of the `AirflowBase` across mulitple `AirflowClusters`
 
-Checkout out the [Design](https://github.com/GoogleCloudPlatform/airflow-operator/blob/master/docs/design.md)
+Checkout out the [Design](docs/design.md)
 
 ![Airflow Cluster](docs/airflow-cluster.png)
 
 
 ## Development
 
-Refer to the [Design](https://github.com/GoogleCloudPlatform/airflow-operator/blob/master/docs/design.md) and [Development Guide](https://github.com/GoogleCloudPlatform/airflow-operator/blob/master/docs/development.md).
-
-## Managed Airflow solution
-
-[Google Cloud Composer](https://cloud.google.com/composer/) is a fully managed workflow orchestration service targeting customers that need a workflow manager in the cloud.
+Refer to the [Design](docs/design.md) and [Development Guide](docs/development.md).