Programming > CODING SOLUTION > Install and configure Docker on your master and node systems according to the following conditions:  (All)

Install and configure Docker on your master and node systems according to the following conditions: Docker uses the pre-existing volume group docker-vg as a backing volume. Docker points to the private registry at workstation.lab.example.com:5000 Docker must NOT use public registries docker.io and registry.access.redhat.com Docker uses the certificate available from workstation.lab.example.com's dir of :/etc/pki/tls/certs/example.com.crt

Document Content and Description Below

1.Install and configure Docker Install and configure Docker on your master and node systems according to the following conditions: Docker uses the pre-existing volume group docker-vg as a backing v... olume. Docker points to the private registry at workstation.lab.example.com:5000 Docker must NOT use public registries docker.io and registry.access.redhat.com Docker uses the certificate available from workstation.lab.example.com's dir of :/etc/pki/tls/certs/example.com.crt Add the certificate as trusted In order to test if your docker configurationg is correct you may try to run:docker pull openshift/hello-openshift ########################################################################## ###on master do that ssh-keygen -f .ssh/id_rsa -N '' ssh-copy-id root@master ssh-copy-id root@node ###on master and node do follow yum update -y systemctl start NetworkManager ; systemctl enable NetworkManager systemctl stop firewalld ; systemctl disable firewalld yum install docker -y systemctl start docker ; systemctl enable docker #docker info ; pvs ; vgs cat >> /etc/sysconfig/docker-storage-setup <<EOF #when train,there no vg,so use the DEVS DEVS=/dev/vdb VG=docker-vg SETUP_LVM_THIN_POOL=yes EOF systemctl stop docker rm -rf /var/lib/docker/* docker-storage-setup #docker info vim /etc/sysconfig/docker ADD_REGISTRY='--add-registry workstation.lab.example.com:500' BLOCK_REGISTRY='--block-registry docker.io --block-registry registry.access.redhat.com' systemctl restart docker yum install ca-certificates update-ca-trust enable scp [email protected]:/etc/pki/tls/certs/example.com.crt /etc/pki/ca-trust/source/anchors/ update-ca-trust extract #on master #docker-registry-cli workstation.lab.example.com:5000 search openshift3 ssl #docker pull openshift/hello-openshift docker-registry-cli workstation.lab.example.com:5000 search openshift ssl | awk '$2~"Name" || $1~"Tag"{print $NF}'|xargs -n 2|sed 's/ /:/g' > /root/images cat /root/images|while read image ;do docker pull $image;done scp /root/images root@node:/root/images #on node cat /root/images|while read image ;do docker pull $image;done ########################################################################## 2.Install OpenShift Enterprise Install OpenShift Enterprise(OpenShift Container Platform) on master using the official installer and configure systems as follows:######################## System Role master.lab.example.com MASTER node.lab.example.com NODE ######################## The installation will be RPM based. The applications subdomain is set to cloudapps.lab.example.com The installer uses the root user for ssh access Note:(ssh keys have already been setup). ########################################################################## #on master and node yum -y install wget git net-tools bind-utils iptables-services bridge-utils atomic-openshift-docker-excluder atomic-openshift-excluder atomic-openshiftutils atomic-openshift-excluder unexclude cp /etc/sysconfig/docker{,.back} #on master atomic-openshift-installer install Are you ready to continue[y/n]: y User for ssh access[root]: root (1) Openshift Container Platform (2) Registry Choose a variant from above: [1]: Enter Enter hostname or IP address: master.lab.example.com Will this host be an openshift master?[y/N]: y Will this host be RPM or Container based? [rpm]: Enter Do you want to add additional hosts? [y/N]: y Enter hostname or IP address: node.lab.example.com Will this host be an openshift master?[y/N]: N Will this host be RPM or Container based? [rpm]: Enter Do you want to add additional hosts? [y/N]: N New default subdomain[]: cloudapps.lab.example.com //实际考试根据实际情况填写 >Specify your http proxy? Enter >Specify your https proxy? Enter Do the above facts look correct?[y/N]: y Are you ready to continue[y/n]: y systemctl status atomic-openshift-master.service #on master and node systemctl status atomic-openshift-node.service oc get nodes //检查 maste 和 node 节点状态是否正常 [Show More]

Last updated: 1 year ago

Preview 1 out of 11 pages

Reviews( 0 )

Recommended For You

 Programming> CODING SOLUTION > New York University – CSCI-SHU MISC Introduction to Programming and Problem Solving -TANDON SCHOOL OF ENGINEERING CS-GY 6083 - B, FALL 2019 Principles of Database Systems Assignment: 4 (100 points , 5% weightage) (All)

preview
New York University – CSCI-SHU MISC Introduction to Programming and Problem Solving -TANDON SCHOOL OF ENGINEERING CS-GY 6083 - B, FALL 2019 Principles of Database Systems Assignment: 4 (100 points , 5% weightage)

New York University – CSCI-SHU MISC Introduction to Programming and Problem Solving -TANDON SCHOOL OF ENGINEERING CS-GY 6083 - B, FALL 2019 Principles of Database Systems Assignment: 4 (100 points , 5...

By PAPERS UNLIMITED™ , Uploaded: Apr 29, 2023

$9.5

 Programming> CODING SOLUTION > SIT 221 Classes, Libraries and Algorithms__Import and explore the attached ISorter.cs file. It contains the ISorter interface, which consists of only a single generic method with the following signature and purpose: void Sort&lt;K&gt;( K[ ] array, int index, int num, IComparer&lt;K&gt; comparer ) (All)

preview
SIT 221 Classes, Libraries and Algorithms__Import and explore the attached ISorter.cs file. It contains the ISorter interface, which consists of only a single generic method with the following signature and purpose: void Sort&lt;K&gt;( K[ ] array, int index, int num, IComparer&lt;K&gt; comparer )

Import and explore the attached ISorter.cs file. It contains the ISorter interface, which consists of only a single generic method with the following signature and purpose: void Sort&lt;K&gt;( K[ ]...

By PAPERS UNLIMITED™ , Uploaded: Apr 26, 2023

$9.5

 Computer Science> CODING SOLUTION > COMP1511 22T1 — Programming Fundamentals _ Processing of characters and strings, Use of functions and An introduction to encryption & decryption _ Week 07 Laboratory Sample Solutions (All)

preview
COMP1511 22T1 — Programming Fundamentals _ Processing of characters and strings, Use of functions and An introduction to encryption & decryption _ Week 07 Laboratory Sample Solutions

COMP1511 22T1 — Programming Fundamentals _ Week 07 Laboratory Sample Solutions COMP1511 22T1 — Week 07 Laboratory Sample Solutions Programming Fundamentals Objectives processing of characters and s...

By PAPERS UNLIMITED™ , Uploaded: Apr 12, 2023

$9.5

 Programming> CODING SOLUTION > Lab Experiment > Event Driven Lab. STI College_BSIT BT503_LABORATORY EXERCISE SQL SELECT, INSERT AND UPDATE (All)

preview
Lab Experiment > Event Driven Lab. STI College_BSIT BT503_LABORATORY EXERCISE SQL SELECT, INSERT AND UPDATE

BSIT/BT503 LABORATORY EXERCISE SQL SELECT, INSERT AND UPDATE :00 3. Table ClubMembers Database ClubDB :00 ClubRegistrationQuery RegistrationID :00 3. Run Program (Output) :00 Chall...

By PAPERS UNLIMITED™ , Uploaded: Jan 18, 2023

$3

 Programming> CODING SOLUTION > ITEC 1620 Introduction to Object Oriented Programming _ York University. ITEC 1620 Object-Based Programming - Dec 11, 2022 Final Exam. 35 Q&A (All)

preview
ITEC 1620 Introduction to Object Oriented Programming _ York University. ITEC 1620 Object-Based Programming - Dec 11, 2022 Final Exam. 35 Q&A

York University ITEC 1620 F Object-Based Programming Dec 11, 2022 Final Exam Duration: 180 Minutes Part 1 [30] Multiple Choice Questions For each of the following questions, there is onl...

By PAPERS UNLIMITED™ , Uploaded: Apr 18, 2023

$11.5

 Programming> CODING SOLUTION > PROGRAMMING_ ArrayList Guessing Game 7 Task Performance 1 - ARG _ Create a simple word-guessing game using ArrayList and StringBuilder. (All)

preview
PROGRAMMING_ ArrayList Guessing Game 7 Task Performance 1 - ARG _ Create a simple word-guessing game using ArrayList and StringBuilder.

PROGRAMMING_ ArrayList Guessing Game 7 Task Performance 1 - ARG Create a simple word-guessing game using ArrayList and StringBuilder. • For PC users, create a Windows application using Visual Studi...

By PAPERS UNLIMITED™ , Uploaded: Apr 18, 2023

$9.5

 Computer Science> CODING SOLUTION > COMP 2521 Data Structures and Algorithms _ Week 07 Lab Solution Graph Search Algorithms and Maze Solvers Possible Solution solveBfs (All)

preview
COMP 2521 Data Structures and Algorithms _ Week 07 Lab Solution Graph Search Algorithms and Maze Solvers Possible Solution solveBfs

COMP 2521 Data Structures and Algorithms _ Week 07 Lab Solution Graph Search Algorithms and Maze Solvers Possible Solution solveBfs

By PAPERS UNLIMITED™ , Uploaded: Apr 12, 2023

$9.5

 Programming> CODING SOLUTION > PROGRAMMING_ StudentGradeApplication 4 Hands-on Activity 1 - ARG. Create a Windows application that will ask the user to type the student’s name and his grades in five (5) subjects. (All)

preview
PROGRAMMING_ StudentGradeApplication 4 Hands-on Activity 1 - ARG. Create a Windows application that will ask the user to type the student’s name and his grades in five (5) subjects.

PROGRAMMING_ StudentGradeApplication 4 Hands-on Activity 1 - ARG. C Create a Windows application that will ask the user to type the student’s name and his grades in five (5) subjects. Use the terna...

By PAPERS UNLIMITED™ , Uploaded: Apr 18, 2023

$9.5

 Programming> CODING SOLUTION > PROGRAMMING_ CashierApplication 10 Hands-on Activity 1. Create a simple cashier system Windows application. Name the project as CashierApplication and the form as frmPurchaseDiscountedItem: (All)

preview
PROGRAMMING_ CashierApplication 10 Hands-on Activity 1. Create a simple cashier system Windows application. Name the project as CashierApplication and the form as frmPurchaseDiscountedItem:

PROGRAMMING_ CashierApplication 10 Hands-on Activity 1. Create a simple cashier system Windows application. Name the project as CashierApplication and the form as frmPurchaseDiscountedItem: • Get the...

By PAPERS UNLIMITED™ , Uploaded: Apr 18, 2023

$9.5

 Programming> CODING SOLUTION > PROGRAMMING_ Student Registration Form. Create a Windows application that will ask the user to enter a student’s information, then display all of them in a message box when the button is clicked. The application should include the following controls and their properties (All)

preview
PROGRAMMING_ Student Registration Form. Create a Windows application that will ask the user to enter a student’s information, then display all of them in a message box when the button is clicked. The application should include the following controls and their properties

PROGRAMMING_ Student Registration Form. Create a Windows application that will ask the user to enter a student’s information, then display all of them in a message box when the button is clicked. The...

By PAPERS UNLIMITED™ , Uploaded: Apr 18, 2023

$9.5

$4.00

Add to cart

Instant download

Can't find what you want? Try our AI powered Search

OR

GET ASSIGNMENT HELP
90
0

Document information


Connected school, study & course



About the document


Uploaded On

Jan 23, 2023

Number of pages

11

Written in

Seller


seller-icon
PAPERS UNLIMITED™

Member since 2 years

482 Documents Sold


Additional information

This document has been written for:

Uploaded

Jan 23, 2023

Downloads

 0

Views

 90

Document Keyword Tags

THE BEST STUDY GUIDES

Avoid resits and achieve higher grades with the best study guides, textbook notes, and class notes written by your fellow students

custom preview

Avoid examination resits

Your fellow students know the appropriate material to use to deliver high quality content. With this great service and assistance from fellow students, you can become well prepared and avoid having to resits exams.

custom preview

Get the best grades

Your fellow student knows the best materials to research on and use. This guarantee you the best grades in your examination. Your fellow students use high quality materials, textbooks and notes to ensure high quality

custom preview

Earn from your notes

Get paid by selling your notes and study materials to other students. Earn alot of cash and help other students in study by providing them with appropriate and high quality study materials.

WHAT STUDENTS SAY ABOUT US


What is Browsegrades

In Browsegrades, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.

We are here to help

We're available through e-mail, Twitter, Facebook, and live chat.
 FAQ
 Questions? Leave a message!

Follow us on
 Twitter

Copyright © Browsegrades · High quality services·