Skip to content

Commit

Permalink
Merge pull request kubernetes#17204 from aojea/kindnet_distroless
Browse files Browse the repository at this point in the history
kindnet: use commands instead of args for the container image
  • Loading branch information
k8s-ci-robot authored Jan 13, 2025
2 parents ce641d9 + 35e7a25 commit 2b133b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
version: 9.99.0
- id: k8s-1.32
manifest: networking.kindnet/k8s-1.32.yaml
manifestHash: 43ba729e334963108d9468ac9fe4ca08f3b99bc2ae19c4f830895438f453d684
manifestHash: f986094857bdd8b6b72dc503bb31b5c78a0b811a7872690fd0bfb7ee575e1fb1
name: networking.kindnet
needsRollingUpdate: all
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
tier: node
spec:
containers:
- args:
- command:
- /bin/kindnetd
- --hostname-override=$(NODE_NAME)
- --v=2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
version: 9.99.0
- id: k8s-1.32
manifest: networking.kindnet/k8s-1.32.yaml
manifestHash: 6f423b54cac7857cdd53f1998b399e3a029e675569c7ac6ae7eaf3e0979095f1
manifestHash: 0bb1fd2f646124bf3a5e1c41db9ad7f44103f5fbf9e4d8076b1d791e35c58443
name: networking.kindnet
needsRollingUpdate: all
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
tier: node
spec:
containers:
- args:
- command:
- /bin/kindnetd
- --hostname-override=$(NODE_NAME)
- --v=2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
containers:
- name: kindnet-cni
image: "ghcr.io/aojea/kindnetd:{{ .Networking.Kindnet.Version }}"
args:
command:
- /bin/kindnetd
- --hostname-override=$(NODE_NAME)
- --v={{ .Networking.Kindnet.LogLevel }}
Expand Down

0 comments on commit 2b133b2

Please sign in to comment.