This happens because Helm stores release information in Kubernetes Secrets or ConfigMaps, which are limited to 1 MB due to etcd storage constraints.
To resolve this issue, you can configure Helm to use an SQL storage backend such as PostgreSQL, bypassing the etcd size limitations and enabling larger Helm releases.
Update security group rules
When you create a Scaleway Kapsule cluster, a new security group blocks incoming traffic by default. To allow external traffic (if needed):
Navigate to Compute > Security Groups in the Scaleway console.
Locate the security group associated with your cluster (e.g., kubernetes-<cluster-id>).
Modify rules to allow:
TCP traffic on port 80 for HTTP (from 0.0.0.0/0).
TCP traffic on port 443 for HTTPS (from 0.0.0.0/0).
Learn more about configuring Helm with an SQL storage backend by visiting the official Helm documentation on SQL storage.
If you have further questions, feel free to engage with the Scaleway Slack community to exchange insights, share experiences, and discover practical solutions.