Naadir Jeewa
Naadir Jeewa
### What would you like to be added? This repo is using mdlint and shellcheck docker images published to a VMware owned Cluster API Provider vSphere bucket. This should be...
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: /kind bug This repo is using mdlint and shellcheck docker images published...
**User Story** As a designer of a Platform as a Service for multiple customers, I want to be able to provision managed clusters (e.g. EKS, AKS) without L2/L3 connectivity into...
**User Story** As a cluster operator, i want to know the list of dependencies Cluster API brings for assurance within our organisation's software supply chain. **Detailed Description** * Create SBoM...
**What steps did you take and what happened:** [A clear and concise description on how to REPRODUCE the bug.] Use a kubeadmControlPlane with the following ```yaml spec: kubeadmConfigSpec: clusterConfiguration: dns:...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] This is a tracking issue since some things will need to be...
/kind feature **Describe the solution you'd like** hack/e2e.sh includes a bunch of Node IPAM setup code that would better be served being added to a ginkgo SynchronizedBeforeSuite setup for better...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Add to the developer guide how to: * Handle linting (e.g. using...
Clears the following from static code analysis scans (in this case using https://github.com/aquasecurity/trivy, which is the default scanner in Harbor registry): CVE-2022-1996 CVE-2022-21698 CVE-2022-27191 CVE-2022-27664 CVE-2022-29526 CVE-2022-32149 CVE-2020-8554 Impact of...
Due to https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/3987, external GC will not work in airgapped clusters, so we should disable by default until it's fixed. Signed-off-by: Naadir Jeewa ### What this PR does / why...