Skip to content

Commit

Permalink
TEMP: use custom kindnetd image
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed May 8, 2020
1 parent c9111d2 commit 0e456b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/build/nodeimage/const_cni.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package nodeimage
The default CNI manifest and images are our own tiny kindnet
*/

var defaultCNIImages = []string{"kindest/kindnetd:0.6.0"}
var defaultCNIImages = []string{"aojea/kindnetd:0.6.0"}

const defaultCNIManifest = `
# kindnetd networking manifest
Expand Down Expand Up @@ -100,7 +100,7 @@ spec:
serviceAccountName: kindnet
containers:
- name: kindnet-cni
image: kindest/kindnetd:0.6.0
image: aojea/kindnetd:0.6.0
env:
- name: HOST_IP
valueFrom:
Expand Down

0 comments on commit 0e456b1

Please sign in to comment.