Created
July 5, 2022 12:32
-
-
Save Shikugawa/833d8ed1f6390d0117349c9ec62fed58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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