tanjunchen

Results 49 comments of tanjunchen

see https://github.com/tanjunchen/grpc-test-demo My project can run, and the go client can call the go server grpc service. go client will return **prod_stock:211 status:{code:"200" msg:"success"}** when it calls the go grpc...

@jhump thanks . I guess that the problems are from the ``` (e.g. the relative path given to protoc != the path used in import statements).```

@gy95 ``` chentanjun@tanjunchenMac  ~/opensource/tanjunchen/kubeedge make image WHAT=cloudcore hack/make-rules/image.sh cloudcore + docker build --build-arg 'GO_LDFLAGS=-X github.com/kubeedge/kubeedge/pkg/version.buildDate=2022-07-15T05:59:06Z -X github.com/kubeedge/kubeedge/pkg/version.gitCommit=b7bf9bd924475d149c79f31baa99cdc231014606 -X github.com/kubeedge/kubeedge/pkg/version.gitTreeState=clean -X github.com/kubeedge/kubeedge/pkg/version.gitVersion=v1.11.0-beta.0.90+b7bf9bd924475d -X github.com/kubeedge/kubeedge/pkg/version.gitMajor=1 -X github.com/kubeedge/kubeedge/pkg/version.gitMinor=11+' -t kubeedge/cloudcore:v1.11.0-beta.0-90-gb7bf9bd92 -f build/cloud/Dockerfile...

@gy95 It seems that multiarch/qemu-user-static not run well in mac m1 .

> not sure, do you open docker buildx function? ref: https://medium.com/@artur.klauser/building-multi-architecture-docker-images-with-buildx-27d80f7e2408 Yes,I do. ``` chentanjun@tanjunchenMac ~ docker buildx ls NAME/NODE DRIVER/ENDPOINT STATUS PLATFORMS epic_meninsky * docker-container epic_meninsky0 unix:///var/run/docker.sock running linux/arm64,...

see W0613 03:59:30.791929 1 x509.go:172] x509: subject with cn=front-proxy-client is not in the allowed list: [aggregator]。x509? I guess that your aggregator is wrong , kubeadm is enabled by default. Binary...

> @tanjunchen unfortuantely, no. I also did not investigate it further... hello, you need to update the agent-daemonset yaml like ``` initContainers: - name: init # This is a small...

> workload yes,but I want to get ca by SDS,it failed. ``` 2022-05-19T05:41:41.975793Z warning envoy config StreamSecrets gRPC config stream closed: 2, unable to retrieve all requested identities, missing map[default:true]...

> @tanjunchen I've seen similar error, but was related to the fact I tried to fetch an identity from a process running in initContainer, which led to failing attestation. hello,could...