ilia1243

Results 27 issues of ilia1243

It is necessary to implement maintenance procedure which switches haproxy mode. See [maintenance mode](https://github.com/Netcracker/KubeMarine/blob/0.8.0/documentation/Installation.md#maintenance-mode) and [maintenance type](https://github.com/Netcracker/KubeMarine/blob/0.8.0/documentation/Installation.md#maintenance-type). Also, during cluster installation over an existing cluster, the mode should be reverted...

feature

Actual algorithm of Control plains resolution does not correspond to documentation. See [An example with mixed groups:](https://github.com/Netcracker/KubeMarine/blame/0.8.0/documentation/Installation.md#L668) Actual result will be ``` Control plains: Internal: 192.168.0.2 (vrrp_ip[1]) External: 10.101.0.1 (vrrp_ip[0])...

In continuation to #1250. The fix has seemingly undesired side effect. ```python from jsonschema import Draft202012Validator as Validator, exceptions schema = {'oneOf': [ {'properties': {'run': {'type': 'string'}}, 'required': ['run']}, {'properties':...

Bug
Error Reporting

Improves `best_match` in the presence of `anyOf` / `oneOf`. Calculate the most relevant error in each separate subschema and choose the deepest one. In particular, for `anyOf` / `oneOf` keywords...

Need to actualize guides Related to CRI: https://github.com/Netcracker/KubeMarine/blob/v0.30.0/documentation/Troubleshooting.md#kubernetes-garbage-collector-doesnt-reclaim-disk-space https://github.com/Netcracker/KubeMarine/blob/v0.30.0/documentation/Troubleshooting.md#numerous-generation-of-auditd-system Related to deprecated PSP: https://github.com/Netcracker/KubeMarine/blob/v0.30.0/documentation/Installation.md#cloud-provider-plugin * Check how it should work with enabled PSS. Related to Kubernetes version: https://github.com/Netcracker/KubeMarine/blob/v0.30.0/documentation/Installation.md#service-account-issuer * See...

documentation

Improves `best_match` in the presence of `anyOf` / `oneOf`. Calculate the most relevant error in each separate subschema and choose the deepest one. In particular, for `anyOf` / `oneOf` keywords...

### Use case Consider the following example [mapstruct-jpa-child-parent](https://github.com/mapstruct/mapstruct-examples/tree/main/mapstruct-jpa-child-parent) but with generic JpaContext: ```java @Data class ParentDto { ChildDto child; } @Data class ChildDto { ParentDto parent; } @Data class ParentEntity...

bug