Guang Jiong Lou

Results 29 issues of Guang Jiong Lou

#### What happened: GET /q/service/{name} failed because of some kubernetes proto files, raise "proto not found" error ``` New err: invalid FileDescriptorProto "xxx.proto": proto: could not resolve import "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto": not...

question

#### What happened: Failed to compile xxx_http.pb.go if there is oneof field in body #### What you expected to happen: No compiler errors #### How to reproduce it (as minimally...

enhancement

I generated the http stubs using `protoc-gen-go-http`, but found all requests returned 200. I wonder how to return http code other than 200 for succeeded requests, like 201, 204?

question

**Describe the problem/challenge you have** The current resource filtering mechanism (IncludedResources/ExcludedResources + IncludeClusterResources flag) is not flexible enough to cover some special scenarios **Describe the solution you'd like** Add a...

kind/requirement

**Describe the problem/challenge you have** The current filter (IncludedResources/ExcludedResources + IncludeClusterResources flag) is not enough for some special cases, such as: 1. all namespaced resources + some kind of cluster...

kind/requirement

Like the python mock, I can set a list of responses in this way: say_hello.side_effect=["h1", "h2"], and first call will return "h1", while second call will return "h2". Is it...

I'm trying to make a golang image (base image is golang:1.16) which use sqlite3 by running "CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build main.go" in docker in my Apple Silicon machine, but...

multipathd -k is a powerful interactive shell to print multipath information, see [here](https://www.systutorials.com/docs/linux/man/8-multipathd/) for details. We can use it to print the multipath output in json, or just print the...

enhancement
postponed_for_v1.2

### What happened? when getting resources with a fake cluster name (which does not exist in clusterpedia) using clusterclient The following error is returned: no matches for kind "CustomResourceDefinition" in...

kind/bug

**Describe the bug** Using `kubeshark tap -n kube-system kube-apiserver-xxx`, I can only see some healthz and ready calls, but there is no api calls **To Reproduce** Steps to reproduce the...