xiabai84

Results 12 comments of xiabai84

I have exactly the same problem, since I moved deployment from local docker-compose to our test kubernetes cluster. It seems like, that was something wrong with committing offsets locally, then...

@samcarpentier we used confluent 6.0.x version.

Hi @Ofthestreet , it seems like that you have some problem with tls certificates... but that depends how you create them. As a quick and thirty solution you can just...

Hey @jonasgeiregat, I follow the point of issue #440 . For me min.insync.replicas would be a good reason to send out a kind of alert, if the topic can't reach...

I have the same problem with json format record. Like heifrank said: it works fine by using avro format and schema registry. But once I changed to json, it could...

Delete iptable rules and restart these two services worked for me :-) ```bash $ iptables --flush $ iptables --flush -tnat $ kubectl rollout restart deploy -n kubesphere-system ks-controller-manager $ kubectl...

As request by @FeynmanZhou Please review my solution and improve documentation for chapter shutdown kubesphere gracefully.

I have the same problem after starting linux server. ``` $ kubectl -n kubesphere-system logs -l app=ks-controller-manager W0319 21:43:27.730721 1 client_config.go:615] Neither --kubeconfig nor --master was specified. Using the inClusterConfig....

Delete iptable rules and restart these two services worked for me :-) $ iptables --flush $ iptables --flush -tnat $ kubectl rollout restart deploy -n kubesphere-system ks-controller-manager $ kubectl rollout...