Skip to content

Commit

Permalink
Conformance results for v1.22/nirmata (cncf#1794)
Browse files Browse the repository at this point in the history
* Create README.md

* Add files via upload
  • Loading branch information
sidjain87 authored Feb 1, 2022
1 parent fa475a8 commit b755e0c
Show file tree
Hide file tree
Showing 4 changed files with 33,748 additions and 0 deletions.
8 changes: 8 additions & 0 deletions v1.22/nirmata/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
vendor: Nirmata Inc.
name: Nirmata Managed Kubernetes
version: 3.5.3
website_url: https://www.nirmata.com/
documentation_url: https://docs.nirmata.io/en/latest/Clusters.html#create-a-new-kubernetes-cluster
product_logo_url: http://www.nirmata.com/wp-content/uploads/2017/05/logo-white.png
type: hosted platform
description: Nirmata is a unified management plane for Kubernetes clusters and workloads.
19 changes: 19 additions & 0 deletions v1.22/nirmata/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
To reproduce the test results, follow the steps to create a new Kubernetes cluster from scratch using Nirmata:

- On board your cloud resources to Nirmata using Direct Connect or by creating a cloud provider host group.
- Note that we used direct connect.
- Wait for all hosts to connect.
- If no cluster type exists for your cloud provider or generic create a cluster type for v1.22.5
- Remove the any addons.
- Go to the Clusters panel and click on the Add Cluster button to launch the wizard.
- Select Install and Manage Kubernetes.
- Provide the cluster name.
- Select the cluster type from above.
- Add the host group that you would like to install the cluster on.
- Select the master nodes in case you want a specific master node or if you are using HA cluster.
- Click on "Finished" button to proceed with the cluster install.
- Within a few minutes, the cluster will be deployed, the Nirmata controller should connect and the cluster state will show as Connected (green).
- Once the cluster is deployed and in Ready state download the kubeconfig file for the cluster.
- With the kubeconfig file you can run sonobouy as normal.
- Replace ~/.kube/config, export KUEBCONFIG=/wherever/kubeconfig.yaml, or use --kubeconfig.
- You will need use a system able to connect to the cluster endpoint.
Loading

0 comments on commit b755e0c

Please sign in to comment.