Vincent Lin
Vincent Lin
FYI: https://github.com/kubeedge/kubeedge/pull/3743
cc @fisherxu @wackxu PTAL.
> https://github.com/kubeedge/kubeedge/blob/6eaaf05fcd71ecbabd323403a35ad5b19eff955c/cloud/pkg/synccontroller/objectsync.go#L79-L81 > > > If we use unstructured.Unstructured to init object, util.SetMetaType would error with: failed to set metatype: Object 'Kind' is missing in 'unstructured object has no kind'....
When we tried to bump the helm version, we found that this upgradation depends on a higher version of `k8s.io/apiserver` and other k8s modules, we can't upgrade the helm version...
Hi @916264367, Please check if this [guide book](https://kubeedge.io/en/docs/developer/custom_message_deliver/) can help you.
Thanks for your feedback @Abirdcfly, I will test it to check if it really matters.
`streamserver.go:329] Start stream server error http2: TLSConfig.CipherSuites index 4 contains an HTTP/2-approved cipher suite (0x1301), but it comes after unapproved cipher suites. With this configuration, clients that don't support previous,...
Edged won't populate service resources into service environment variables as of now. FYI: [How Kubelet deals with service env](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet_pods.go#L602)
When do you need to use the service environment variable in POD? Can you use DNS instead of env vars and keep trying to resolve the DNS name of the...
FYI: https://edgemesh.netlify.app/zh/guide/#%E8%83%8C%E6%99%AF cc @Poorunga