...

Text file src/sigs.k8s.io/cli-utils/test/stress/kind-cluster.yaml

Documentation: sigs.k8s.io/cli-utils/test/stress

     1# Copyright 2022 The Kubernetes Authors.
     2# SPDX-License-Identifier: Apache-2.0
     3
     4# The ThousandDeployments stress test needs to spin up 1,000 pods, so this kind
     5# cluster config uses 10 nodes, which each default to allowing 110 pods.
     6# 
     7# The API-server and other control plane components will be
     8# on the control-plane node to make sure the other nodes have enough capacity.
     9kind: Cluster
    10apiVersion: kind.x-k8s.io/v1alpha4
    11nodes:
    12- role: control-plane
    13- role: worker
    14- role: worker
    15- role: worker
    16- role: worker
    17- role: worker
    18- role: worker
    19- role: worker
    20- role: worker
    21- role: worker
    22- role: worker

View as plain text