Max Fedotov

Results 10 issues of Max Fedotov

We are using a specific struct, `AllowedListSpec`: ```go type AllowedListSpec struct { Exact []string `json:"allowed,omitempty"` Regex string `json:"allowedRegex,omitempty"` } ``` to allow tenant users to use only specific IngressClasses, StorageClasses...

enhancement
blocked-needs-validation

Related issue: #966 Description: Support for removing data from KV stores for different forget operations(ForgetInstance, ForgetCluster, ForgetLongUnseenInstances, ForgetUnseenInstancesDifferentlyResolved).

**User Story** As a user I would like to specify labels and annotations for `MachineDeployment` and `KubeadmControlPlane` created by topology controller to be used used by `cluster-autoscaler` or for filtering....

kind/feature
triage/accepted
area/topology

#### Pull Request (PR) description Support for pure yaml in /etc/mongodb.cfg. Right now only records like `net.bindIp` are supported, and if for example, you are using custom configuration template and...

needs-rebase
tests-fail

/kind feature **Describe the solution you'd like** By default, Cluster API AWS organizes subnets so that most of the VPC address space goes to private subnets. While this is true...

kind/feature
triage/accepted
needs-priority

Hello, right now in some resources we have ```puppet validate do raise('name parameter is required.') if (self[:ensure] == :present) && self[:name].nil? raise('hostname parameter is required.') if (self[:ensure] == :present) &&...

let's suppose that you have a proxysql cluster which had 2 nodes configured like this: ```puppet class { 'proxysql': mysql_servers => [ { 'db1' => { 'port' => 3306, 'hostgroup_id'...

bug
needs-feedback

Hello @bastelfreak and @mcrauwel! I am now looking at types design and I think that it wasn't such a good idea to wrap everything in arrays, because right now all...

Hi @elmiko and @sbueringer. Want to go back to this issue after https://github.com/kubernetes-sigs/cluster-api/pull/7990 was merged. If I understand correctly, now it is possible to add a new `machineDeployment` to managed...

kind/feature
priority/backlog
triage/accepted

/kind bug **What steps did you take and what happened:** Create a cluster using `capa-ami-amazon-2-v1.25.12` image. Control-plane node won't be started and the following error will be in control-plane `kubelet`...

kind/bug
needs-triage
needs-priority