简体   繁体   中英

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?

I tried to run with this:

jx install --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 ?

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. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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