Skip to content

Commit cc0c9b0

Browse files
authored
docs: Fix obsolete links (#1457)
* Fix obsolete links Signed-off-by: Michel Zehnder <[email protected]> * Remove obsolete paragraph Signed-off-by: Michel Zehnder <[email protected]> --------- Signed-off-by: Michel Zehnder <[email protected]>
1 parent 6d2ec60 commit cc0c9b0

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://dev.azure.com/opstreedevops/DevOps/_apis/build/status/redis-operator/redis-operator?repoName=OT-CONTAINER-KIT%2Fredis-operator&branchName=main">
7-
<img src="https://dev.azure.com/opstreedevops/DevOps/_apis/build/status/redis-operator/redis-operator?repoName=OT-CONTAINER-KIT%2Fredis-operator&branchName=main" alt="Azure Pipelines">
6+
<a href="https://github.com/OT-CONTAINER-KIT/redis-operator/actions/workflows/ci.yaml">
7+
<img src="https://github.com/OT-CONTAINER-KIT/redis-operator/actions/workflows/ci.yaml/badge.svg" alt="CI Pipeline">
88
</a>
99
<a href="https://goreportcard.com/report/github.com/OT-CONTAINER-KIT/redis-operator">
1010
<img src="https://goreportcard.com/badge/github.com/OT-CONTAINER-KIT/redis-operator" alt="GoReportCard">
@@ -25,7 +25,7 @@
2525

2626
A Golang based redis operator that will make/oversee Redis standalone and cluster mode setup on top of the Kubernetes. It can create a redis cluster setup with best practices on Cloud as well as the Bare metal environment. Also, it provides an in-built monitoring capability using redis-exporter.
2727

28-
For documentation, please refer to <https://ot-redis-operator.netlify.app/>
28+
For documentation, please refer to <https://redis-operator.opstree.dev/>
2929

3030
Organizations that are using Redis Operator to manage their redis workload can be found [here](./USED_BY_ORGANIZATIONS.md). If your organization is also using Redis Operator, please free to add by creating a [pull request](https://github.com/OT-CONTAINER-KIT/redis-operator/pulls)
3131

@@ -53,12 +53,6 @@ Here the features which are supported by this operator:-
5353
- Ipv4 and Ipv6 support for redis setup
5454
- Detailed monitoring grafana dashboard
5555

56-
## Getting Started
57-
58-
If you want to deploy redis-operator from scratch to a local Minikube cluster, begin with the [Getting started](https://ot-container-kit.github.io/redis-operator/#/quickstart/quickstart) document. It will guide your through the setup step-by-step.
59-
60-
The configuration of Redis setup should be described in [CRD definitions](config/crd/bases). All the examples related to redis standalone and cluster setup can be found inside [example](./example) folder.
61-
6256
## Prerequisites
6357

6458
Redis operator requires a Kubernetes cluster of version `>=1.18.0`. If you have just started with Operators, it's highly recommended using the latest version of Kubernetes.

docs/content/en/docs/Overview/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: "Overview"
33
linkTitle: "Overview"
44
weight: 1
5-
date: 2022-11-02T00:19:19Z
5+
date: 2025-07-25T00:00:00Z
66
description: >
77
Redis Operator is a software to set up and manage Redis on [Kubernetes](https://kubernetes.io).
88
---
99

1010
A Golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes. It can create a redis cluster setup with best practices on Cloud as well as the Bare-metal environment. Also, it provides an in-built monitoring capability using redis-exporter.
1111

12-
Documentation is available here:- https://ot-container-kit.github.io/redis-operator/
12+
Documentation is available here:- https://redis-operator.opstree.dev/docs/
1313

1414
The type of Redis setup which is currently supported:-
1515

0 commit comments

Comments
 (0)