bitpoke / stack

Open-Source WordPress Infrastructure on Kubernetes
https://www.bitpoke.io/stack
Apache License 2.0
165 stars 30 forks source link

Stack Install warning of depreciated components #129

Open groombr opened 3 years ago

groombr commented 3 years ago

After deploying the cluster and running the "./02-install-presslabs-stack.sh ", it displays the below errors:

`customresourcedefinition.apiextensions.k8s.io/alertmanagerconfigs.monitoring.coreos.com created customresourcedefinition.apiextensions.k8s.io/podmonitors.monitoring.coreos.com created customresourcedefinition.apiextensions.k8s.io/prometheuses.monitoring.coreos.com created customresourcedefinition.apiextensions.k8s.io/prometheusrules.monitoring.coreos.com created customresourcedefinition.apiextensions.k8s.io/servicemonitors.monitoring.coreos.com created customresourcedefinition.apiextensions.k8s.io/thanosrulers.monitoring.coreos.com created Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition customresourcedefinition.apiextensions.k8s.io/mysqlbackups.mysql.presslabs.org created customresourcedefinition.apiextensions.k8s.io/mysqlclusters.mysql.presslabs.org created customresourcedefinition.apiextensions.k8s.io/wordpresses.wordpress.presslabs.org created

Id expect it to install cleanly without errors:

How to reproduce it (as minimally and precisely as possible): Install the stack with helm v3.7.1

Any help would be greatly appreciated:

uhlhosting commented 2 years ago

@groombr hopefully this will get a reply!

groombr commented 2 years ago

@groombr hopefully this will get a reply!

Yes, hopefully. Are you experiencing the same issue?

calind commented 2 years ago

A fix for this will land in the next release in a couple of weeks. Development is happening in drone-migrate-to-bitpoke branch.

groombr commented 2 years ago

A fix for this will land in the next release in a couple of weeks. Development is happening in drone-migrate-to-bitpoke branch.

Thank you. @calind Do you have documentation on installing the stack with the latest helm a terraform versions?