Dawid Szejnfeld
Dawid Szejnfeld
> bro, it is Oct, where is Q2 2022? you know - they store so much data so relativistic time dilation appeared ;)
I stumbled upon the same problem after specyfying a custom service cidr for EKS
As I am using managed nodes with a custom template I needed to add --dns-cluster-ip argument to /etc/eks/bootstrap.sh in it and override the dns cluster ip value. After that it...
The same thing still in 19.0.1. Also if you update "keycloakDeploymentSpec" for already existing keycloak resource it is not updated at all. You need to provide changes in StatefulSet manually.
Is anybody using this operator? any comments?
What is interesting even if I modify envs in keycloakDeploymentSpec of keycloak spec (keycloak.org/v1alpha1) the operator does exactly noting - it does not update StetfulSet at all like nothing was...
I did such upgrade without any problems but to version 16.1.1 instead of 16.0.1. I had the same config you mentioned above regarding clustering. So maybe it is better to...
I have the same thing today for one of our branches
In our case we had such error: `Error: 1 validation error detected: Value 'refs/heads/CFA-94/Image_uploading_prototype_(company_logo)_' at 'tags.7.member.value' failed to satisfy constraint: Member must satisfy regular expression pattern: [\p{L}\p{Z}\p{N}_.:/=+\-@]* `
After we changed the branch name it went through without any problems.