зеркало из https://github.com/Azure/ARO-RP.git
Update pull-secret warning.
This commit is contained in:
Родитель
99978fdac4
Коммит
2c54dbdc30
|
@ -81,7 +81,10 @@ def _validate_int(key, i):
|
|||
|
||||
def validate_pull_secret(namespace):
|
||||
if namespace.pull_secret is None:
|
||||
logger.warning("No --pull-secret provided: cluster will not include Red Hat or certified samples or operators.")
|
||||
logger.warning("No --pull-secret provided: cluster will not include " +
|
||||
"access to Red Hat container ecosystem, " +
|
||||
"certified samples, or operators.\n" +
|
||||
"For more information: https://catalog.redhat.com/\n")
|
||||
|
||||
else:
|
||||
try:
|
||||
|
|
Загрузка…
Ссылка в новой задаче