Skip to content

Commit

Permalink
Conformance results for v1.32/k3s Signed-off-by: mdrahman-suse <md.ra…
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrahman-suse committed Jan 11, 2025
1 parent 221f3d6 commit 9da175b
Show file tree
Hide file tree
Showing 4 changed files with 69,443 additions and 0 deletions.
10 changes: 10 additions & 0 deletions v1.32/k3s/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
vendor: SUSE, LLC
name: k3s
version: v1.32.0+k3s1
website_url: https://k3s.io/
repo_url: https://github.com/k3s-io/k3s
documentation_url: https://docs.k3s.io/
product_logo_url: https://k3s.io/img/k3s-logo-light.svg
type: distribution
description: Lightweight Kubernetes
contact_email_address: [email protected]
15 changes: 15 additions & 0 deletions v1.32/k3s/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# k3s
Lightweight Kubernetes

## To Reproduce

1. Create two machines, any modern Linux will work. This test was done with SUSE Linux Enterprise Server 15 SP5 LTS.
2. K3s provides an installation script that is a convenient way to install it as a service on systemd or openrc based systems. This script is available at https://get.k3s.io. To install K3s using this method, just run:

curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.32.0+k3s1 sh -

3. To install on worker nodes and add them to the cluster, run the installation script with the K3S_URL and K3S_TOKEN environment variables. Here is an example showing how to join a worker node. The value to use for K3S_TOKEN is stored at /var/lib/rancher/k3s/server/node-token on your server node.

curl -sfL https://get.k3s.io | K3S_URL=https://serverone:6443 K3S_TOKEN=<TOKEN> INSTALL_K3S_VERSION=v1.32.0+k3s1 sh -

4. Run sonobuoy v0.57.2: `sonobuoy run --plugin-env=e2e.E2E_EXTRA_ARGS="--non-blocking-taints=node-role.kubernetes.io/controller --ginkgo.v" --mode=certified-conformance --kubernetes-version=v1.32.0 --kubeconfig=/etc/rancher/k3s/k3s.yaml`
Loading

0 comments on commit 9da175b

Please sign in to comment.