Kubecon EU 2019 fairing, pipelines demo
-
Launch a notebook
kubectl apply -f pvc.kubecon-demo.yaml kubectl apply -f notebook.kubecon-demo.yaml
-
Attach an extra data volume named
-
For the CI/CD pipeline you need to create ssh keys
kubectl create secret generic kubeflow-bot-ssh-key --from-file=id_rsa=/home/jlewi/.ssh/kubeflow-bot --from-file=id_rsa.pub=/home/jlewi/.ssh/kubeflow-bot.pub
-
Create a GITHUB_TOKEN to use with the hub CLI
kubectl create secret generic github-token --from-literal=github_token=${GITHUB_TOKEN}