cluster-api-provider-aws
cluster-api-provider-aws copied to clipboard
Kubernetes Cluster API Provider AWS provides consistent deployment and day 2 operations of "self-managed" and EKS Kubernetes clusters on AWS.
Update calls in the following packages and files. Note that this is not necessarily an exhaustive list. ./pkg/cloud/services/securitygroup/securitygroups_test.go ./pkg/cloud/services/securitygroup/securitygroups.go
Update calls in the following packages and files. Note that this is not necessarily an exhaustive list. ``` ./cmd/clusterawsadm/cloudformation/bootstrap/cluster_api_node.go ./cmd/clusterawsadm/cloudformation/bootstrap/managed_nodegroup.go ./cmd/clusterawsadm/cloudformation/bootstrap/cloud_provider_integration_node.go ./cmd/clusterawsadm/cloudformation/bootstrap/node.go ./bootstrap/eks/internal/userdata/node_test.go ./bootstrap/eks/internal/userdata/node.go ./test/e2e/suites/managed/aws_node_env.go ./docs/book/src/topics/failure-domains/worker-nodes.md ./pkg/cloud/scope/awsnode.go ./pkg/cloud/scope/managednodegroup.go ./pkg/cloud/services/mock_services/aws_node_interface_mock.go ./pkg/cloud/services/eks/nodegroup.go...
Update calls in the following packages and files. Note that this is not necessarily an exhaustive list. ./pkg/cloud/services/sts/mock_stsiface ./pkg/cloud/services/sts/mock_stsiface/stsiface_mock.go
/kind feature /priority important-soon /triage accepted /help **Describe the solution you'd like** Add support for [EKS Auto mode](https://docs.aws.amazon.com/eks/latest/userguide/automode.html) to CAPA. **Anything else you would like to add:** [Miscellaneous information that...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] When defining addons for the EKS cluster, it seems the only `conflictResolution`...
/kind bug **What steps did you take and what happened:** I added a MachineDeployment to my cluster. It seems to work as expected, but the capa-controller-manager has started logging the...
./cmd/clusterawsadm/cmd/gc ./cmd/clusterawsadm/cmd/gc/gc.go ./cmd/clusterawsadm/gc/gc.go ./cmd/clusterawsadm/gc/gc_test.go ./test/e2e/suites/gc_managed/gc_managed_test.go ./test/e2e/suites/gc_managed/gc_managed_suite_test.go ./test/e2e/suites/gc_unmanaged/gc_unmanaged_test.go ./test/e2e/suites/gc_unmanaged/gc_unmanaged_suite_test.go ./pkg/cloud/services/gc
/kind feature **Describe the solution you'd like** Now that [Amazon EKS Hybrid Nodes](https://aws.amazon.com/eks/hybrid-nodes) are GA'd, CAPA should support all hybrid-related fields during EKS cluster provisioning. **Anything else you would like...
/kind bug **What steps did you take and what happened:** We have a cluster autoscaler - https://kubernetes.github.io/autoscaler - process configured to react to compute demand on the fly. This kicks...
CAPI v1.11.0-alpha.0 has been released and is ready for testing. Looking forward to your feedback before v1.11.0 release! ## For quick reference - [CAPI v1.11.0-alpha.0 release notes](https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.11.0-alpha.0) - [Shortcut to...