You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,17 @@
10
10
11
11
# Usage
12
12
- To build locally : `make run`
13
-
- To build and release a docker image for controller : `make IMG=asm582/instascale docker-build docker-push`
14
-
- To deploy on kubernetes cluster use deployments for now
13
+
- To build and release a docker image for controller : `make IMG=quay.io/project-codeflare/instascale:<TAG> docker-build docker-push`
14
+
- Note that the other contents of the Makefile (as well as the `config` and `bin` dirs) exist for future operator development, and are not currently utilized
15
+
- To deploy on kubernetes cluster use the `deployments` dir for now:
0 commit comments