Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning about possible Operator version mismatch #799

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/docs/next-release/operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Operator for Kubernetes
hasparent: true
---

{{< warning >}}
This document assumes that version `v{{< currentVersion >}}` of the Jaeger Operator has been released, which may not be the case since the operator releases are _not synchronized_ with the main Jaeger releases. Please check the [jaeger-operator](https://github.com/jaegertracing/jaeger-operator/releases/) repository for available releases and adjust the installation commands accordingly.
{{< /warning >}}

# Understanding Operators

The Jaeger Operator is an implementation of a [Kubernetes Operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/). Operators are pieces of software that ease the operational complexity of running another piece of software. More technically, _Operators_ are a method of packaging, deploying, and managing a Kubernetes application.
Expand Down
Loading