Wave
Running Wave
If you are not already logged in, access rancher.cloud.e-infra.cz. For login instructions, refer to the Rancher section.
To run Wave, follow the steps below.
Wave has minimal resource requirements; the default settings are adequate. You can adjust resources during installation by selecting Customize Helm options before install.
Wave does not work immediately after installation. You must configure the target Workload Resource correctly. See the next section for details.
Configuring Wave
For Wave to function as intended, you must annotate the target Workload Resource of the application you wish to monitor.
In Rancher, navigae to the Workloads section
Select the Resource kind you want to manage. Supported Resource kinds are Deployment, StatefulSet, and DaemonSet.
Select the object you wish to modify.

Click the Menu button and choose Edit YAML.

Add the following annotation:
wave.pusher.com/update-on-config-change: "true"
With this annotation in place, Wave will automatically trigger a Rolling Update and restart the resource’s Pods whenever the mounted Secrets or ConfigMaps are updated.
For more info, visit the Wave project.
Last updated on
