CentaurusInfra / fornax

Fornax for autonomous and flexible edge computing
Apache License 2.0
8 stars 16 forks source link

Added Setup Guide of Building K8s from Source (Including Automation Scripts) #70

Closed kxu1985 closed 2 years ago

kxu1985 commented 2 years ago

What type of PR is this? Documentation of setting up K8s from source (with automation scripts)

What this PR does / why we need it:

pdgetrf commented 2 years ago

please add label "ready for review" so reviewers could get started with the review

jshaofuturewei commented 2 years ago

There are lots of parameters to set to run the shell scripts. A user has to go through the scripts to figure out the meanings of those parameters at very beginning. When users checkout out the latest version of the scripts, they have to do it again.

There are two alternatives.

  1. Set up the values of the parameters automatically, such as using "hostname -I | cut -d' ' -f1" to replace
  2. Create a local parameter file for the scripts to fetch parameter values. It looks like something below. your_machine_ip=127.0.0.1