Skip to content

Instantly share code, notes, and snippets.

@Shikugawa
Created July 5, 2022 12:32
Show Gist options
  • Save Shikugawa/833d8ed1f6390d0117349c9ec62fed58 to your computer and use it in GitHub Desktop.
Save Shikugawa/833d8ed1f6390d0117349c9ec62fed58 to your computer and use it in GitHub Desktop.
make docker-build
kind load docker-image ayamaruyama/markdownviewcontroller:latest
# if we have change of CRD
make install
# deploy controller related resources
make deploy
# restart controller
kubectl rollout restart -n markdown-view-system deployment markdown-view-controller-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment