Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: install docker-ce-20.10.11

...

Pre-Installation Requirements

  • Hardware Requirements

           64-bit CentOS 7

  • Software Perequisites

          docker-ce-20.10.11

          


N/A

  • Database Perequisites

schema scripts: N/A

...

  • Bare Metal Deployment Guide 

    • Install Bare Metal Jump Host : N/A

    • Creating a Node Inventory File: N/A

    • Creating the Settings Files: N/A

    • Running: N/A

  • Virtual Deployment Guide

    xxx

    • Install Docker Engine on CentOS7 

                     first, let’s update the package database:   yum -y update

                     uninstall older versions, along with associated dependencies: yum remove docker  docker-common docker-selinux docker-engine

                     Install the yum-utils package :yum install -y yum-utils

                     set up the repository: yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

                     List and sort the versions available in your repo: yum list docker-ce --showduplicates | sort -r

                    Install a specific version by its fully qualified package name: yum -y install docker-ce-20.10.11

                    Start Docker: systemctl start docker  && systemctl enable docker

                   


    • Install kubectl on Centos7
  •           
  •  
    • xxx

     

    • Standard Deployment Overview :N/A
    • Snapshot Deployment Overview:N/A
    • Special Requirements for Virtual Deployments
    • Install Jump Host: N/A
      • Verifying the Setup - VMs:N/A
  • Upstream Deployment Guide

    • Upstream Deployment Key Features :N/A
    • Special Requirements for Upstream Deployments :N/A
    • Scenarios and Deploy Settings for Upstream Deployments :N/A
    • Including Upstream Patches with Deployment:N/A
    • Running: N/A
    • Interacting with Containerized Overcloud: N/A

...