Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conformance results for v1.25/gke #2172

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions v1.25/gke/PRODUCT.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
vendor: Google
name: Google Kubernetes Engine
version: 1.25.0-gke.1100
website_url: https://cloud.google.com/kubernetes-engine/
documentation_url: https://cloud.google.com/kubernetes-engine/docs/
product_logo_url: https://cloud.google.com/_static/cloud/images/cloud-logo.svg
type: hosted
description: 'GKE is an enterprise-grade platform for containerized applications, including stateful and stateless, AI and ML, Linux and Windows, complex and simple web apps, API, and backend services.'
19 changes: 19 additions & 0 deletions v1.25/gke/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
To reproduce:
```bash
##
# Env setup

export CLUSTER_NAME=gke-1-25

##
# Create the cluster.
# This creates a cluster on the rapid channel.
# https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels

gcloud container clusters create --release-channel=rapid --cluster-version=1.25 $CLUSTER_NAME

##
# Run the tests

sonobuoy run --mode=certified-conformance
```
Loading