igdianov on ank-MNT-22737
fix: restrict skipping executio… (compare)
igdianov on ank-MNT-22737
fix: exclude executions with bo… (compare)
igdianov on ank-MNT-22737
fix: exclude executions with bo… (compare)
github-actions[bot] on 7.4.0-alpha.1
Release 7.4.0-alpha.1 (compare)
mergify[bot] on develop
Update next version to `7.4.0` … (compare)
mergify[bot] on update-next-version-to-7.4.0
example-runtime-bundle | 2022-03-08 19:08:30.970 WARN [rb,,] 7 --- [nio-8080-exec-1] o.keycloak.adapters.KeycloakDeployment : Failed to load URLs from http://127.0.0.1.nip.io/auth/realms/activiti/.well-known/openid-configuration
Hi , Can anyone help me setting up activity cloud in Azure Kubernetes Cluster (AKS) using Helm. I have checked the official documentation regarding setting up in cluster but its not available for AKS. Since helm is open source , tried deploying helm charts to AKS but getting error while deploying. Prior setup was done like service account,ingress installation in cluster.
Error message : global.keycloak.clientSecret is required
Version used : 7.1.0-M17
helm command used :
helm install --name example activiti-cloud-helm-charts/activiti-cloud-full-example --version 7.1.0-M17 --set global.gateway.domain=mydomain
@erdemedeiros Hi , Please update the helm commands. All commands are in helm 2 version in the documentation. I am getting issue in nginx-ingress installation.I have followed the nginx official documentation to install stable nginx ingress and then deployed helm charts, all pods are up and running but i couldnt expose the activiti cloud service though i gave my domainname in helm commands.
Please suggest some solution. Thanks in advance :)
I am trying to deploy Activiti Cloud Full Example in my local environment and facing the below error while installing the Ingress controller.
Command Used: helm repo add nginx-stable https://helm.nginx.com/stable
Error: INSTALLATION FAILED: failed to download "stable/nginx-ingress"
It is because of the 404 while accessing the https://helm.nginx.com/stable/ URL.
Please suggest some solution. Thank you!