Openshift Installation on Centos-7 (Master and Node) Part 1

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 26

  • @kudzayindoro9603
    @kudzayindoro9603 7 місяців тому

    What version of okd did you install?

  • @ramon79
    @ramon79 3 роки тому

    Não encontrei o config.yml no git?

  • @techtalkwithmscharan4500
    @techtalkwithmscharan4500 6 років тому +2

    thanks for the video, from where i can download this playbook ?

  • @ppdu3959
    @ppdu3959 7 років тому +1

    Great Video . Helped a lot in setting my enviroment

  • @manjerekarrao
    @manjerekarrao 5 років тому

    I created the ssh key
    Your identification has been saved in /root/.ssh/id_rsa.
    Your public key has been saved in /root/.ssh/id_rsa.pub.
    then I executed this command
    ansible-playbook -i /etc/ansible/hosts openshift-ansible/playbooks/roles/openshift_node/tasks/config.yml --private-key=/root/.ssh/id_rsa -v
    I get the error:
    Using /etc/ansible/ansible.cfg as config file
    ERROR! 'swapoff' is not a valid attribute for a Play
    The error appears to be in '/root/openshift-ansible/playbooks/roles/openshift_node/tasks/config.yml': line 6, column 3, but may
    be elsewhere in the file depending on the exact syntax problem.
    The offending line appears to be:
    # /etc/fstab and runs swapoff -a, if necessary.
    - name: Disable swap
    ^ here

  • @daniellopesino4901
    @daniellopesino4901 7 років тому +1

    Hi!! please help: Failed to connect to the host via ssh: Permission denied, in the video, you add an external file (cloud.key), i created a file .key a follow all steps. and fail.

    • @daniellopesino4901
      @daniellopesino4901 7 років тому

      my problem starts when I click yes at 29:04

    • @daniellopesino4901
      @daniellopesino4901 7 років тому

      is already solved, thanks

    • @nunosantos9474
      @nunosantos9474 7 років тому

      Hi Daniel, i'm getting the same problem, how did you fixed it?

    • @daniellopesino4901
      @daniellopesino4901 7 років тому

      www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2

  • @josecartes23
    @josecartes23 7 років тому +1

    in / playbooks / byo there is no config.yml file What happened?

    • @nico45524
      @nico45524 7 років тому

      Same as you

    • @vijayboopathyelangovan8158
      @vijayboopathyelangovan8158 7 років тому

      @jose cartes The master branch follows a different playbook for installation now. You can switch to release-1.6(branch) or earlier to use the installation instructions given above.

    • @mdismailkhan56
      @mdismailkhan56 6 років тому

      i didnt get, could you please past here link for installing, iamfacing same error

  • @manjerekarrao
    @manjerekarrao 5 років тому

    I have 2 questions:
    1 - I want to install both master & node on a single vm. so what changes I need to do.
    2 - can you share the details to create the ssh key and to save them. also how to apply the keys. this video about the ssh key was not very clear.

    • @tumi9712
      @tumi9712 5 років тому

      ua-cam.com/video/ZkFIozGY0IA/v-deo.html

  • @ShubhamKumar-xk6jc
    @ShubhamKumar-xk6jc 7 років тому

    Am , getting error for syncing pod from kubelet , Dint exactly know where could be the problem , Can you redirect me where can i check logs for this. Network Manager and jounrlactl -xe returns nothing

    • @dionepangue2798
      @dionepangue2798 7 років тому

      You can disable the Health Check for the pod, Go to Deployment config and disable the Health Check or change it to TPCSocket instead of HTTP.

  • @SachinArote34268
    @SachinArote34268 6 років тому

    Thank you for demo..!!!

  • @spiritcxz
    @spiritcxz 5 років тому

    you can make video how to install openshift 4.1?

    • @ikhlastitouche8057
      @ikhlastitouche8057 4 роки тому +1

      hey, i want to do the same thing. Did you find any useful videos/articles on how to do it ?

  • @LuisHernandez88
    @LuisHernandez88 7 років тому

    Hey dude, good video! I just wanted to ask you how you create the VMs for openshift-node and openshift-master on Openstack

    • @dolastackdevops245
      @dolastackdevops245  7 років тому +1

      I have a private openstack installation that I use to launch VMs

    • @OyebimpeE
      @OyebimpeE 5 років тому

      @@dolastackdevops245 Hello dolastack, please could you drop your contact email here. i'll like to get in touch. Thanks in advance.

  • @AT-mx3hn
    @AT-mx3hn 7 років тому +1

    Nice one!

  • @ramon79
    @ramon79 3 роки тому

    Can't find config.yml in git?