Skip to content

jlewi/kubecon-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubecon-demo

Kubecon EU 2019 fairing, pipelines demo

  1. Launch a notebook

    kubectl apply -f pvc.kubecon-demo.yaml 
    kubectl apply -f notebook.kubecon-demo.yaml
    
  2. Attach an extra data volume named

  3. 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 
    
  4. Create a GITHUB_TOKEN to use with the hub CLI

    kubectl create secret generic github-token --from-literal=github_token=${GITHUB_TOKEN}
    

About

Kubecon EU 2019 fairing, pipelines demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published