You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The supported versions list mixes major/minor patterns (e.g., v25.x, v24.x) while v26 is listed as v26.0. Consider whether this should be v26.x for consistency and to avoid implying only 26.0 is supported.
## Supported KurrentDB Versions
The Operator supports running the following major versions of KurrentDB:
- v26.0
- v25.x
- v24.x
The text says “KurrentDB version 26 will be used” while the manifests pin a specific patch version (26.0.1). Consider aligning wording and examples (either keep examples generic like 26.x or make the text explicitly mention the pinned patch version).
- The database will be deployed in the `kurrent` namespace with the name `kurrentdb-cluster`- Security is not enabled
- KurrentDB version 26 will be used
- 1 vCPU will be requested as the minimum (upper bound is unlimited)
- 1 GB of memory will be used
- 512 MB of storage will be allocated for the data disk
- The KurrentDB instance that is provisioned will be exposed as `kurrentdb-0.kurrent.test````yamlapiVersion: kubernetes.kurrent.io/v1kind: KurrentDBmetadata:
name: kurrentdb-clusternamespace: kurrentspec:
replicas: 1image: docker.kurrent.io/kurrent-latest/kurrentdb:26.0.1resources:
The examples update image tags to 26.0.1; double-check that this tag exists/published in the referenced registry and that all related operator docs/examples consistently reference the intended 26.x tag strategy (pinned vs floating).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Page previews