Skip to content

Instantly share code, notes, and snippets.

View pwschuurman's full-sized avatar

pwschuurman

  • Google LLC
  • Seattle, WA
View GitHub Profile
@pwschuurman
pwschuurman / kep-3335-rollback.md
Last active June 5, 2024 06:47
KEP-3335 Upgrade/Downgrade/Upgrade Scenario

A manual upgrade->downgrade->upgrade scenario was performed:

  1. Create a cluster on a version that doesn't use this feature (eg: 1.25)
kind create cluster --name kep-3335-rollback --image kindest/node:v1.25.16
mkdir /tmp/k8s_binaries

KEP-3335 Demo

Instructions for testing out kep-3335 with on a Kubernetes-on-GCE cluster using kubetest.

Set up gcloud project

gcloud config configurations create kep-3335-demo
gcloud config set project kep-3335-demo
gcloud auth login