In order to upgrade to v591 the following configmap parameters need to be added. This guide assumes that you are currently running v574 or later of Sysdig Cloud Monitor
Steps
Configmap Changes
Either get the current configuration (you can use also a versioned one if you have it):
#kubectl get configmap sysdigcloud-config --namespace sysdigcloud -o yaml > current_config.yaml
#cp current_config.yaml new_config.yaml
Or edit config map inline:
kubectl edit configmap/sysdigcloud-config --namespace sysdigcloud
Edit new_config.yaml
or use inline edit and add the new parameters alongside the existing configuration under “data”:
# Optional: Store Sysdig captures using Cassandra instead of S3
# NB. This affects cassandra storage
sysdigcloud.captures.cassandra.storage: "false"
Finally, apply the new config file with:
kubectl replace -f new_config.yaml --namespace sysdigcloud
Once the above steps are complete follow the instructions as described here: