Skip to content

Commit

Permalink
civo v1.25.5 (cncf#2453)
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh Majrekar <dinesh@civo.com>
  • Loading branch information
DMajrekar authored and legacyrj committed Aug 30, 2023
1 parent 39043a7 commit 999e019
Show file tree
Hide file tree
Showing 5 changed files with 52,945 additions and 0 deletions.
Binary file not shown.
9 changes: 9 additions & 0 deletions v1.25/civo/PRODUCT.yaml
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
14 changes: 14 additions & 0 deletions v1.25/civo/README.md
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
```
Loading

0 comments on commit 999e019

Please sign in to comment.