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

Document ACK Controllers feature flags #2203

Open
a-hilaly opened this issue Oct 24, 2024 · 0 comments
Open

Document ACK Controllers feature flags #2203

a-hilaly opened this issue Oct 24, 2024 · 0 comments
Labels
area/documentation Issues or PRs related to documentation and examples

Comments

@a-hilaly
Copy link
Member

The ACK project currently has the following feature flags defined in the helm charts:

# Configuration for feature gates.  These are optional controller features that
# can be individually enabled ("true") or disabled ("false") by adding key/value
# pairs below.
featureGates:
  # Enables the Service level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
  ServiceLevelCARM: false
  # Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031
  TeamLevelCARM: false
  # Enable ReadOnlyResources feature/annotation. 
  ReadOnlyResources: false

we need to expose information about these feature flag on the ACK documentation website, including:

  • A brief description of each feature flag
  • The current stage of the feature (alpha, beta, GA, etc.)
  • Relevant issue or PR links for more context
  • Plans for the feature's future (timeline for promotion, deprecation, etc...)
@a-hilaly a-hilaly added the area/documentation Issues or PRs related to documentation and examples label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Issues or PRs related to documentation and examples
Projects
None yet
Development

No branches or pull requests

1 participant