Skip to content

Commit 74cb88b

Browse files
🌱 Scale test with vcsim (#3329)
* Bump sigs.k8s.io/cluster-api to 5ccaeb33b1427bf6783d8a38e95c6848a98d8f53 * Scale test for supervisor with vcsim Co-authored-by: fabriziopandini <[email protected]> Co-authored-by: Christian Schlotter <[email protected]> * regenerate * fixes * scale: use different spec name to get custom clusterctl config with variables * fixes * fixup * fixup * rebase fix * review fixes * vcsim: increase time to wait for envvars to be ready * skip upgrade * drop extra extensionconfig variable --------- Co-authored-by: fabriziopandini <[email protected]>
1 parent eda3e1a commit 74cb88b

23 files changed

+244
-82
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ IMPORT_BOSS_VER := v0.28.1
186186
IMPORT_BOSS := $(abspath $(TOOLS_BIN_DIR)/$(IMPORT_BOSS_BIN))
187187
IMPORT_BOSS_PKG := k8s.io/code-generator/cmd/import-boss
188188

189-
CAPI_HACK_TOOLS_VER := b04c79ca02d3bed23c84115e5c42fa3de1a163dc # Note: this is the commit ID of CAPI v1.9.1
189+
CAPI_HACK_TOOLS_VER := 5ccaeb33b1427bf6783d8a38e95c6848a98d8f53 # Note: this a commit ID of from CAPI main, supposed to be in v1.10
190190

191191
BOSKOSCTL_BIN := boskosctl
192192
BOSKOSCTL := $(abspath $(TOOLS_BIN_DIR)/$(BOSKOSCTL_BIN))

‎config/default/crd/bases/infrastructure.cluster.x-k8s.io_vsphereclusteridentities.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,19 +398,19 @@ spec:
398398
properties:
399399
lastTransitionTime:
400400
description: |-
401-
Last time the condition transitioned from one status to another.
401+
lastTransitionTime is the last time the condition transitioned from one status to another.
402402
This should be when the underlying condition changed. If that is not known, then using the time when
403403
the API field changed is acceptable.
404404
format: date-time
405405
type: string
406406
message:
407407
description: |-
408-
A human readable message indicating details about the transition.
408+
message is a human readable message indicating details about the transition.
409409
This field may be empty.
410410
type: string
411411
reason:
412412
description: |-
413-
The reason for the condition's last transition in CamelCase.
413+
reason is the reason for the condition's last transition in CamelCase.
414414
The specific API may choose whether or not this field is considered a guaranteed API.
415415
This field may be empty.
416416
type: string

‎config/default/crd/bases/infrastructure.cluster.x-k8s.io_vsphereclusters.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -790,19 +790,19 @@ spec:
790790
properties:
791791
lastTransitionTime:
792792
description: |-
793-
Last time the condition transitioned from one status to another.
793+
lastTransitionTime is the last time the condition transitioned from one status to another.
794794
This should be when the underlying condition changed. If that is not known, then using the time when
795795
the API field changed is acceptable.
796796
format: date-time
797797
type: string
798798
message:
799799
description: |-
800-
A human readable message indicating details about the transition.
800+
message is a human readable message indicating details about the transition.
801801
This field may be empty.
802802
type: string
803803
reason:
804804
description: |-
805-
The reason for the condition's last transition in CamelCase.
805+
reason is the reason for the condition's last transition in CamelCase.
806806
The specific API may choose whether or not this field is considered a guaranteed API.
807807
This field may be empty.
808808
type: string

‎config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspheredeploymentzones.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,19 +315,19 @@ spec:
315315
properties:
316316
lastTransitionTime:
317317
description: |-
318-
Last time the condition transitioned from one status to another.
318+
lastTransitionTime is the last time the condition transitioned from one status to another.
319319
This should be when the underlying condition changed. If that is not known, then using the time when
320320
the API field changed is acceptable.
321321
format: date-time
322322
type: string
323323
message:
324324
description: |-
325-
A human readable message indicating details about the transition.
325+
message is a human readable message indicating details about the transition.
326326
This field may be empty.
327327
type: string
328328
reason:
329329
description: |-
330-
The reason for the condition's last transition in CamelCase.
330+
reason is the reason for the condition's last transition in CamelCase.
331331
The specific API may choose whether or not this field is considered a guaranteed API.
332332
This field may be empty.
333333
type: string

‎config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachines.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,11 +1509,11 @@ spec:
15091509
address.
15101510
properties:
15111511
address:
1512-
description: The machine address.
1512+
description: address is the machine address.
15131513
type: string
15141514
type:
1515-
description: Machine address type, one of Hostname, ExternalIP,
1516-
InternalIP, ExternalDNS or InternalDNS.
1515+
description: type is the machine address type, one of Hostname,
1516+
ExternalIP, InternalIP, ExternalDNS or InternalDNS.
15171517
type: string
15181518
required:
15191519
- address
@@ -1528,19 +1528,19 @@ spec:
15281528
properties:
15291529
lastTransitionTime:
15301530
description: |-
1531-
Last time the condition transitioned from one status to another.
1531+
lastTransitionTime is the last time the condition transitioned from one status to another.
15321532
This should be when the underlying condition changed. If that is not known, then using the time when
15331533
the API field changed is acceptable.
15341534
format: date-time
15351535
type: string
15361536
message:
15371537
description: |-
1538-
A human readable message indicating details about the transition.
1538+
message is a human readable message indicating details about the transition.
15391539
This field may be empty.
15401540
type: string
15411541
reason:
15421542
description: |-
1543-
The reason for the condition's last transition in CamelCase.
1543+
reason is the reason for the condition's last transition in CamelCase.
15441544
The specific API may choose whether or not this field is considered a guaranteed API.
15451545
This field may be empty.
15461546
type: string

‎config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ spec:
807807
additionalProperties:
808808
type: string
809809
description: |-
810-
Map of string keys and values that can be used to organize and categorize
810+
labels is a map of string keys and values that can be used to organize and categorize
811811
(scope and select) objects. May match selectors of replication controllers
812812
and services.
813813
More info: http://kubernetes.io/docs/user-guide/labels

‎config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspherevms.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,19 +1583,19 @@ spec:
15831583
properties:
15841584
lastTransitionTime:
15851585
description: |-
1586-
Last time the condition transitioned from one status to another.
1586+
lastTransitionTime is the last time the condition transitioned from one status to another.
15871587
This should be when the underlying condition changed. If that is not known, then using the time when
15881588
the API field changed is acceptable.
15891589
format: date-time
15901590
type: string
15911591
message:
15921592
description: |-
1593-
A human readable message indicating details about the transition.
1593+
message is a human readable message indicating details about the transition.
15941594
This field may be empty.
15951595
type: string
15961596
reason:
15971597
description: |-
1598-
The reason for the condition's last transition in CamelCase.
1598+
reason is the reason for the condition's last transition in CamelCase.
15991599
The specific API may choose whether or not this field is considered a guaranteed API.
16001600
This field may be empty.
16011601
type: string

‎config/supervisor/crd/bases/vmware.infrastructure.cluster.x-k8s.io_vsphereclusters.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ spec:
4545
description: APIEndpoint represents a reachable Kubernetes API endpoint.
4646
properties:
4747
host:
48-
description: The hostname on which the API server is serving.
48+
description: host is the hostname on which the API server is serving.
4949
type: string
5050
port:
51-
description: The port on which the API server is serving.
51+
description: port is the port on which the API server is serving.
5252
format: int32
5353
type: integer
5454
required:
@@ -67,19 +67,19 @@ spec:
6767
properties:
6868
lastTransitionTime:
6969
description: |-
70-
Last time the condition transitioned from one status to another.
70+
lastTransitionTime is the last time the condition transitioned from one status to another.
7171
This should be when the underlying condition changed. If that is not known, then using the time when
7272
the API field changed is acceptable.
7373
format: date-time
7474
type: string
7575
message:
7676
description: |-
77-
A human readable message indicating details about the transition.
77+
message is a human readable message indicating details about the transition.
7878
This field may be empty.
7979
type: string
8080
reason:
8181
description: |-
82-
The reason for the condition's last transition in CamelCase.
82+
reason is the reason for the condition's last transition in CamelCase.
8383
The specific API may choose whether or not this field is considered a guaranteed API.
8484
This field may be empty.
8585
type: string

‎config/supervisor/crd/bases/vmware.infrastructure.cluster.x-k8s.io_vsphereclustertemplates.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ spec:
5353
API endpoint.
5454
properties:
5555
host:
56-
description: The hostname on which the API server is serving.
56+
description: host is the hostname on which the API server
57+
is serving.
5758
type: string
5859
port:
59-
description: The port on which the API server is serving.
60+
description: port is the port on which the API server
61+
is serving.
6062
format: int32
6163
type: integer
6264
required:

‎config/supervisor/crd/bases/vmware.infrastructure.cluster.x-k8s.io_vspheremachines.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,19 +187,19 @@ spec:
187187
properties:
188188
lastTransitionTime:
189189
description: |-
190-
Last time the condition transitioned from one status to another.
190+
lastTransitionTime is the last time the condition transitioned from one status to another.
191191
This should be when the underlying condition changed. If that is not known, then using the time when
192192
the API field changed is acceptable.
193193
format: date-time
194194
type: string
195195
message:
196196
description: |-
197-
A human readable message indicating details about the transition.
197+
message is a human readable message indicating details about the transition.
198198
This field may be empty.
199199
type: string
200200
reason:
201201
description: |-
202-
The reason for the condition's last transition in CamelCase.
202+
reason is the reason for the condition's last transition in CamelCase.
203203
The specific API may choose whether or not this field is considered a guaranteed API.
204204
This field may be empty.
205205
type: string

0 commit comments

Comments
 (0)