We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f963f7 commit 3fda33bCopy full SHA for 3fda33b
addons/upgrade.jps
@@ -68,6 +68,9 @@ onInstall:
68
- env.control.ApplyNodeGroupData [${globals.workers}]:
69
data:
70
isRedeploySupport: false
71
+ - env.file.AddFavorite [k8sm, ${globals.workers}]:
72
+ path: /etc/jelastic/redeploy.conf
73
+ isDir: false
74
- script: |
75
var message = "Kubernetes Cluster has been successfuly upgraded! **Current version:** ${settings.version}.";
76
if ("${settings.avail}") { message += "\n\n**Next version:** ${settings.avail}. \nPress \"Upgrade\" button to start the upgrade process."; }
0 commit comments