We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d0a34 commit 1fc8e43Copy full SHA for 1fc8e43
1 file changed
Makefile
@@ -74,6 +74,11 @@ push: ## Push to a Docker image registry
74
$(info Logging into IBM Cloud cluster $(CLUSTER)...)
75
docker push $(IMAGE)
76
77
+.PHONY: import
78
+import: ## Import the image into the local K3D cluster
79
+ $(info Importing $(IMAGE) into k3d cluster $(CLUSTER)...)
80
+ k3d image import --cluster $(CLUSTER) $(IMAGE)
81
+
82
.PHONY: postgres
83
postgres: ## Deploy the PostgreSQL service on local Kubernetes
84
$(info Deploying PostgreSQL service to Kubernetes...)
0 commit comments