-
Notifications
You must be signed in to change notification settings - Fork 455
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
Dry Run feature for k8s #1138
Comments
@CodeWithEmad Hi. Can you give some examples and context on what this would achieve or help with? Thanks |
Hey @DawoudSheraz. It can:
This feature would be especially valuable for complex setups or when making significant changes to the Open edX configuration. |
Right. Will it be a wrapper to k8s dry run commands? Anyway, I get the potential use cases for this. Thanks for suggesting this. |
Yes, it will be a wrapper around kubectl apply --dry-run. |
You mean, like |
Ah, nice. |
And now I feel dumb :D |
The proposed dry run command for tutor would significantly enhance the deployment process by allowing users to preview the changes to the Open edX configuration before actually applying them to the Kubernetes cluster. This would help identify potential issues and avoid unintended disruptions in the live environment, ensuring a smoother deployment experience.
A subcommand of k8s, like :
tutor k8s dry # I'm not sure about the naming
If there are no objections, I'll be happy to implement this.
The text was updated successfully, but these errors were encountered: