Daniel Lipovetsky
Daniel Lipovetsky
I created a cluster from the `aws` profile. Twice, I was unable to `apply` the cluster because the Master IP was not found within the default 120 seconds: ``` 2017-10-24T21:37:10-07:00...
Let's say I deploy a cluster "daniel" in AWS with two ServerPools: " daniel.master" and "daniel.node-original" Later, I want to update the instance of the nodes. Here's one way I...
set-gen [overrides command-line arguments](https://github.com/kubernetes/code-generator/blob/be3b346/cmd/set-gen/main.go#L42) such as input and output directory. As a consequence, set-gen can only generate code for the types listed in the `k8s.io/kubernetes/pkg/util/sets/types` package. Some SIG subprojects (e.g....
**User Story** As a user I would like to understand why KubeadmControlPlane (KCP) decides that a Machine needs to be replaced (in KCP parlance, the Machine "needs rollout"). Today, I...
I think verifying changes by default is _nice_ to do after applying to a "live" environment. But it is probably a _must_ after applying to an image, since that image...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: The boothook fetches sensitive user-data from an AWS service (Secrets Manager, or SSM...
/kind bug **What steps did you take and what happened:** 1. Create an AWS cluster. Delete some of the resources, but orphan the VPC, subnets, NAT gateways, and their Elastic...
/kind feature **Describe the solution you'd like** For CCM to use route tables, we need to add the necessary tag for discovery (kubernetes.io/cluster/ ) to both EC2 and EKS clusters....
/kind bug **What steps did you take and what happened:** I used https://github.com/kubernetes-sigs/image-builder/ to create an Ubuntu 20.04 AMI with the latest available cloud-init package, 23.3.3. The machine fails to...
/kind feature **Describe the solution you'd like** I update the `.spec` of a custom resource whose `.status` is written by a CAPA controller. For example, the `AWSManagedControlPlane` resource. I expect...