Skip to content

docs: config#375

Draft
vertex451 wants to merge 4 commits into
mainfrom
artem/config-proposal
Draft

docs: config#375
vertex451 wants to merge 4 commits into
mainfrom
artem/config-proposal

Conversation

@vertex451
Copy link
Copy Markdown
Contributor

It will be easier to review my proposal in PR format

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 19, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: b2221f81-d790-4fb9-92cc-542e5f723fad

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch artem/config-proposal
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment thread _docs/config/README.md
cpu: 0
memory: 0
storage: 0
deployment:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this relating to specifically? Provider deployment?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That section is related to those flags: link

As I understand, it is settings for tenant workloads (how the provider deploys leases to K8s), not the provider’s own deployment.

Comment thread _docs/config/README.md
max_retries: 40
retry_period: 4s
retry_period_jitter: 15s
healthcheck_period: 10s
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

health check is performed by readiness/liveness probes. What is this specifically setting?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This corresponds to that flag: link

This is not K8s readiness/liveness probes, but the check conducted by the deployment against tenant workloads.

Comment thread _docs/config/README.md Outdated
gateway:
listen_address: "0.0.0.0:8443"
grpc_listen_address: "0.0.0.0:8444"
tls: { cert: "", key: "" }
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: tls.cert and tls.key

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

Comment thread _docs/config/README.md
cert_issuer:
enabled: false

# ... other sections
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Future Gateway API settings

Comment thread _docs/config/README.md
| Scenario | Best fit |
|----------|----------|
| **Single cluster** | ConfigMap + K8s watch |
| **Multi-cluster, minimal infra** | S3 + poll |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I understand the multi-cluster setup in this context. Does it mean a shared configuration between providers?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can imagine an operator that has two providers in physicality different clusters.
Or a single provider, but with worker nodes in the different k8s clusters.

Why I am separating this, because K8S config maps works only within the same cluster, and it is the simplest and k8s native solution that I would consider in case we go with single cluster appproach.

Comment thread _docs/config/README.md
YAML format with subsections per module (like inventory operator).

<details>
<summary>Expand to see config example</summary>
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This config example is general, not precise, but it shows how the future config format may look like

@vertex451 vertex451 requested a review from cloud-j-luna April 13, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants