Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Dependent resources and workflows
weight: 80
weight: 70
---

Dependent resources and workflows are features sometimes referenced as higher
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Dependent resources
weight: 75
weight: 73
---

## Motivations and Goals
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Workflows
weight: 80
weight: 75
---

## Overview
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/documentation/operations/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Operations
weight: 70
weight: 80
---

This section covers operations-related features for running and managing operators in production.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configurations
weight: 71
weight: 81
---

The Java Operator SDK (JOSDK) provides abstractions that work great out of the box. However, we recognize that default behavior isn't always suitable for every use case. Numerous configuration options help you tailor the framework to your specific needs.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Generic Helm Chart
weight: 76
weight: 86
---

A generic, reusable Helm chart for deploying Java operators built with JOSDK is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Leader Election
weight: 74
weight: 84
---

When running multiple replicas of an operator for high availability, leader election ensures that
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/documentation/operations/logging.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Logging
weight: 72
weight: 82
---

## Contextual Info for Logging with MDC
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/documentation/operations/metrics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Metrics
weight: 73
weight: 83
---

## Runtime Info
Expand Down