Skip to content

Commit

Permalink
[TEMP] use unofficial kindnet images
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Jun 10, 2019
1 parent 22ab01f commit 426d602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/build/node/cni.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
The default CNI manifest and images are our own tiny kindnet
*/

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

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

0 comments on commit 426d602

Please sign in to comment.