File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818setup :
1919 env : kind
20- file : kind .yaml
20+ file : kind28 .yaml
2121 init-system-environment : env
2222 kind :
2323 expose-ports :
Original file line number Diff line number Diff line change 1717
1818setup :
1919 env : kind
20- file : kind .yaml
20+ file : kind28 .yaml
2121 init-system-environment : env
2222 kind :
2323 expose-ports :
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ apiVersion: kind.x-k8s.io/v1alpha4
2020nodes :
2121 # the control plane node config
2222 - role : control-plane
23- image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
23+ image : kindest/node:v1.21.14
2424 # the three workers
2525 - role : worker
26- image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
26+ image : kindest/node:v1.21.14
2727 - role : worker
28- image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
28+ image : kindest/node:v1.21.14
2929 - role : worker
30- image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
30+ image : kindest/node:v1.21.14
Original file line number Diff line number Diff line change 1+ # Licensed to the Apache Software Foundation (ASF) under one or more
2+ # contributor license agreements. See the NOTICE file distributed with
3+ # this work for additional information regarding copyright ownership.
4+ # The ASF licenses this file to You under the Apache License, Version 2.0
5+ # (the "License"); you may not use this file except in compliance with
6+ # the License. You may obtain a copy of the License at
7+ #
8+ # http://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS,
12+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ # See the License for the specific language governing permissions and
14+ # limitations under the License.
15+
16+ # this config file contains all config fields with comments
17+ # NOTE: this is not a particularly useful config file
18+ kind : Cluster
19+ apiVersion : kind.x-k8s.io/v1alpha4
20+ nodes :
21+ # the control plane node config
22+ - role : control-plane
23+ image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
24+ # the three workers
25+ - role : worker
26+ image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
27+ - role : worker
28+ image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
29+ - role : worker
30+ image : kindest/node:v1.28.15@sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
You can’t perform that action at this time.
0 commit comments