We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952c432 commit ab6cb41Copy full SHA for ab6cb41
1 file changed
rhdp/rhdp-cluster-define.py
@@ -5,7 +5,7 @@
5
import os
6
import pathlib
7
import shutil
8
-from typing import Dict, List, Optional
+from typing import Dict, List
9
10
import typer
11
from jinja2 import Environment, FileSystemLoader, select_autoescape
@@ -140,7 +140,8 @@ def run(
140
Region flag requires an azure region key which can be (authoritatively)
141
requested with: "az account list-locations -o table".
142
143
- Use --multicluster flag to deploy both hub (coco-hub) and spoke (coco-spoke) clusters.
+ Use --multicluster flag to deploy both hub (coco-hub) and spoke (coco-spoke)
144
+ clusters.
145
"""
146
validate_dir()
147
0 commit comments