Dimitri Koshkin
Dimitri Koshkin
**What this PR does / why we need it**: I was upgrading the control-plane on a Kubernetes cluster overriding `clusterConfiguration.imageRepository: docker.io/foo` and ran into an error where the `kube-proxy` DS...
**What type of PR is this?** Introducing a mechanism to support Kubernetes versions with a build name, e.g. `v1.21.8+fips.0`, to be used in the `ImageLookupFormat`. The benefit of this approach...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] I was trying the new [resource garbage collection feature](https://cluster-api-aws.sigs.k8s.io/topics/external-resource-gc.html?highlight=resource%20garb#external-resource-garbage-collection) and it worked...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] Im still new to CAPI/CAPA so maybe I'm misunderstanding something....
/kind bug [Before submitting an issue, have you checked the [Troubleshooting Guide](https://capz.sigs.k8s.io/topics/troubleshooting.html)?] **What steps did you take and what happened:** [A clear and concise description of what the bug is.]...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] 1. Create a cluster using a bootstrap cluster and not...
[A recent commit](https://github.com/replicatedhq/troubleshoot/pull/391/commits/2889e1ffe79ce3db4d3e5b48726aae5240cbbe8e) broke previous behavior of being able to collect `clusterResources: {}` from all namespaces. From the [docs](https://troubleshoot.sh/docs/collect/cluster-resources/) > This will attempt to collect information from all namespaces Tested...
What is the scenario where this test failing is valid? On a cluster with only one worker this test will be the only indicator that something is wrong with the...
/kind feature **Describe the solution you'd like** When using an unmanaged `SecurityGroup` for `[spec.network.securityGroupOverrides.lb](http://spec.network.securitygroupoverrides.lb/)` CAPA should tag it with `kubernetes.io/cluster/` so that CCM can create ELBs for `LoadBalancer` `Services` without...
**What steps did you take and what happened:** 1. Follow https://cluster-api.sigs.k8s.io/user/quick-start.html for Docker with: ``` clusterctl generate cluster capi-quickstart --flavor development \ --kubernetes-version v1.19.11 \ --control-plane-machine-count=1 \ --worker-machine-count=1 \ >...