Skip to content

Commit

Permalink
bump kindnet default version to 1.8.1
Browse files Browse the repository at this point in the history
Change-Id: I216c463db29ae73d15ca6bfa00cc96a3c07a53fa
  • Loading branch information
aojea committed Jan 15, 2025
1 parent 2b133b2 commit 76c8000
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pkg/model/components/kindnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (b *KindnetOptionsBuilder) BuildOptions(o *kops.Cluster) error {
}

if c.Version == "" {
c.Version = "v1.8.0"
c.Version = "v1.8.2"
}

if c.Masquerade == nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ spec:
logLevel: 2
masquerade:
enabled: false
version: v1.8.0
version: v1.8.2
nodeTerminationHandler:
cpuRequest: 50m
deleteSQSMsgIfNodeNotFound: false
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: f986094857bdd8b6b72dc503bb31b5c78a0b811a7872690fd0bfb7ee575e1fb1
manifestHash: 94a6df20bdbaafa96a21757cce17c3423a82e9fff86308de418cdbb0b272bb41
name: networking.kindnet
needsRollingUpdate: all
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: ghcr.io/aojea/kindnetd:v1.8.0
image: ghcr.io/aojea/kindnetd:v1.8.2
name: kindnet-cni
resources:
requests:
Expand All @@ -140,7 +140,7 @@ spec:
- sh
- -c
- cat /opt/cni/bin/cni-kindnet > /cni/cni-kindnet ; chmod +x /cni/cni-kindnet
image: ghcr.io/aojea/kindnetd:v1.8.0
image: ghcr.io/aojea/kindnetd:v1.8.2
name: install-cni-bin
volumeMounts:
- mountPath: /cni
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ spec:
- 172.20.0.0/16
- 100.96.0.0/11
- 100.64.0.0/13
version: v1.8.0
version: v1.8.2
nodeTerminationHandler:
cpuRequest: 50m
deleteSQSMsgIfNodeNotFound: false
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: 0bb1fd2f646124bf3a5e1c41db9ad7f44103f5fbf9e4d8076b1d791e35c58443
manifestHash: 7acb14096bbfa57eeddf70108830a2904d227671b7140af7de5f0adf1a2e98dc
name: networking.kindnet
needsRollingUpdate: all
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: ghcr.io/aojea/kindnetd:v1.8.0
image: ghcr.io/aojea/kindnetd:v1.8.2
name: kindnet-cni
resources:
requests:
Expand All @@ -141,7 +141,7 @@ spec:
- sh
- -c
- cat /opt/cni/bin/cni-kindnet > /cni/cni-kindnet ; chmod +x /cni/cni-kindnet
image: ghcr.io/aojea/kindnetd:v1.8.0
image: ghcr.io/aojea/kindnetd:v1.8.2
name: install-cni-bin
volumeMounts:
- mountPath: /cni
Expand Down

0 comments on commit 76c8000

Please sign in to comment.