Во время работы helm init
я получил ошибку:
Error: error installing: the server could not find the requested resource (post deployments.extensions)
Но я решил это, запустив:
helm init --client-only
Но когда я бегу:
helm upgrade --install --namespace demo demo-databases-ephemeral charts/databases-ephemeral --wait
Я получаю:
Error: serializer for text/html; charset=utf-8 doesn't exist
Я не нашел ничего убедительного в качестве решения, и я не смог продолжить работу в настройке.
Любая помощь будет оценена.