• 3


    Prerequisites:

    • Hyper-V Virtual machine
    • CentOS7 iso image

    Install CentOS on Hyper-V Virtual machine:

    1. Launch virtual machine k8s-master.
      Highlight vitual machine k8s-master which we just created, then click on Start
    2. Once k8s-master started, then click on Connect, then we will get a new prompt window to start installation.

    3. Tap arrow key on keyboard to select first option Install CentOS 7, then Enter. After a few health check, we'll enter into Installation wizard.
    4. Pick your favorite language or mother language, i will leave it as default English, then click on Continue.
      Now we enter to am important screen, be careful to configure each options here
    5. Click on Date & Time, pick Asia, City for Shanghai
    6. Keyboard leave it as default
    7. LANGUAGE SUPPORT leave it as default
    8. INSTALLATION SOURCE leave it as default
    9. SOFTWARE SELECTION, as it's going to be a Linux Server, highly suggest do not choose GUI, try to survive with Command line.
      We choose Minimal Install, and Add-Ons Compatibility Libraries, Development Tools
    10. INSTALLATION DESTINATION, we go with Automatic participation
    11. KDUMP, leave it as default
    12. NETWORK & HOST NAME, enable Ethernet (eth0)
    13. SECURITY POLICY, leave it as default. Then click on Begin Installation, went into system installation.


    14. Click on ROOT PASSWORD, change root password to what you like. Then wait installation to finished.
    15. Once installation finished, click on Reboot to restart CentOS
    16. After restart, we get CentOS install successfully ! you can login with root user, enter it's password you changed on step 14
    17. All done. Remember to repeat all above steps to install CentOS7 for virtual machine k8s-node1. 
      Next we will configure networks for virtual machine, setup Internal adapter let us connect to Virtual machine CentOS with xshell or MobaXterm, then setup External adapter to enable Virtual machine connect to Internet.
  • 相关阅读:
    IIS卸载
    WebView个人总结
    在服务器解决get方法的乱码
    弹出小窗口,PopupWindow的使用
    调用系统的媒体音量控制显示
    自定义ImageButton,实现快进快退功能
    【原创】在Android系统下实现抓词
    解决android客户端显示中文乱码问题
    Tab添加左右按钮
    Ramdisk源代码详解
  • 原文地址:https://www.cnblogs.com/waynewei/p/14851887.html
Copyright © 2020-2023  润新知