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 a deployment management mode configuration similar to allocation management mode #713

Closed
2 tasks done
fordN opened this issue Aug 11, 2023 · 0 comments · Fixed by #769
Closed
2 tasks done

Add a deployment management mode configuration similar to allocation management mode #713

fordN opened this issue Aug 11, 2023 · 0 comments · Fixed by #769
Assignees
Labels
Milestone

Comments

@fordN
Copy link
Contributor

fordN commented Aug 11, 2023

Background

Indexers may have other systems/tools for managing deployments, so we'd like to provide the option for turning off deployment management in the indexer-agent.

Goal

Add feature to support different deployment management modes, so indexers can turn off deployment management.
Ultimately we can work towards a setup very similar to the allocation management modes: auto, manual and oversight that will give indexers queue management control of deployment changes. However, in the beginning we can keep it simple and just support auto and manual modes.

Tasks

  • Add a startup parameter, deploymentManagement, with supported options: auto and manual
  • Add a conditional checking this parameter that will skip reconciling deployments if mode = manual
@fordN fordN added this to Indexer Aug 11, 2023
@fordN fordN converted this from a draft issue Aug 11, 2023
@fordN fordN added enhancement New feature or request indexer-agent p1 labels Aug 11, 2023
@fordN fordN moved this from 🙏 Feature Requests to 🏗️ In Progress in Indexer Sep 6, 2023
@tilacog tilacog added this to the v0.20.23 milestone Sep 6, 2023
@tilacog tilacog linked a pull request Sep 6, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from 🏗️ In Progress to ❌ Closed in Indexer Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

2 participants