diff --git a/k8s/README.md b/k8s/README.md index 31d88c6..b41dd51 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -140,6 +140,22 @@ for i in $( echo $namespaces ) ; do done ``` +For kubeflow: + +```sh +cat << EOF >> config.json +{ + "auths": { + "https://index.docker.io/v1/": { + "auth": "$( echo -n 'moritz:password' | base64 )" + } + } +} +EOF +kubectl create -n kubeflow configmap docker-config --from-file=config.json +rm config.json +``` + ## networking with calico Install calicoctl in cluster