Skip to content

Commit

Permalink
Merge pull request #9613 from Nordix/lentzi90/document-self-hosted-ma…
Browse files Browse the repository at this point in the history
…chine-templates

📖 E2e: Document self hosted machine templates
  • Loading branch information
k8s-ci-robot committed Oct 26, 2023
2 parents 3c9c751 + 24bb4ba commit 5a6cde4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/self_hosted.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ type SelfHostedSpecInput struct {
// If true, the variable KUBERNETES_VERSION is expected to be set.
// If false, the variables KUBERNETES_VERSION_UPGRADE_FROM, KUBERNETES_VERSION_UPGRADE_TO,
// ETCD_VERSION_UPGRADE_TO and COREDNS_VERSION_UPGRADE_TO are expected to be set.
// There are also (optional) variables CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO and
// WORKERS_MACHINE_TEMPLATE_UPGRADE_TO to change the infrastructure machine template
// during the upgrade. Note that these templates need to have the clusterctl.cluster.x-k8s.io/move
// label in order to be moved to the self hosted cluster (since they are not part of the owner chain).
SkipUpgrade bool

// ControlPlaneMachineCount is used in `config cluster` to configure the count of the control plane machines used in the test.
Expand Down

0 comments on commit 5a6cde4

Please sign in to comment.