forked from cncf/k8s-conformance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conformance results for v1.22/nirmata (cncf#1794)
* Create README.md * Add files via upload
- Loading branch information
Showing
4 changed files
with
33,748 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.