duanmengkk

Results 10 comments of duanmengkk

That's what I was thinking,What is the progress of it ? > Do you mean you want an easy way(don't need to implement the webhook) to customize your CRD? Something...

@linfan 大佬,这个问题https://github.com/alibaba/kt-connect/issues/326 我无法reopen,所以重新提了一个issue

> Do you have a Kubernetes running in IPv6 mode? Can you show me what's the `--listen-peer-urls` look like? > > We just fixed a similar issue by #2450 last...

The actual reason is the server of etcd is listened in ipv4 mode,see the etcd.conf ` kubectl logs -f etcd-0 -n karmada-system-test2 etcd-init-conf` ![image](https://user-images.githubusercontent.com/17697155/194750622-bf07cf57-3291-4134-bf3e-d62200c0b799.png) However,the ip address resolved by core-dns...

We can add a flag such as `karmadactl init --mode ipv6 `or dual-stack to fix it.But I'm not so sure that's a reasonable solution. @RainbowMango @prodanlabs The Helm Install also...

我也出现了一样的问题和一样的报错日志,我是下载的3.21的代码,构建的镜像

> @duanmeng1992 You can add executable permission to `installRunner.py` before trying to build image. > > ``` > chmod +x -R ./controller > ``` thanks, i resolved it in other...

> > > > Hi @dongjiang1989 : > > > > Do you meet problems in 1.25? The risk for upgrade version is high, we need to think carefully. >...