From b84328fc33467d6317972e7a13c048921e0761b4 Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Fri, 2 Sep 2022 13:47:59 -0700 Subject: [PATCH 1/6] add a mention for the IPFS operator --- docs/install/server-infrastructure.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/install/server-infrastructure.md b/docs/install/server-infrastructure.md index 2ede171d9..e6cacc14a 100644 --- a/docs/install/server-infrastructure.md +++ b/docs/install/server-infrastructure.md @@ -10,6 +10,12 @@ If you want to install IPFS in a server environment and offer IPFS as a service, @[youtube](-SYDlid7Nqs) +# Kubernetes + +If you are a kubernetes user, you might be interested to know that a kubernetes [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +is available. This project is in active development and it isn't yet recommended for production use cases. If this is something +you would like to try, you can check out our current [documentation](https://ipfs-operator.readthedocs.io/) or [github](https://github.com/redhat-et/ipfs-operator). + ## Create a local cluster To see if IPFS Cluster is suitable for your project, follow this quick start guide and spin up a local IPFS Cluster instance. At the end of this guide, you will have a solid understanding of how IPFS Cluster is set up and how to interact with it. If you'd rather create a production-ready cluster, take a look at the [official IPFS Cluster documentation →](https://cluster.ipfs.io/) From 2fc22c414ef4ed94909d5a09e3dc17e15180ed3e Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Tue, 13 Sep 2022 00:31:39 -0700 Subject: [PATCH 2/6] Update docs/install/server-infrastructure.md Co-authored-by: Danny Salman --- docs/install/server-infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/server-infrastructure.md b/docs/install/server-infrastructure.md index e6cacc14a..fa060a2f0 100644 --- a/docs/install/server-infrastructure.md +++ b/docs/install/server-infrastructure.md @@ -12,7 +12,7 @@ If you want to install IPFS in a server environment and offer IPFS as a service, # Kubernetes -If you are a kubernetes user, you might be interested to know that a kubernetes [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) +As a Kubernetes user, you can use a Kubernetes operator for IPFS called [IPFS operator] (https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) to easily create and manage clusters consisting of hundreds of peers. is available. This project is in active development and it isn't yet recommended for production use cases. If this is something you would like to try, you can check out our current [documentation](https://ipfs-operator.readthedocs.io/) or [github](https://github.com/redhat-et/ipfs-operator). From 44c2449c893151cababefc4e937459a203449b7a Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Tue, 13 Sep 2022 00:31:46 -0700 Subject: [PATCH 3/6] Update docs/install/server-infrastructure.md Co-authored-by: Danny Salman --- docs/install/server-infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/server-infrastructure.md b/docs/install/server-infrastructure.md index fa060a2f0..8bc0e2940 100644 --- a/docs/install/server-infrastructure.md +++ b/docs/install/server-infrastructure.md @@ -13,7 +13,7 @@ If you want to install IPFS in a server environment and offer IPFS as a service, # Kubernetes As a Kubernetes user, you can use a Kubernetes operator for IPFS called [IPFS operator] (https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) to easily create and manage clusters consisting of hundreds of peers. -is available. This project is in active development and it isn't yet recommended for production use cases. If this is something +The IPFS operator is in active development and not yet recommended for production use cases. If the operator is something you would like to try, you can check out our current [documentation](https://ipfs-operator.readthedocs.io/) or [github](https://github.com/redhat-et/ipfs-operator). ## Create a local cluster From 2b7a949e2e9f5e26fe6f294b53ec313229f5edc3 Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Tue, 13 Sep 2022 00:31:52 -0700 Subject: [PATCH 4/6] Update docs/install/server-infrastructure.md Co-authored-by: Danny Salman --- docs/install/server-infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/server-infrastructure.md b/docs/install/server-infrastructure.md index 8bc0e2940..51a3bd500 100644 --- a/docs/install/server-infrastructure.md +++ b/docs/install/server-infrastructure.md @@ -14,7 +14,7 @@ If you want to install IPFS in a server environment and offer IPFS as a service, As a Kubernetes user, you can use a Kubernetes operator for IPFS called [IPFS operator] (https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) to easily create and manage clusters consisting of hundreds of peers. The IPFS operator is in active development and not yet recommended for production use cases. If the operator is something -you would like to try, you can check out our current [documentation](https://ipfs-operator.readthedocs.io/) or [github](https://github.com/redhat-et/ipfs-operator). +you would like to include in your infrastructure, check out the [official documentation](https://ipfs-operator.readthedocs.io/) and [operator source code](https://github.com/redhat-et/ipfs-operator) for instructions and the latest progress. ## Create a local cluster From 5499f00d2fe6e9cc9c9c47d2e69129682eeeb080 Mon Sep 17 00:00:00 2001 From: Danny Salman Date: Tue, 13 Sep 2022 03:44:21 -0400 Subject: [PATCH 5/6] Apply suggestions from code review --- docs/install/server-infrastructure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/server-infrastructure.md b/docs/install/server-infrastructure.md index 51a3bd500..eb0c7fa5d 100644 --- a/docs/install/server-infrastructure.md +++ b/docs/install/server-infrastructure.md @@ -10,11 +10,11 @@ If you want to install IPFS in a server environment and offer IPFS as a service, @[youtube](-SYDlid7Nqs) -# Kubernetes - +::: tip As a Kubernetes user, you can use a Kubernetes operator for IPFS called [IPFS operator] (https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) to easily create and manage clusters consisting of hundreds of peers. The IPFS operator is in active development and not yet recommended for production use cases. If the operator is something you would like to include in your infrastructure, check out the [official documentation](https://ipfs-operator.readthedocs.io/) and [operator source code](https://github.com/redhat-et/ipfs-operator) for instructions and the latest progress. +::: ## Create a local cluster From 4c8e9c7c3073fa277d72cbd3c1bd5da5cdd97502 Mon Sep 17 00:00:00 2001 From: Danny Salman Date: Tue, 13 Sep 2022 03:47:23 -0400 Subject: [PATCH 6/6] Apply suggestions from code review --- docs/install/server-infrastructure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/server-infrastructure.md b/docs/install/server-infrastructure.md index eb0c7fa5d..f4cad589d 100644 --- a/docs/install/server-infrastructure.md +++ b/docs/install/server-infrastructure.md @@ -12,8 +12,8 @@ If you want to install IPFS in a server environment and offer IPFS as a service, ::: tip As a Kubernetes user, you can use a Kubernetes operator for IPFS called [IPFS operator] (https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) to easily create and manage clusters consisting of hundreds of peers. -The IPFS operator is in active development and not yet recommended for production use cases. If the operator is something -you would like to include in your infrastructure, check out the [official documentation](https://ipfs-operator.readthedocs.io/) and [operator source code](https://github.com/redhat-et/ipfs-operator) for instructions and the latest progress. +The IPFS operator is in active development and not yet recommended for production use cases. If the operator is something you would like to include in your infrastructure, +check out the [official documentation](https://ipfs-operator.readthedocs.io/) and [operator source code](https://github.com/redhat-et/ipfs-operator) for instructions and the latest progress. ::: ## Create a local cluster