How to install OpenShift 4 on Bare Metal - User Provisioned Infrastructure (UPI)

  Рет қаралды 126,074

Ryan Hay

Ryan Hay

Күн бұрын

Пікірлер: 273
@enricowelder4256
@enricowelder4256 2 жыл бұрын
Excellent video! So clear and well laid out. I like also how you give an overview of the whole process in the beginning, since this is almost impossible to get from the RedHat documentation when you start with it for the first time.
@EricLowryUT
@EricLowryUT 3 жыл бұрын
Just followed these instructions for a 4.6 install and it worked like a charm... only thing I did different is that I simply allowed the coreos image to boot completely and then I cut and pasted the following: sudo coreos-installer install /dev/sda \ --insecure \ --image-url 192.168.22.1:8080/ocp4/rhcos \ --insecure-ignition \ --ignition-url 192.168.22.1:8080/ocp4/bootstrap.ign (replacing bootstrap.ign with master.ign and worker.ign respectively) I like this approach because it was much easier to cut and paste into the running vm than it is to type out the kernel options when booting each VM.
@Oswee
@Oswee 3 жыл бұрын
Had done this with 4.2. But i used Ansible. Doing this by hand is pretty time consuming. Ocp-svc server usually is called Bastion server. :) Will do this in couple of days again but this time for provisioning will use Terraform and Vault for secrets. Hope there are not a lot of changes since 4.2. Great video! Also... if interested in S3 compatible alternative, there are great project called MinIO.
@arnoldkouevi3445
@arnoldkouevi3445 11 ай бұрын
Hi ! Please, do you have a gitrepo or something like that where we could see a template of the provisioning with Terraform or Ansible ? Thanks
@canislupax
@canislupax 4 жыл бұрын
Thank you so much Ryan for doing this! Great How-To. Calm and very clear and structured explanations! Perfekt!
@EricLowryUT
@EricLowryUT 3 жыл бұрын
Hey Ryan, the HAProxy stats page is totally cool - but I just learned a valuable lesson. I have followed these instructions a couple of times now, with great success. Today, I started working with a slightly larger cluster - one with 3 workers instead of 2. When I looked at the haproxy stats page - one of my worker nodes was red. I freaked out and spent a bunch of time trying to figure it out. Turns out, Openshift "ingress" spins up 2 pods listening on http (80) and https (443) - so you are only going to get "green" on two of your worker nodes at any time. TLDR; if you have more than 2 worker nodes, it's ok if HAProxy thinks some of them are down. Trust `oc get nodes` to tell you if the nodes are up and running!
@RyanHay
@RyanHay 3 жыл бұрын
Hi Eric, good point, I should have mentioned what the HAProxy check was doing. I recall someone else in the comments ran into a similar issue when they made the master nodes schedulable. The console pods were spun up on the master nodes instead of the workers and the HAProxy config wasn't pointing to the masters for http/https. I guess I could have left the HAProxy stats page out but I just found it convenient to visualise installation progress on a long running install.
@StephenDavies-e1f
@StephenDavies-e1f Жыл бұрын
Hi Ryan, an awesome video. One addition, you need to add a firewall rule to ocp-svc - firewall-cmd --zone=internal --add-port=53/tcp --permanent. I found that random Pods would fail DNS lookup. Further investigation showed that happened when the DNS response exceeded 512 bytes on UDP.
@namitaigit
@namitaigit 2 жыл бұрын
This is amazing and supremely helpful! Especially the architecture definition and deployment flow in the beginning. Thank you so much.
@gypsykid894
@gypsykid894 3 жыл бұрын
Thanks man your video helped alot understanding pre install setup. warning: utilize your .ign files with in 24 hours of creation else it will give certificate error.
@Hibernate92
@Hibernate92 Жыл бұрын
While the documentation of openshift is a complete mess, you explain the things like a walk in the park. Bravo!
@paulxb360
@paulxb360 2 жыл бұрын
It is impossible to get it done by reading the official documentation, by watching this video, I believe that I can do it ! Thank you ! On question, It is the same way to installing the OKD?
@RyanHay
@RyanHay 2 жыл бұрын
Thanks Paul, yes the same method can be used.
@mohzaher2000
@mohzaher2000 3 жыл бұрын
Neat, Clear and Complete. Thanks, mate. I could never tell how much time you saved me
@islameldemery
@islameldemery 3 жыл бұрын
Thank you! I followed your steps and got my cluster up and running. Sweet! Worth to mention for windows users (I'm coming from .NET world), I used mobaxterm to edit all configuration files graphically as I'm not as good as Ryan with vim. When configuring certain files Ryan used vim shortcuts to search, find/replace text which I'd have missed easily. I also first deployed all VMs inside a virtual machine of esxi just to test. Although it succeeded, the ocp web console wasn't stable and signs out randomly few minutes after login (the session should last for 24 hours). But when deployed to an esxi on bare metal (exactly like the video) it's perfect and totally stable. I actually used my workstation for that, made myself a vm for development, and passed the GPU/USBs to it using esxi passthrough. Make sure you watch Ryan's other videos to setup nfs storage and load balancer.
@rajendrakumarmanchikalapud4423
@rajendrakumarmanchikalapud4423 3 жыл бұрын
Thank you very much Ryan, It helped me a lot in setting up my first OCP4.6 .👍👍
@sebastiaanstoffels7565
@sebastiaanstoffels7565 3 жыл бұрын
Just wanted to say, many months on....this vid is still mighty useful! :)
@RyanHay
@RyanHay 3 жыл бұрын
Great to hear!
@georgesfokou681
@georgesfokou681 3 жыл бұрын
Many Thanks Bryan, this clean and perfect! I could never express how much time and efforts you save me
@RyanHay
@RyanHay 3 жыл бұрын
Great to hear!
@anandchandrasekaran8850
@anandchandrasekaran8850 9 ай бұрын
Thanks a lot for the video and git hub repo. it was extremely helpful to install and setup OCP in UPI method.
@diego010203040506
@diego010203040506 3 ай бұрын
What OS you used?
@gzcwnk
@gzcwnk Жыл бұрын
quickly, LOL, uh no.....but so far that best instructions I have found!
@scooterphoenix
@scooterphoenix 3 жыл бұрын
This was terrific. Very well thought out and executed.
@adriancappelletti9423
@adriancappelletti9423 2 жыл бұрын
Very Well done! I'm not an experet in this field. Certainly you need to know the basics of Linux, Routing and Protocolas like DHCP or TCP. But man...I by watgin the vide a have a pretty good sense how things need to executed in which order and why. thanks!
@utkudemir4781
@utkudemir4781 3 жыл бұрын
Hi Ray, this is an excellent video. We were using this guide video for a long time since 4.6.8 version. But with current 4.7.0 version, though all the machines turn into green but, the installation never completes. "authentication, machine-api, openshift-apiserver" cluster operators never gets up. Also we have installed, assisted version of this 4.7.0. It also stucks at that point. Do you have any experience with 4.7.0?
@sunilkumar-yc2wt
@sunilkumar-yc2wt 2 жыл бұрын
Ryan ,video very excellent..I am planning to install 4.11version , i believe installation instructions got changed. I request you to add new video specific to 4.11 version
@aceisastud
@aceisastud 3 жыл бұрын
Wow, this is very good. Thanks a lot Ryan! You won the internet with this video :)
@RyanHay
@RyanHay 3 жыл бұрын
Glad you liked it!
@johnsonniti5338
@johnsonniti5338 3 жыл бұрын
Ryan video is super explained, really appreciate your efforts
@RyanHay
@RyanHay 3 жыл бұрын
Glad it was helpful!
@mikehamilton3890
@mikehamilton3890 2 жыл бұрын
Loved the video, appreciate the effort. But just a warning to viewers. Don't spent all your time trying to set this up as a test environment and if you need to actually test something anytime soon. I tried this twice from front to back using the latest versions of RedHat with CentOS 8.3, triple checked every step, and I used all the time I had from Friday night to 2AM Monday. Its really close but non functional. Same errors on the GET calls to the api host. So I burned 3 days I didn't have to lose. Don't make my mistake! It looks so close to working but not quite there.
@tsivanathan
@tsivanathan 2 жыл бұрын
agreed! already spent 3+ days and still errors on GET calls will try a little bit more before I wrap up for a while I guess...
@ITEngineeringWorks-qs8df
@ITEngineeringWorks-qs8df 3 ай бұрын
Hi Ryan, This video is very helpful and easy understanding. One question: what content we put in /share/registry (nfs share)
@Explore_with_Azizul-maqsud
@Explore_with_Azizul-maqsud Жыл бұрын
Great Explanation. Could you please create more videos for OpenShift related? Not much videos for openShift in the KZbin found... Ty
@CristianoKlein
@CristianoKlein 3 жыл бұрын
Great tutorial! I have a Question: I would like to change some network settings (IP, Domain). What files I need to change from your git repository?
@fieldsfury
@fieldsfury 3 жыл бұрын
Great question! I did the same and the dns wasn't right due to the db files having specific names. I changed them and tried redoing the steps but still couldn't resolve dns correctly.
@boris5607
@boris5607 7 ай бұрын
Actually this is brilliant. Thank you, good guy!
@elefsnscaletrains861
@elefsnscaletrains861 6 ай бұрын
I installed openshift 4.15, i made a few tries until i configured openshift with dedicated cp nodes and 2 worker nodes (like in the movie). If there were 3 cp+worker nodes (default setting), authentication operator was in degraded mode , console didn't start , also there was something on ingress. And a big thanks for the howto :).
@fraatzw
@fraatzw 3 ай бұрын
Were you able to get it working im having a similar issue with 4.15. I had my console up, but it eventually failed, not sure if software dev's did something or not, but the whole cluster went to a not ready state
@vasanthd4682
@vasanthd4682 2 ай бұрын
​@@fraatzw​Did you update the install yaml file to use OVNKubernetes or OpenShiftSDN? My botstrap fails to pull the image during install "unable to pull OpenShift Release Image "
@kvsheejith1
@kvsheejith1 3 жыл бұрын
I was in need of this. Thanks @Ryan Hay :)
@nyyang7806
@nyyang7806 4 жыл бұрын
this video is so helpful to me! thanks
@RyanHay
@RyanHay 4 жыл бұрын
Glad it helped!
@AbdulHadiNJ
@AbdulHadiNJ Жыл бұрын
What an amazing video Ryan. You ROCK !!. Thank you so much Sir. Really helpful and beneficial.
@dheena12
@dheena12 3 жыл бұрын
great work. Thanks a LOT. Should have watched this a week before, may have saved time.
@raj5227
@raj5227 Жыл бұрын
Hi Ryan, many thanks for this excellent tutorial, i have done on 4.12 successfully. Now I am able to login with kube:admin user only, not from other admin users. Can you or anyone can help on this?
@blazejzentkowski
@blazejzentkowski Жыл бұрын
How i can access to dashboard from my laptop?
@alirizatasdemir6734
@alirizatasdemir6734 8 ай бұрын
please keep this up2date!
@CM-gz9cy
@CM-gz9cy Жыл бұрын
wow this video is excellent resource , thanks for your hard work. keep working like this.
@juanchicchon5017
@juanchicchon5017 4 жыл бұрын
Thank you so much Ryan, for doing this quality content very clear explanation and step by step. I'm planning my own lab with ESXi 6.7 and all VMS using Centos core OS, any suggestion on this?, I think using Centos on all VMware's is not a restriction forOpenShit :), am I right?. Kind regards from Lima, Peru.
@RyanHay
@RyanHay 4 жыл бұрын
Thank you! Im not familiar with CentOS Core OS and can't find anything on it. The OpenShift documentation does however specify that the bootstrap and control plane machines must use Red Hat Enterprise Linux CoreOS (RHCOS) as the OS, the compute can use either RHCOS or RHEL.
@nicechannel6093
@nicechannel6093 2 жыл бұрын
Really appreciate your work....thank you so much for your guidance
@morimori2618
@morimori2618 3 жыл бұрын
Thank you so so so much Ryan for sharing this!! Helped me a lot!
@RyanHay
@RyanHay 3 жыл бұрын
Glad it helped!
@maheshsiripurapu7934
@maheshsiripurapu7934 3 жыл бұрын
Amazing...Ryan. Easy to understand.
@RyanHay
@RyanHay 3 жыл бұрын
Great to hear!
@sandeepgs1125
@sandeepgs1125 3 жыл бұрын
Thanks alot Ryan :) very informative and helped to connect the dots. cheers!
@leinadsilva
@leinadsilva 3 жыл бұрын
Hi Ryan Hay. Thank you very much for making the video available. I have one question. Your process is also supposed to work with the latest version of Red Hat CoreOS, at 4.72, right? I ask this because I am having some problems raising the initial setup
@leinadsilva
@leinadsilva 3 жыл бұрын
Forget. I put more power(CPU and memory) in my cluster and everything works fine
@newyoutube3114
@newyoutube3114 5 ай бұрын
1) What is the process for booting the master/workstations from the ignition files? Bootstrap,master,worker all should be powered on at the same time. Bootstrap first then the master machine about an hour later, then the workers after another hour What does the wait for bootstrap to complete mean 1) The bootstrap server has all the files from the bastion server independent of the status of the master/nodes 2) Or masters and workers are all configured and working What indication can we look at to see what is happening on the bootstrap server. The are logs but what should we look for in the logs. Thanks
@DJ_AntennA
@DJ_AntennA 2 жыл бұрын
I get internal server errors from the http server on the bootstrap node when a worker node tries to bootstrap.
@nguyenduyanh8042
@nguyenduyanh8042 Жыл бұрын
Useful information. Tks Ryan.
@samyzemmouri4534
@samyzemmouri4534 2 жыл бұрын
thanks for the demo Ryan!! question for you: why the svc machine has to be in the same network than your local network ?
@abhilashas2629
@abhilashas2629 3 жыл бұрын
Hi Bro ,I followed you tutorial to install openshift, but while fetching ignition file from server it encounters some connection exception . I tried ping the host after not interrupting live boot then it shows like unable to reach host.Any idea on what is the issue?
@franciscojimenezcorzo8796
@franciscojimenezcorzo8796 Жыл бұрын
Excellent video Ryan!, It helped me a lot to understand the whole installation process. I would like to know how to add advanced network configuration, for example to add bonding, I found related information on the RedHat documentation: bond=bond0:em1,em2:mode=active-backup ip=bond0:dhcp Where em1 and em2 are the physical network devices. Those two lines should be added during PXE booting on the RHCOS machines? I found also that we could modify a live install ISO image, with customized network settings profile (using coreos-installer binary). Could you please help me to clarify?
@normanwolfgang8402
@normanwolfgang8402 2 жыл бұрын
Hi Ryan thanks for the comprehensive tutorial. I have a question what could be the architectural changes in case DNS being part of a separate machine ? does that machine also requires ocp network ? and do we need to update api, api-int, ocp-svc and * records to be pointing to external IP of machine having loadbalancer ?
@ankitbansal001
@ankitbansal001 3 жыл бұрын
Very well structured video.
@danp1975
@danp1975 2 жыл бұрын
Thanks for sharing this fantastic tutorial! I hope to try it myself. I do not have vmware esxi so would virtualbox or Hyper-V be an acceptable substitute?
@czerogr
@czerogr 4 жыл бұрын
Hi @ryan great tutorial! One question why did you use baremetal insteand of esx/vsphere provision?
@RyanHay
@RyanHay 4 жыл бұрын
Hey @czerogr, thanks! 2 reasons; firstly, I just wanted to explore a lot of the things the Installer Provisioned Infra (IPI) method was doing behind the scenes. Secondly, because of system resources... The host I was using only has 64GB of RAM and the vCenter Server required for the vSphere install I think at minimum takes up around 12GB of RAM which starts to take away from my already under spec'd master and worker nodes.
@matthewmiller6068
@matthewmiller6068 3 жыл бұрын
I'm not sure that last remark about shutting down and start any time you like is accurate. I've experienced several times where a cluster is powered down for a couple weeks and then when you go to resume messing with it everything is badly broken because all the certificates have expired. Looks like they may only be good for about a month so if you shut it off just before whenever it renews until they expire it leaves you with a pumpkin.
@RyanHay
@RyanHay 3 жыл бұрын
Hey Matthew. As per the documentation As of OpenShift Container Platform 4.4.8, the cluster can automatically recover from expired control plane certificates. The exception is that you must manually approve the pending node-bootstrapper certificate signing requests (CSRs) to recover kubelet certificates. To do that in bulk you can run: "oc get csr -ojson | jq -r '.items[] | select(.status == {} ) | .metadata.name' | xargs oc adm certificate approve".
@codingwithcodi
@codingwithcodi 3 жыл бұрын
Hi Ryan, this is very helpful! Thank you! Are there plans for you to step through the creation of the Openshift UI for your CRs deployed by your custom Operators, using Spec Descriptors? If not, I'd love to see it! Subscribed! (See: Declarative Dynamic UI for your Operator)
@maratsagiyev2620
@maratsagiyev2620 10 ай бұрын
Thank you very much! Great howto!
@damianborgi8300
@damianborgi8300 2 жыл бұрын
What’s ssh client you use in MacOS ? Thanks and excellent video
@pankajrathore3610
@pankajrathore3610 2 жыл бұрын
Hi Ryan, I am unable to boot both worker node after reboot. Getting Get Result :internal server error but bootstrap and all CP nodes boot properly after reboot. What is the issue??
@majidjahangeer181
@majidjahangeer181 3 жыл бұрын
Great Video Ryan
@RyanHay
@RyanHay 3 жыл бұрын
Thanks!
@damianborgi8300
@damianborgi8300 Жыл бұрын
Great video, I have a question, does bootstrap have to have internet? I did the lab but bootstrap doesn't have internet, how did you get it to?
@nicu9735
@nicu9735 3 жыл бұрын
Hi Ryan, I encountered an issue when installing the openshift cluster. After bootstrap+cp+workers are installed, all the vms are responding to "crictl ps" with "failed to connect, make sure you are running as root and the runtime has been started: context deadline exceeded". I am trying to install the 4.6.6 openshift cluster. Do you have any ideea regarding this issue?
@purushdas1577
@purushdas1577 3 жыл бұрын
i'm facing same issue on 4.6.8. How did you fix it?
@nicu9735
@nicu9735 3 жыл бұрын
@@purushdas1577 I didn't :)). I followed Ryan github to install openshift 4.5.6
@purushdas1577
@purushdas1577 3 жыл бұрын
@@nicu9735 - Also seeing this error. @Ryan Hay - Any thoughts? : DEBUG OpenShift Installer 4.6.8 DEBUG Built from commit f5ba6239853f0904704c04d8b1c04c78172f1141 INFO Waiting up to 20m0s for the Kubernetes API at api.lab.ocp.lan:6443... INFO API v1.19.0+7070803 up INFO Waiting up to 30m0s for bootstrapping to complete... W0427 15:10:21.649653 32330 reflector.go:326] k8s.io/client-go/tools/watch/informerwatcher.go:146: watch of *v1.ConfigMap ended with: very short watch: k8s.io/client-go/tools/watch/informerwatcher.go:146: Unexpected watch close - watch lasted less than a second and no items received E0427 15:10:22.651115 32330 reflector.go:153] k8s.io/client-go/tools/watch/informerwatcher.go:146: Failed to list *v1.ConfigMap: Get "api.lab.ocp.lan:6443/api/v1/namespaces/kube-system/configmaps?fieldSelector=metadata.name%3Dbootstrap&limit=500&resourceVersion=0": EOF E0427 15:10:23.652676 32330 reflector.go:153] k8s.io/client-go/tools/watch/informerwatcher.go:146: Failed to list *v1.ConfigMap: Get "api.lab.ocp.lan:6443/api/v1/namespaces/kube-system/configmaps?fieldSelector=metadata.name%3Dbootstrap&limit=500&resourceVersion=0": EOF E0427 15:10:24.654194 32330 reflector.go:153] k8s.io/client-go/tools/watch/informerwatcher.go:146: Failed to list *v1.ConfigMap: Get "api.lab.ocp.lan:6443/api/v1/namespaces/kube-system/configmaps?fieldSelector=metadata.name%3Dbootstrap&limit=500&resourceVersion=0": EOF E0427 15:10:25.655750 32330 reflector.go:153] k8s.io/client-go/tools/watch/informerwatcher.go:146: Failed to list *v1.ConfigMap: Get "api.lab.ocp.lan:6443/api/v1/namespaces/kube-system/configmaps?fieldSelector=metadata.name%3Dbootstrap&limit=500&resourceVersion=0": EOF
@matthewklos7184
@matthewklos7184 3 жыл бұрын
Hi Ryan, great video! very informative. Stuck on deploying the control-plane nodes however wondering if you could advise.... ignition[805] GET error: Get api-int.ocp.lan:22623/config/master I have validated DNS is working, however that file doesn't exist on the services node at all if I attempt to wget it etc...
@matthewklos7184
@matthewklos7184 3 жыл бұрын
Resolution was update from RHEL 8.2 --> 8.3. It seems there was a bug which was fixed with an update. bugzilla.redhat.com/show_bug.cgi?id=1708663
@juanchicchon5017
@juanchicchon5017 3 жыл бұрын
Hi @@matthewklos7184 , I have the same error... ignition[925] GET error: Get api-int.lab.ocp.lan:22623/config/master: EOF I'm using CentOS-8.2.2004-x86_64-dvd1.iso for ocp-svc Shall I use rhel 8.3 for ocp-svc instead of CoreOs 8.2?.. will this solve the issue?. Thanks!
@RyanHay
@RyanHay 3 жыл бұрын
Im not sure about this issue. I would SSH into the bootstrap node and take a look around for any errors/containers not starting because it seems like the machine config server is not coming up for some reason.
@binojadoor
@binojadoor 3 жыл бұрын
@Matthew Klos was the issue resolved, I hit the same error.
@mctreasure
@mctreasure 2 жыл бұрын
@@juanchicchon5017 Seeing this same issue now, i tried to send a CURL request to that endpoint and i keep getting this : OpenSSL SSL_connect: SSL_ERROR_SYSCALL. How did you manage to resolve this problem?
@campobasso
@campobasso 8 ай бұрын
Hello, i am not sure what is wrong, but the farest I have gone is when bootstrap is ready but the controll plane nodes are going DOWN and UP. I have restarted the procedure at least 6 times from scratch. At one point I have realized the ocp-svc node has different timezone than the bootstrap and controll plane nodes hence the certificates generated by the installer on the svc node are different and bootstrap and controllers failing. After fixing this, API is still not stable. Don't have a clue what is wrong. Just while I have been typing the API bootstrap and one controller came UP, but after copule of minutes they usually go DOWN again. Never seen full green by all 3 cp nodes both API and config backend.
@grantbanfield8729
@grantbanfield8729 2 жыл бұрын
Hey Ryan, Great Video.... what spec NUC would you recommend to get this working? was looking at a NUC10i7FNH, NUC 10 Core i7-10710U, 64GB DDR4 Mem, 128GB SATA M.2 SSD, No OS with NAS 4tb synology. Thanks
@ajaydurande8389
@ajaydurande8389 3 жыл бұрын
Hello Ryan, Can you please make a video on openshift install in restricted network on vsphere using UPI Method
@robertbotez7573
@robertbotez7573 3 жыл бұрын
Hi Ryan, I used your tutorial to install the OpenShift on bare metal and its working perfectly, thank you. If I want to join a worker node with RHEL8, how can I do this manually? It is needed to provide that kernel boot configuration or should I deploy RHEL8 on a VM and then provide the ignition file and join the existing cluster manually?
@RyanHay
@RyanHay 3 жыл бұрын
Hi Robert, looks like this is what you are after: docs.openshift.com/container-platform/4.6/post_installation_configuration/node-tasks.html#post-install-config-adding-rhel-compute
@sithieu9009
@sithieu9009 Жыл бұрын
Thank you. Very clear.
@venkateshperumal7005
@venkateshperumal7005 3 жыл бұрын
It's really useful,Is that possible to do it in 1st method using registry!
@mostafaragab1632
@mostafaragab1632 Жыл бұрын
Hi Ryan , thank you for your effort , just want to inform you that I have problem follwing your steps , as the redhat interface has been changed and I cannot find the redhat coreOS
@shoaib7542
@shoaib7542 9 ай бұрын
Check documentation mirror images
@ainguyen7692
@ainguyen7692 Жыл бұрын
Hi Ryan, OKD port group is the interface that facing to internet right ?
@j0Nt4Mbi
@j0Nt4Mbi 3 жыл бұрын
Hi Ryan, thanks for sharing this content is very helpful for me. I have a question.., how much time does it take to install Openshift 4 following the steps that you are showing? "real time" :)
@RyanHay
@RyanHay 3 жыл бұрын
Hi John, I think it depends on the speed of the machines etc however I would say once the helper node has been setup with the required services and you start the OCP install process it takes about 1 hour 15 minutes.
@j0Nt4Mbi
@j0Nt4Mbi 3 жыл бұрын
@@RyanHay Thanks for your answer!!
@miltonraulcipamochaquevedo7161
@miltonraulcipamochaquevedo7161 Жыл бұрын
Hello Ryan, I have a question , Is it necessary to use vmware vsphere? is it possible with workstation? Or virtual box on windows?
@premkumar-hc9fq
@premkumar-hc9fq Жыл бұрын
Hello Ryan, I am trying to setup the lab by following this video. I am using VMware Vsphere to setup the openshift container cluster. I have a VLAn created for internal network but for external network, I don't know how to create an external VM network which you added as an additional network for the helper machine. I got struck here for past 1 week. I don't know how to take it further. Since I new to VMware and linux , learning it. Please guide me how to setup the external network and connect?
@satheeskumar9305
@satheeskumar9305 3 жыл бұрын
Thankyou Ryan, This tutorial is more informative , why can't we do the same on KVM. is there any limitation with ESXi
@RyanHay
@RyanHay 3 жыл бұрын
Hi Sathees, you can do this using KVM. I just used ESXi because its what I am used to using for VMs.
@satheeskumar9305
@satheeskumar9305 3 жыл бұрын
@@RyanHay yes , I tried the same tutorial with kvm libvirt but not working.. We need to add insecure option while booting the master and worker nodes. I added But even after that it was failed while installing workers. I am checking more in this...
@IreshDissanayakaM
@IreshDissanayakaM 3 жыл бұрын
Thanks a million. I learned a lot.
@RyanHay
@RyanHay 3 жыл бұрын
Glad to hear it!
@ahmedfayez
@ahmedfayez 2 жыл бұрын
I followed the tutorial exactly until reached 18:20, kubectl: command not found . . .
@vickydonar301
@vickydonar301 Жыл бұрын
Hi Ryan, i tried your mentioned method but two operators (Console and Authentication) shows not available, can you guide me on that i am stuck here.
@rajathav7399
@rajathav7399 4 жыл бұрын
Amazing video. Any clue on how to setup calico networking instead of default openshift network?
@RyanHay
@RyanHay 4 жыл бұрын
Hey Rajath, thanks for watching! I haven't done that myself but it looks like you could follow and complete this guide docs.projectcalico.org/getting-started/openshift/installation at the same time we generate and host the install files in this tutorial (github.com/ryanhay/ocp4-metal-install#generate-and-host-install-files)
@rajathav7399
@rajathav7399 4 жыл бұрын
@@RyanHay thanks. Will have a look at it
@skillgroom
@skillgroom 3 жыл бұрын
Hi Ryan Hay, I want to install the latest version of OpenShift on VMWare but there is a condition that I would not have internet access instead of that I have to create a mirror Repository server where I will put all the images and software. So what required changes do I have to make on the Bootstrap virtual machine (ocp-bootstrap) machine and Services virtual machine (ocp-svc). If I follow your video for installation.
@zaheerhussain5311
@zaheerhussain5311 Жыл бұрын
Hi Ryan I have separate servers for DNS,AD and DHCP so which part I have to skip for creating it. As there are 18 section for building UPI.
@newyoutube3114
@newyoutube3114 5 ай бұрын
Can you post some trouble shooting info on your github site
@grantbanfield8729
@grantbanfield8729 Жыл бұрын
sometimes it works sometimes it doesnt, is this anything to do with the masking or DNS setup?
@prasanthrajrp3946
@prasanthrajrp3946 2 жыл бұрын
Hi, I need your help. I have doubt in the HAproxy section, I can not start the Haproxy it showing. please give me advice
@dhimanha
@dhimanha 2 жыл бұрын
Hello Ryan, do you provide any online training on openshift ? thanks
@Mel-qp4vq
@Mel-qp4vq 3 жыл бұрын
very helpful, thanks !
@MrDjegsi
@MrDjegsi Жыл бұрын
Hey Ryan , can l use just 1 network , for example if l dedicate complete 1 esxi to ocp ??
@hitthemill8595
@hitthemill8595 8 ай бұрын
Whats the difference between this and OKD?
@zechchin484
@zechchin484 3 жыл бұрын
Hi Ryan, followed your video, but i am stuck waiting for all cluster operator to be available. Especially authentication, console, monitoring and openshift-apiserver. Any advice on this?
@johannesellinger4738
@johannesellinger4738 4 жыл бұрын
Hi Ryan, great tutorial!!! I tried to setup the cluster on KVM and experienced some problems. Initially, the files could not be fetched from the web and it turned out, that the MTU setting of the network (ocp.lan) needed to be decreased. An easy fix in the dhcpd config file. However, now I am stuck, as the kube-apiserver does not start up properly. I see them blink in the haproxy web-stats and a lot of attempts in 'crictl ps' ... Any tips on where to find useful hints on debugging (the journalctl logs are not really helpful yet ... ) Thanks!
@johannesellinger4738
@johannesellinger4738 4 жыл бұрын
found a thread regarding this problem: github.com/openshift/installer/issues/3579 however, it works when using okd instead of ocp. additionally to this great tutorial, i found the one mentioned below. I used the instructions in this video a mixed in some parts from the other - okd is now up an running - thanks! itnext.io/guide-installing-an-okd-4-5-cluster-508a2631cbee
@safweneyahyaoui1397
@safweneyahyaoui1397 2 жыл бұрын
why we are using the bootstrap ?
@AmitKumar-qn2nf
@AmitKumar-qn2nf 3 жыл бұрын
hello ryan, great video. i have one question, how can i access openshift GUI from other machines using IP address like from my laptop (in the same network).
@RyanHay
@RyanHay 3 жыл бұрын
You just need to configure the haproxy instance running on the helper node and then you can add to the hosts file on your laptop (github.com/ryanhay/ocp4-metal-install#access-the-openshift-console)
@ntaidung
@ntaidung Жыл бұрын
Many thanks Rayan👍👍👍
@timothydilbert8714
@timothydilbert8714 2 жыл бұрын
Hi Ryan, I’ve done this following your instructions a couple of times now. Thank you! One bottleneck I’ve found is that after the initial reboot the masters and bootstrap nodes do a lot of downloading from the internet while provisioning. So much so, it consumes most of our bandwidth! We have a need to be able to setup and tear down these clusters on an adhoc basis. It’s obvious that RHCOS has a lot of things it needs to download from the internet after grabbing the image locally. Is there a way I can download those dependencies to location on my local network, saving RHCOS having to always go out to the internet to download?
@prasanthrajrp3946
@prasanthrajrp3946 2 жыл бұрын
Hi man, Ineed your help
@sadyadhan
@sadyadhan 2 жыл бұрын
I have a question. Is this tutorial works for OKD ? Because,, i dig other videos and tutorial.. i try my best to install this OKD on my Hyper V,, but it wont works.
@nazeerhussain6650
@nazeerhussain6650 3 жыл бұрын
Simply Awesome!
@RyanHay
@RyanHay 3 жыл бұрын
Thank you! Cheers!
@laxmankadam401
@laxmankadam401 3 жыл бұрын
Thank You so much Ryan
@RyanHay
@RyanHay 3 жыл бұрын
No worries!
@Sam_Sepiol6785
@Sam_Sepiol6785 3 жыл бұрын
Hey Ryan, If I correctly understand you have installed VMesxi on your MAC and then deploy OCP cluster? What is the specs your MAC have? I have a host with 64 ram and 1tb ssd and win 10 on board, will it be enough to deploy such environment using your guide?
@RyanHay
@RyanHay 3 жыл бұрын
Hi Vadim, I have ESXi booting off a USB on a Dell t140. I just connect to that host from my Mac. It has 64GB RAM, 2TB HDD & 6 core CPU @3.5GHz.
@camiloguerrero7328
@camiloguerrero7328 3 жыл бұрын
Failed to start Berkeley Internet Name Domain (DNS).
@spiritcxz
@spiritcxz 2 жыл бұрын
i tried to install 3 master, 7 worker cluster. Installed only 3 masters. Help pls.
@subrahmanyamv8927
@subrahmanyamv8927 9 ай бұрын
Excellent
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 28 МЛН
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 8 МЛН
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 276 МЛН
إخفاء الطعام سرًا تحت الطاولة للتناول لاحقًا 😏🍽️
00:28
حرف إبداعية للمنزل في 5 دقائق
Рет қаралды 54 МЛН
OpenShift Bare Metal LoadBalancer Services with MetalLB
14:58
Kubernetes vs. OpenShift
9:20
IBM Technology
Рет қаралды 85 М.
NixOS is Mindblowing
12:02
Chris Titus Tech
Рет қаралды 708 М.
Kubernetes vs OpenShift - 15 Facts You Should Know | techbeatly
13:14
Introduction to Red Hat OpenShift Container Platform
1:02:00
DevSecOps with Gautham
Рет қаралды 171 М.
Kubernetes home lab on an old computer
15:45
Sidero Labs
Рет қаралды 61 М.
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 28 МЛН