gaurav517
gaurav517
we still see that error. I am using the latest releaes version: `4.1.2-rc.1`. We see following intermittently.. every few mintues or so and then bot goes offline. Can you please...
Also logs from 6 seconds before: ``` Starting WebSocketConnectionManager Connecting to WebSocket at wss://cerberus-xxxx.lb.slack-msgs.com/websocket/abcd Successfully connected ``` So 6 seconds before websocket was created, what is closing these sockets? And...
oh.. sorry.. I see now, the latest is `4.1.2-rc.2`with the fix.. I am using `4.1.2-rc.1`. will update and test.
No worries. Bit surprised that it was not reported till now. I was thinking lot of people are already using matrix variables.
I tried that but still not working. Its possible that something in the network is causing the issue. If I get an idea from the log of what is the...
In my case it was network restriction.
Still see this issue with version `1.0.13`. Is this fixed? Thanks.
We have a similar use-case. If an application is in `suspended` state then we want to get notified every hour until its not in `suspended` state.
PR for the discussed approach: https://github.com/bitnami/kubecfg/pull/303 Thanks. Sorry @shric, we wanted it sooner.
when applying: ``` resource "kubernetes_manifest" "istio-mci" { provider = "kubernetes-alpha" manifest = { apiVersion = "networking.gke.io/v1" kind = "MultiClusterIngress" metadata = { annotations = { "networking.gke.io/pre-shared-certs" = "my-cert" "networking.gke.io/static-ip" =...