Skip to content

Commit

Permalink
In inject_test.go, linkerd runs as default with gid=-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed May 23, 2024
1 parent 63401a5 commit 78f973d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/integration/install/inject/inject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ func TestInjectManualParams(t *testing.T) {
CPULimit: "20m",
MemoryLimit: "20Mi",
UID: 1337,
GID: 1337,
LogLevel: "off",
EnableExternalProfiles: true,
}
Expand Down Expand Up @@ -139,7 +138,6 @@ func TestInjectAutoParams(t *testing.T) {
Image: "proxy-image",
LogLevel: "proxy-log-level",
UID: 10,
GID: 10,
Version: "proxy-version",
RequireIdentityOnPorts: "8884,8885",
OpaquePorts: "8888,8889",
Expand Down Expand Up @@ -403,7 +401,6 @@ func TestInjectAutoPod(t *testing.T) {
"--incoming-proxy-port", "4143",
"--outgoing-proxy-port", "4140",
"--proxy-uid", "2102",
"--proxy-gid", "2102",
// 1234,5678 were added at install time in `install_test.go`'s helmOverridesEdge()
"--inbound-ports-to-ignore", "4190,4191,1234,5678",
"--outbound-ports-to-ignore", "4567,4568",
Expand Down

0 comments on commit 78f973d

Please sign in to comment.