Justin
Justin
We ended up by mounting a config.js file inside the public folder, like this _config.js_ window.REACT_APP_API_URL="https://base-url-here.domain.com/api"; window.REACT_APP_PUBLIC_URL="https://base-url-here.domain.com/login"; window.REACT_APP_REDIRECT_URL="http://test-environment.domain.com/"; window.REACT_APP_REDIRECT_REG="https://domain.pre.domain.com/registerPopup.html"; window.REACT_APP_REDIRECT_FORGOT="https://domain.pre.domain.com/forgotPassword.html"; Then mount this config.js on this path where apache (or...
Hello, are you sure this is only affecting Kubernetes < 1.20? I got the same issue when using Kubernetes 1.24.1 as host cluster and Kubernetes 1.23.7-k3s1 (it was working on...
Nevermind, the second issue that I got from the syncer was because ArgoCD was trying to authenticate with a wrong configuration. At the end I just needed to add that...
Interesting... did you get any updates on that ? I have the same problem on a Kafka Strimzi setup with Authorization enabled.
@cortopy thanks to your comment we removed resources limits on our deployment and it started to work!
Hi there. Version: confluentinc/cp-kafka-rest:5.3.1 this is my configuration: ``` - env: - name: KAFKA_REST_HOST_NAME value: "kafkarest" - name: KAFKA_REST_ENABLE_IDEMPOTENCE value: "true" - name: KAFKA_REST_ACKS value: "-1" - name: KAFKA_REST_TRANSACTIONAL_ID valueFrom:...
> `ENV JAVA_TOOL_OPTIONS="-Djdk.lang.Process.launchMechanism=vfork"` This doesn't solve the issue. I am creating a native image on my Mac M2 with the flag `--platform=linux/amd64` and I get `[1/7] Initializing... (0.0s @ 0.31GB)...
Same here. Kubernetes version 1.11.9 (managed by Oracle Cloud Infrastructure)