diff --git a/README.md b/README.md index 99d3e9a3e0..e223f489ee 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ The `example` directory contains an example kustomization for the single command #### Create kind cluster ```sh -cat < ~/.kube/config +kind get kubeconfig --name kubeflow > /tmp/kubeflow-config +export KUBECONFIG=/tmp/kubeflow-config ``` #### Create a Secret based on existing credentials in order to pull the images