Louis Koo

Results 132 comments of Louis Koo

module xxxx.ai/smd replace ( github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1 github.com/kubernetes-incubator/external-storage => github.com/libopenstorage/external-storage v0.20.4-openstorage-rc3 github.com/portworx/sched-ops => github.com/portworx/sched-ops v0.20.4-openstorage-rc3 ) exclude ( github.com/kubernetes-incubator/external-storage v0.20.4-openstorage-rc2 k8s.io/client-go v1.4.0 k8s.io/client-go v1.5.0 k8s.io/client-go v1.5.1 k8s.io/client-go v1.5.2 k8s.io/client-go...

@tasszz2k update go.mod like this: ``` module xxxx.ai/smd replace ( github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1 github.com/kubernetes-incubator/external-storage => github.com/libopenstorage/external-storage v0.20.4-openstorage-rc3 github.com/portworx/sched-ops => github.com/portworx/sched-ops v0.20.4-openstorage-rc3 ) exclude ( github.com/kubernetes-incubator/external-storage v0.20.4-openstorage-rc2 k8s.io/client-go v1.4.0 k8s.io/client-go...

please show me the details information of the go.mod.

Need to add '-DBUILD_SHARED_LIBS=ON'

[kvproto c++编译.md](https://github.com/pingcap/kvproto/files/7860546/kvproto.c%2B%2B.md)

@XiShanYongYe-Chang so if we can use the "hostnetwork" mode to deploy the components for karmada? because the "$HOME/.kube/config" use the domain to access the apiserver.

https://github.com/karmada-io/karmada/blob/3fc8ef5a76410095b872891608ca62a545dbdd06/pkg/karmadactl/cmdinit/kubernetes/deployments.go#L541 as so far, doesn't support deploy with hostnetwork mode.