When a service provider enables and correctly configures runtime parameters for a service, you can modify them directly in the Compute Nest console without logging on to the ECS instance or ACK cluster.
Background
You might need to modify a service's configuration parameters during use. For example, after deploying the game Palworld, you may want to change the game speed or the maximum number of bases during gameplay.
Procedure
-
Go to the details page of the deployed service instance.
In the service instance list, click the resource ID of the instance, which starts with si-.
-
On the Overview tab, click Modify Parameter. Note the text below each input field for parameter constraints and rules.
On the Runtime Parameter Configurations page, a message states that the service must be restarted for parameter changes to take effect. The parameters are listed in a table with Parameter name, Type, Description, and Parameter value columns, covering parameters for services such as MySQL and Redis.
-
After making your changes, click Save. The service instance begins updating the parameters. Once the update is complete, the instance returns to the Deployed state.
After the update, a message appears at the top of the page: Parameters modified successfully. Please restart the service to apply the changes.