-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Spotinst: Allow users to disable the controller add-on #9091
Spotinst: Allow users to disable the controller add-on #9091
Conversation
Out of curiosity, in what situations would a user want to disable the controller? If they want to run the controller themselves? |
Exactly. We maintain a charts repository so users can install and manage the controller using its chart. |
Got it, that makes sense. Can we add the new FF to the docs? at least I'm noticing we don't have any docs on using the Spotinst provider, but adding that or at least a link to Spotinst docs elsewhere can always happen in a separate PR :) |
Actually, I'm working on comprehensive documentation for the Spotinst provider, so I'll just add that to there and raise a separate PR really soon :) |
sounds great! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liranp, rifelpet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
1 similar comment
/retest |
This PR adds a new feature flag, named
SpotinstController
, that allows users to toggle the installation of the Spotinst controller off. The feature flag defaults totrue
to maintain backward compatibility.