Forum Discussion
davidlin
01-30-2023Cloud Apps
You can turn off build pod in Sisense Linux server by following command.
kubectl -n sisense scale deployment build --replicas=0
You want to turn on it using
kubectl -n sisense scale deployment build --replicas=1
Wishaal
01-30-2023Cloud Apps
Thanks, but this is for single node only according to this article Linux-Supported CLI Commands for Sisense
"This is not recommended in multi-node deployments as some of the services have more than 1 replica. Sisense recommends you use the installer to update the load system."