k8s-conformance/v1.26/incloud os
hanzhiwen-firewall a87325d950 Conformance results for v1.26/incloudos-icks-kubernetes (#2769)
edit product.yaml

Signed-off-by: hanzhiwen-firewall <1204814964@qq.com>
2023-09-05 13:58:25 -07:00
..
PRODUCT.yaml Conformance results for v1.26/incloudos-icks-kubernetes (#2769) 2023-09-05 13:58:25 -07:00
README.md Conformance results for v1.26/incloudos-icks-kubernetes (#2769) 2023-09-05 13:58:25 -07:00
e2e.log Conformance results for v1.26/incloudos-icks-kubernetes (#2769) 2023-09-05 13:58:25 -07:00
incloudoslogo.svg Conformance results for v1.26/incloudos-icks-kubernetes (#2769) 2023-09-05 13:58:25 -07:00
junit_01.xml Conformance results for v1.26/incloudos-icks-kubernetes (#2769) 2023-09-05 13:58:25 -07:00

README.md

#Inspur OS

Prepare

  1. Prepare at least three node with an operation system.
  2. Upload inspur OS installation package to the master node on which you are running the deploy scripts.

Installation

  1. 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]".
  2. Execute the following commands
# user means linux username
# password means the linux password
$ bash cloudship.sh deploy -u <user> -p <password>  -m icks --cluster
  1. After all process complete, all the nodes will reach "Ready" status and pods will reach "Running" status.

Run Conformance Test

  1. Download a binary release of the sonobuoy CLI from https://github.com/vmware-tanzu/sonobuoy/releases
$ sonobuoy run --mode=certified-conformance
  1. Get the results:
$ outfile=$(sonobuoy retrieve)
$ mkdir ./results; tar xzf $outfile -C ./results
  1. Then grab plugins/e2e/results/global/{e2e.log,junit_01.xml} from results folder, add them to this PR.