|
|
|
|
|
by hyscale
2122 days ago
|
|
Yes, you can simply generate manifest YAMLs using the “generate service manifests” command. Refer here:
https://github.com/hyscale/hyscale/blob/master/docs/hyscale-... HyScale also helps you troubleshoot any errors during deployment. So rather than generate with HyScale & deploy using kubectl, you may want to fine-tune generated yamls by merging your custom config snippets via:
https://github.com/hyscale/hyscale/issues/284 (in the upcoming release) Currently, no support for rollbacks. It's a good suggestion for the roadmap, thanks. For now, you’d have to redeploy from a previous git commit. |
|