Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用“jx create spring -d web -d actuator”命令创建了一个简单的 Spring java 应用程序,但我不知道如何将促销策略从 Auto 更改为 Manual。看不到它是如何在环境配置中设置的。
https://jenkins-x.io/about/features/#promotion
您可以使用它jx edit env来编辑您的Environment配置。或者,您可以kubectl edit env staging根据需要使用并直接编辑自定义资源。
jx edit env
Environment
kubectl edit env staging
见:https ://jenkins-x.io/commands/jx_edit_environment/