Skip to content

Commit

Permalink
Bump node image to 1.28 (kubeflow#2681)
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Lovison <diegolovison@gmail.com>
  • Loading branch information
diegolovison authored and Corey Ricketts committed Jul 18, 2024
1 parent 851e831 commit 86c118b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.28.0
kubeadmConfigPatches:
- |
kind: ClusterConfiguration
Expand All @@ -134,7 +135,7 @@ kind get kubeconfig --name kubeflow > ~/.kube/config
docker login

kubectl create secret generic regcred \
--from-file=.dockerconfigjson=/path/to/.docker/config.json \
--from-file=.dockerconfigjson=/home/to/.docker/config.json \
--type=kubernetes.io/dockerconfigjson
```

Expand Down

0 comments on commit 86c118b

Please sign in to comment.