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.
2 parents 471f692 + 1fdba19 commit a56f8e2Copy full SHA for a56f8e2
Makefile
@@ -16,7 +16,7 @@ install: operator-deploy post-install ## installs the pattern and loads the secr
16
@echo "Installed"
17
18
.PHONY: create-gpu-machineset
19
-create-gpu-machineset:
+create-gpu-machineset: ## Creates a gpu machineset
20
ansible-playbook ansible/playbooks/create-gpu-machine-set.yaml
21
22
.PHONY: post-install
0 commit comments