trying to install alfresco-content-services with helm command to kubernetes cluster but issue below error. helm command is mentioned below. Could you help to resolve this?
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1"
helm command:-
helm install acs alfresco/alfresco-content-services \
--set postgresql.enabled=false \
--set database.external=true \
--set database.driver="com.mysql.jdbc.Driver" \
--set database.url="jdbc:mysql://11:3306/alfresco?useUnicode=yes&characterEncoding=UTF-8" \
--set database.user="a" \
--set database.password="1" \
--atomic \
--timeout 10m0s \
--namespace=alfresco
Which version of Kubernetes are you using? My guess would be 1.22 or newer. The networking.k8s.io/v1beta1 api was removed in 1.22 and you have to use networking.k8s.io/v1 now. So the easiest way would be to patch the helm charts to use networking.k8s.io/v1.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.