Skip to content

Instantly share code, notes, and snippets.

@rootfs
Last active May 16, 2018 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rootfs/890b0ab9594a9bb1ade84d8f9d8b807c to your computer and use it in GitHub Desktop.
Save rootfs/890b0ab9594a9bb1ade84d8f9d8b807c to your computer and use it in GitHub Desktop.
  1. Make changes locally
  2. Build (go and docker images)
  3. tests/scripts/minikube.sh up
  4. Go get a snack
  5. After the VM is up, kubernetes is ready now. Verify with a simple kubectl command from your host
  6. kubectl create -f rook-operator.yaml
  7. kubectl create -f rook-cluster.yaml
  8. go test -run -v SmokeSuite github.com/rook/rook/tests/integration/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment