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.
Signed-off-by: Dinesh Majrekar <dinesh@civo.com>
- Loading branch information
Showing
5 changed files
with
52,945 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+1.03 MB
v1.25/civo/202302131332_sonobuoy_93195391-6549-474d-944d-871292d16a21.tar.gz
Binary file not shown.
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,9 @@ | ||
vendor: Civo | ||
name: Civo Kubernetes | ||
version: v1.23 | ||
website_url: https://www.civo.com | ||
documentation_url: https://www.civo.com/api | ||
product_logo_url: https://www.civo.com/brand-assets/logo/full-colour/civo-logo-fullcolour.svg | ||
type: hosted platform | ||
description: 'The first cloud native service provider powered only by Kubernetes' | ||
contact_email_address: dinesh@civo.com |
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,14 @@ | ||
# Civo Kubernetes - Managed-K3s | ||
|
||
To reproduce, signup for a free account at https://www.civo.com and then use the API key | ||
(from https://www.civo.com/api once you're signed in) and the CLI with the following steps: | ||
|
||
``` | ||
brew install cli # or from https://github.com/civo/cli#set-up | ||
civo apikey save k8s-conformance $API_KEY | ||
civo apikey use k8s-conformance | ||
civo kubernetes create --cluster-type talos --version 1.25.5 conformance --wait | ||
civo k3s config conformance > ~/civo-k3s | ||
export KUBECONFIG=~/civo-k3s | ||
sonobuoy run --mode=certified-conformance --kubernetes-version=v1.23.6 --plugin e2e | ||
``` |
Oops, something went wrong.