Upgrading to 1.1.0ΒΆ
The Helm values file now has an option to set user and password for basic auth to Elastic. For more information, see the request logger documentation.
The recommended prometheus settings have now changed to improve performance. We suggest uninstalling the prometheus Helm chart and installing with the below changes.
See the metrics page for the full Helm values.
The parts that have changed are:
prometheus.server.livenessProbePeriodSecondsis now 30prometheus.server.extraArgshas been added with entriesquery.max-concurrency: 400andstorage.remote.read-concurrent-limit: 30prometheus.server.resources.limitsnow hascpu: 2andmemory: 4Giprometheus.server.resources.requestsnow hascpu: 800mandmemory: 1Gi
Remove analytics with
helm delete -n seldon-system seldon-core-analytics.Install again using the instructions
The recommended Seldon Deploy Helm values have changed slightly to improve performance. Set the following:
resources.limitsshould now havecpu: 800mandmemory: 800Mi
A further change to the Seldon Deploy Helm values is the addition of a configuration for the
runAsUserfor Knative pods started by Deploy:defaultUserID: "8888"