edit product.yaml Signed-off-by: hanzhiwen-firewall <1204814964@qq.com> |
||
---|---|---|
.. | ||
PRODUCT.yaml | ||
README.md | ||
e2e.log | ||
incloudoslogo.svg | ||
junit_01.xml |
README.md
#Inspur OS
Prepare
- Prepare at least three node with an operation system.
- Upload inspur OS installation package to the master node on which you are running the deploy scripts.
Installation
- Planning your cluster , insert or modify the node information into file
inventory/cloudship/inventory-icks.ini
and insert node name to corresponding group.For example if you want a node named k8s1 to be the k8s control, you need insert k8s1 below "[kube_control_plane]". - Execute the following commands
# user means linux username
# password means the linux password
$ bash cloudship.sh deploy -u <user> -p <password> -m icks --cluster
- After all process complete, all the nodes will reach "Ready" status and pods will reach "Running" status.
Run Conformance Test
- Download a binary release of the sonobuoy CLI from https://github.com/vmware-tanzu/sonobuoy/releases
$ sonobuoy run --mode=certified-conformance
- Get the results:
$ outfile=$(sonobuoy retrieve)
$ mkdir ./results; tar xzf $outfile -C ./results
- Then grab
plugins/e2e/results/global/{e2e.log,junit_01.xml}
from results folder, add them to this PR.