aws-cloud-map-mcs-controller-for-k8s icon indicating copy to clipboard operation
aws-cloud-map-mcs-controller-for-k8s copied to clipboard

K8s controller implementing Multi-Cluster Services API based on AWS Cloud Map.

Results 49 aws-cloud-map-mcs-controller-for-k8s issues
Sort by recently updated
recently updated
newest added

Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.24.3 to 0.25.0. Commits e9a6979 Update dependencies to v0.25.0 tag 5c4a1b1 Merge remote-tracking branch 'origin/master' into release-1.25 714e431 Merge pull request #111657 from aojea/hc_nodeport 8608211 Merge pull...

dependencies

* See https://helm.sh/docs * Make sure the chart can accepted to https://github.com/aws/eks-charts

To recreate: 1. Set up cluster according to CONTRIBUTING.md docs. 2. Run `make integration-suite`, which creates it's own kind cluster and sets its own context. 3. After a successful integration...

Initial implementation of the controller is purely focused on IPv4 support. Add the support for IPv6.

Initial implementation of the controller is purely focused on IPv4 support. Research if dual-stack support is needed and implement that. Dual stack networking is coming to K8s soon: `(alpha: "v1.20"/beta:...

Need to add about.k8s.io for the clusterproperties CRD to crd paths in suite_test.go. Currently adding them causes an annotation error as the annotation patch is not being applied before the...

bug

Set `User-Agent` to the CloudMap API calls. This is going to help us track the API usages via MCS controller.

In the case that a user is trying to export two services, one of `ClusterIP` and one of `Headless`, with the same namespaced name, the controller needs a way to...

During benchmark testing, controller completely halted with a panic due to the attempt of accessing an invalid memory address or nil pointer dereference causing a segmentation violation. Here are the...

bug

I keep getting API error from MCS cloud map controller ``` {"level":"error","ts":1649927224.8055146,"logger":"controllers.Cloudmap","msg":"Cloud Map reconciliation error","error":"operation error ServiceDiscovery: ListServices, exceeded maximum number of attempts, 3, https response error StatusCode: 400, RequestID:...