Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump kindnet default version to 1.8.2 #17210

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading