Skip to content

Commit 33f85b6

Browse files
ci: [bot] Update 'README.md'
1 parent 1b9c7d9 commit 33f85b6

File tree

1 file changed

+141
-10
lines changed

1 file changed

+141
-10
lines changed

charts/t8s-cluster/README.md

Lines changed: 141 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- vim: set ft=markdown: -->
22
# t8s-cluster
33

4-
![Version: 9.2.1](https://img.shields.io/badge/Version-9.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 9.3.0](https://img.shields.io/badge/Version-9.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
t8s-operator cluster with necessary addons
77

@@ -17,7 +17,7 @@ t8s-operator cluster with necessary addons
1717

1818
## Source Code
1919

20-
* <https://github.com/teutonet/teutonet-helm-charts/tree/t8s-cluster-v9.2.1/charts/t8s-cluster>
20+
* <https://github.com/teutonet/teutonet-helm-charts/tree/t8s-cluster-v9.3.0/charts/t8s-cluster>
2121
* <https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/t8s-cluster>
2222

2323
## Requirements
@@ -350,14 +350,15 @@ Must be one of:
350350
| **Type** | `object` |
351351
| **Additional properties** | ![Not allowed](https://img.shields.io/badge/Not%20allowed-red) |
352352

353-
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
354-
| ----------------------------------------------------------------------------- | ------- | --------------- | ---------- | ------------------------- | ------------------------------------------------------------- |
355-
| - [hosted](#controlPlane_hosted ) | No | boolean | No | - | Whether the control plane is hosted on the management cluster |
356-
| + [flavor](#controlPlane_flavor ) | No | string | No | - | - |
357-
| - [singleNode](#controlPlane_singleNode ) | No | boolean | No | - | - |
358-
| - [additionalSecurityGroups](#controlPlane_additionalSecurityGroups ) | No | array of string | No | In #/$defs/securityGroups | - |
359-
| - [additionalSecurityGroupRules](#controlPlane_additionalSecurityGroupRules ) | No | object | No | - | - |
360-
| - [allowedCIDRs](#controlPlane_allowedCIDRs ) | No | array of string | No | - | - |
353+
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
354+
| ----------------------------------------------------------------------------- | ------- | --------------- | ---------- | ------------------------------- | ----------------------------------------------------------------- |
355+
| - [hosted](#controlPlane_hosted ) | No | boolean | No | - | Whether the control plane is hosted on the management cluster |
356+
| + [flavor](#controlPlane_flavor ) | No | string | No | - | - |
357+
| - [singleNode](#controlPlane_singleNode ) | No | boolean | No | - | - |
358+
| - [additionalSecurityGroups](#controlPlane_additionalSecurityGroups ) | No | array of string | No | In #/$defs/securityGroups | - |
359+
| - [additionalSecurityGroupRules](#controlPlane_additionalSecurityGroupRules ) | No | object | No | - | - |
360+
| - [allowedCIDRs](#controlPlane_allowedCIDRs ) | No | array of string | No | - | - |
361+
| - [resources](#controlPlane_resources ) | No | object | No | In #/$defs/resourceRequirements | ResourceRequirements describes the compute resource requirements. |
361362

362363
### <a name="controlPlane_hosted"></a>3.1. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > controlPlane > hosted`
363364

@@ -530,6 +531,136 @@ Must be one of:
530531
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
531532
| **Must match regular expression** | ```^((25[0-5]\|2[0-4]\d\|1\d\d\|[1-9]?\d)\.){3}(25[0-5]\|2[0-4]\d\|1\d\d\|[1-9]?\d)(/([0-9]\|[1-2][0-9]\|3[0-2]))?$``` [Test](https://regex101.com/?regex=%5E%28%2825%5B0-5%5D%7C2%5B0-4%5D%5Cd%7C1%5Cd%5Cd%7C%5B1-9%5D%3F%5Cd%29%5C.%29%7B3%7D%2825%5B0-5%5D%7C2%5B0-4%5D%5Cd%7C1%5Cd%5Cd%7C%5B1-9%5D%3F%5Cd%29%28%2F%28%5B0-9%5D%7C%5B1-2%5D%5B0-9%5D%7C3%5B0-2%5D%29%29%3F%24) |
532533

534+
### <a name="controlPlane_resources"></a>3.7. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > controlPlane > resources`
535+
536+
| | |
537+
| ------------------------- | --------------------------------------------------------------------------- |
538+
| **Type** | `object` |
539+
| **Additional properties** | ![Any type: allowed](https://img.shields.io/badge/Any%20type-allowed-green) |
540+
| **Defined in** | #/$defs/resourceRequirements |
541+
542+
**Description:** ResourceRequirements describes the compute resource requirements.
543+
544+
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
545+
| ----------------------------------------------- | ------- | ------ | ---------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
546+
| - [claims](#controlPlane_resources_claims ) | No | array | No | - | Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.<br /><br />This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.<br /><br />This field is immutable. It can only be set for containers. |
547+
| - [limits](#controlPlane_resources_limits ) | No | object | No | - | Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
548+
| - [requests](#controlPlane_resources_requests ) | No | object | No | - | Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
549+
550+
#### <a name="controlPlane_resources_claims"></a>3.7.1. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > controlPlane > resources > claims`
551+
552+
| | |
553+
| -------- | ------- |
554+
| **Type** | `array` |
555+
556+
**Description:** Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.
557+
558+
This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.
559+
560+
This field is immutable. It can only be set for containers.
561+
562+
| | Array restrictions |
563+
| -------------------- | ------------------ |
564+
| **Min items** | N/A |
565+
| **Max items** | N/A |
566+
| **Items unicity** | False |
567+
| **Additional items** | False |
568+
| **Tuple validation** | See below |
569+
570+
| Each item of this array must be | Description |
571+
| ------------------------------------------------------------------------ | ------------------------------------------------------------- |
572+
| [io.k8s.api.core.v1.ResourceClaim](#controlPlane_resources_claims_items) | ResourceClaim references one entry in PodSpec.ResourceClaims. |
573+
574+
##### <a name="controlPlane_resources_claims_items"></a>3.7.1.1. t8s cluster configuration > controlPlane > resources > claims > io.k8s.api.core.v1.ResourceClaim
575+
576+
| | |
577+
| ------------------------- | -------------------------------------------------------------- |
578+
| **Type** | `object` |
579+
| **Additional properties** | ![Not allowed](https://img.shields.io/badge/Not%20allowed-red) |
580+
| **Defined in** | #/definitions/io.k8s.api.core.v1.ResourceClaim |
581+
582+
**Description:** ResourceClaim references one entry in PodSpec.ResourceClaims.
583+
584+
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
585+
| ---------------------------------------------------------- | ------- | ------ | ---------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
586+
| + [name](#controlPlane_resources_claims_items_name ) | No | string | No | - | Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container. |
587+
| - [request](#controlPlane_resources_claims_items_request ) | No | string | No | - | Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request. |
588+
589+
###### <a name="controlPlane_resources_claims_items_name"></a>3.7.1.1.1. Property `t8s cluster configuration > controlPlane > resources > claims > claims items > name`
590+
591+
| | |
592+
| -------- | -------- |
593+
| **Type** | `string` |
594+
595+
**Description:** Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
596+
597+
###### <a name="controlPlane_resources_claims_items_request"></a>3.7.1.1.2. Property `t8s cluster configuration > controlPlane > resources > claims > claims items > request`
598+
599+
| | |
600+
| -------- | -------- |
601+
| **Type** | `string` |
602+
603+
**Description:** Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.
604+
605+
#### <a name="controlPlane_resources_limits"></a>3.7.2. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > controlPlane > resources > limits`
606+
607+
| | |
608+
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
609+
| **Type** | `object` |
610+
| **Additional properties** | [![Should-conform](https://img.shields.io/badge/Should-conform-blue)](#controlPlane_resources_limits_additionalProperties) |
611+
612+
**Description:** Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
613+
614+
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
615+
| ---------------------------------------------------------- | ------- | ------ | ---------- | -------------------------------------------------------------- | ----------------- |
616+
| - [](#controlPlane_resources_limits_additionalProperties ) | No | object | No | In #/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity | - |
617+
618+
##### <a name="controlPlane_resources_limits_additionalProperties"></a>3.7.2.1. Property `t8s cluster configuration > controlPlane > resources > limits > io.k8s.apimachinery.pkg.api.resource.Quantity`
619+
620+
| | |
621+
| ------------------------- | --------------------------------------------------------------------------- |
622+
| **Type** | `combining` |
623+
| **Additional properties** | ![Any type: allowed](https://img.shields.io/badge/Any%20type-allowed-green) |
624+
| **Defined in** | #/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity |
625+
626+
| One of(Option) |
627+
| ---------------------------------------------------------------------- |
628+
| [item 0](#controlPlane_resources_limits_additionalProperties_oneOf_i0) |
629+
| [item 1](#controlPlane_resources_limits_additionalProperties_oneOf_i1) |
630+
631+
###### <a name="controlPlane_resources_limits_additionalProperties_oneOf_i0"></a>3.7.2.1.1. Property `t8s cluster configuration > controlPlane > resources > limits > additionalProperties > oneOf > item 0`
632+
633+
| | |
634+
| -------- | -------- |
635+
| **Type** | `string` |
636+
637+
###### <a name="controlPlane_resources_limits_additionalProperties_oneOf_i1"></a>3.7.2.1.2. Property `t8s cluster configuration > controlPlane > resources > limits > additionalProperties > oneOf > item 1`
638+
639+
| | |
640+
| -------- | -------- |
641+
| **Type** | `number` |
642+
643+
#### <a name="controlPlane_resources_requests"></a>3.7.3. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > controlPlane > resources > requests`
644+
645+
| | |
646+
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
647+
| **Type** | `object` |
648+
| **Additional properties** | [![Should-conform](https://img.shields.io/badge/Should-conform-blue)](#controlPlane_resources_requests_additionalProperties) |
649+
650+
**Description:** Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
651+
652+
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
653+
| ------------------------------------------------------------ | ------- | ------ | ---------- | ------------------------------------------------------------------------------------------------------------------ | ----------------- |
654+
| - [](#controlPlane_resources_requests_additionalProperties ) | No | object | No | Same as [controlPlane_resources_limits_additionalProperties](#controlPlane_resources_limits_additionalProperties ) | - |
655+
656+
##### <a name="controlPlane_resources_requests_additionalProperties"></a>3.7.3.1. Property `t8s cluster configuration > controlPlane > resources > requests > io.k8s.apimachinery.pkg.api.resource.Quantity`
657+
658+
| | |
659+
| ------------------------- | --------------------------------------------------------------------------------------------------------- |
660+
| **Type** | `combining` |
661+
| **Additional properties** | ![Any type: allowed](https://img.shields.io/badge/Any%20type-allowed-green) |
662+
| **Same definition as** | [controlPlane_resources_limits_additionalProperties](#controlPlane_resources_limits_additionalProperties) |
663+
533664
## <a name="cloud"></a>4. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > cloud`
534665

535666
| | |

0 commit comments

Comments
 (0)