我试图将OpenShift Origin自动部署到AWS中,因为它是我需要按需部署的另一个产品的依赖项。对此有各种解决方案,但它们都需要在流程中的某个时刻使用池ID。什么是泳池ID?我意识到它与Redhat订阅相关联,但是我可以编写池ID的生成脚本吗?如果是这样,是否有必要将其视为秘密?
答案 0 :(得分:2)
您可以使用以下命令获取订阅可用池
subscription-manager list --available --pool-only
如果您有很多订阅,可以使用--matches选项过滤结果(过滤器可以包含正则表达式):
--matches=FILTER_STRING
lists only subscriptions or products containing the
specified expression in the subscription or product
information, varying with the list requested and the
server version (case-insensitive).