Skip to content

Commit

Permalink
Add dual-stack support to netflows
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelvl committed Jan 23, 2025
1 parent 35d43b8 commit 548deb5
Show file tree
Hide file tree
Showing 25 changed files with 676 additions and 305 deletions.
16 changes: 8 additions & 8 deletions api/v1/kube/kube_api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/v1/kube/kube_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ service KubeAPI {

message GetClusterInfoRequest {}
message GetClusterInfoResponse {
string pods_cidr = 1;
string service_cidr = 2;
repeated string pods_cidr = 1;
repeated string service_cidr = 2;
}

message GetIPInfoRequest {
Expand Down
22 changes: 16 additions & 6 deletions api/v1/kube/kube_api_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 39 additions & 19 deletions api/v1/runtime/runtime_agent_api_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions charts/kvisor/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ rules:
- pods/log
verbs:
- get
- apiGroups:
- ""
resources:
- services
verbs:
- create
- apiGroups:
- "coordination.k8s.io"
resources:
Expand Down
Loading

0 comments on commit 548deb5

Please sign in to comment.