Skip to content

Commit

Permalink
Update site/static/examples/kind-gcr.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Elder <[email protected]>
  • Loading branch information
MaxRenaud and BenTheElder authored Aug 28, 2020
1 parent 8f7db5e commit 9605329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/static/examples/kind-gcr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Creating a temporary config.json"
# created on supported system. With credsStore missing, "docker login"
# will store the password in the config.json file.
# https://docs.docker.com/engine/reference/commandline/login/#credentials-store
cat <<EOF > /var/folders/1g/zx664t193xq9_bdmng9f50k800dbxr/T/tmp.htq9tIZy/config.json
cat <<EOF >"${DOCKER_CONFIG}/config.json"
{
"auths": { "gcr.io": {} }
}
Expand All @@ -37,4 +37,4 @@ for node in $(kind get nodes --name "${KIND_CLUSTER_NAME}"); do
docker exec "${node_name}" systemctl restart kubelet.service
done

echo "Done!"
echo "Done!"

0 comments on commit 9605329

Please sign in to comment.