简体   繁体   English

在AWS EKS平台上使用Cloudflare安装Jenkins X

[英]Install Jenkins X with Cloudflare on AWS EKS platform

I have Cloudflare for DNS provider, how can I install Jenkins X in AWS EKS without move from Cloudflare? 我有Cloudflare for DNS提供商,如何在不从Cloudflare迁移的情况下在AWS EKS中安装Jenkins X?

I tried to run with this: 我试图与此运行:

jx install --provider=eks --domain=eks.love-eks.com jx安装--provider = eks --domain = eks.love-eks.com

but i get 但我明白了

retrying after error:checking health of Jenkins server 

Do you know if Jenkins X support Cloudflare or only Route53 ? 您是否知道Jenkins X是否支持Cloudflare或仅支持Route53?

Thanks :) Cheers 谢谢:)干杯

this article might help you: https://aws.amazon.com/blogs/opensource/continuous-delivery-eks-jenkins-x/ which walks you through how to setup your DNS. 本文可能会对您有所帮助: https : //aws.amazon.com/blogs/opensource/continuous-delivery-eks-jenkins-x/引导您完成如何设置DNS的操作。 It uses Route53 but the same principles should apply to any DNS provider - you just need to setup a wildcard DNS route to map to the Network Load Balancer IP addresses 它使用Route53,但相同的原理应适用于任何DNS提供商-您只需要设置一个通配符DNS路由即可映射到网络负载平衡器IP地址

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM