github.com/altinity/clickhouse-operator/pkg/client/informers/externalversions/factory.go:117: Failed to list *v1.ClickHouseOperatorConfiguration: the server could not find the requested resource (get clickhouseoperatorconfigurations.clickhouse.altinity.com)
                  
                  
                  E1016 09:09:47.357929       1 reflector.go:134] github.com/altinity/clickhouse-operator/pkg/client/informers/externalversions/factory.go:117: Failed to list *v1.ClickHouseInstallationTemplate: the server could not find the requested resource (get clickhouseinstallationtemplates.clickhouse.altinity.com)
                  
                  
                  E1016 09:09:47.358773       1 reflector.go:134] github.com/altinity/clickhouse-operator/pkg/client/informers/externalversions/factory.go:117: Failed to list *v1.ClickHouseOperatorConfiguration: the server could not find the requested resource (get clickhouseoperatorconfigurations.clickhouse.altinity.com)
                  
                  
                  E1016 09:09:48.360219       1 reflector.go:134] github.com/altinity/clickhouse-operator/pkg/client/informers/externalversions/factory.go:117: Failed to list *v1.ClickHouseInstallationTemplate: the server could not find the requested resource (get clickhouseinstallationtemplates.clickhouse.altinity.com)
                  
                  
                  E1016 09:09:48.361114       1 reflector.go:134] github.com/altinity/clickhouse-operator/pkg/client/informers/externalversions/factory.go:117: Failed to list *v1.ClickHouseOperatorConfiguration: the server could not find the requested resource (get clickhouseoperatorconfigurations.clickhouse.altinity.com)
                  
                  
                  E1016 09:09:49.362763       1 reflector.go:134] github.com/altinity/clickhouse-operator/pkg/client/informers/externalversions/factory.go:117: Failed to list *v1.ClickHouseInstallationTemplate: the server could not find the requested resource (get clickhouseinstallationtemplates.clickhouse.altinity.com)
                  
                  
                  E1016 09:09:49.363289       1 reflector.go:134] github.com/altinity/clickhouse-operator/pkg/client/informers/externalversions/factory.go:117: Failed to list *v1.ClickHouseOperatorConfiguration: the server could not find the requested resource (get clickhouseoperatorconfigurations.clickhouse.altinity.com)
                  
                  
                  `
                  
                  
                  
                  
                  
                  Версия оператора - 0.6.0
                  
                  
                  
                  
                  
                  Так же вопрос: Какие есть сейчас известные проблемы с оператором? Насколько безопасно можно его в проде использовать и когда планируется, если планируется стабильная версия?
                  
                  
                
Скорее всего, вы апгрейдили оператор с предыдущей версии не через манифест инсталляции. Добавился новый ресурс, ClickHouseInstallationTemplate, но оператор его не видит. Это не мешает работе, но засоряет логи. Уберем в следующей версии
Насчет безопасности - оператор сам по себе достаточно стабилен. Обычно проблемы возникают не из-за оператора, а из-за недостаточного опыта использования самого Кубера. Там разложено достаточное количество граблей.
Обсуждают сегодня