eks-anywhere
eks-anywhere copied to clipboard
Run Amazon EKS on your own infrastructure 🚀
The test seems to fail at the same rate #6996 fails.
This test exists in 5/6 providers: Docker, Tinkerbell, vSphere, CloudStack and Snow. It fails sporadically in all cases.
## Logs ``` 2023/05/03 21:02:51 http: TLS handshake error from 127.0.0.1:60668: tls: first record does not look like a TLS handshake 2023/05/03 21:02:51 http: response.WriteHeader on hijacked connection from github.com/aws/eks-anywhere/pkg/files_test.pipe...
``` --- FAIL: TestReconcilerReconcileControlPlaneFailure (0.10s) client.go:91: Try updating status but failed with a 404 error for [distro.eks.amazonaws.com/v1alpha1, Kind=Release name=test namespace=eksa-system] object, most probably because it doesn't have a defined status...
``` --- FAIL: TestReconcilerInstallStorageClassInstall (0.15s) client.go:91: Try updating status but failed with a 404 error for [distro.eks.amazonaws.com/v1alpha1, Kind=Release name=test namespace=eksa-system] object, most probably because it doesn't have a defined status...
``` --- FAIL: TestReconcilerReconcileControlPlaneFailure (0.10s) client.go:91: Try updating status but failed with a 404 error for [distro.eks.amazonaws.com/v1alpha1, Kind=Release name=test namespace=eksa-system] object, most probably because it doesn't have a defined status...
``` --- FAIL: TestReconcilerValidateHardwareNoHardware (0.05s) reconciler_test.go:500: Expected : minimum hardware count not met for selector '{"type":"worker"}': have 0, require 1 to contain substring : minimum hardware count not met for...
## Description The `TestReconcilerReconcileControlPlaneSuccess` test failed with a 404 on the v0.14 release branch during a stage build run. A re-run saw the test disappear highlighting a flaky test. ##...
**What would you like to be added**: Review the etcd backup and restore docs and make sure we give instructions for how to restore management clusters that are already managing...
**What would you like to be added**: Consolidate and improve the air gapped experience Follow this proposal: https://github.com/aws/eks-anywhere/pull/1823 **Why is this needed**: We offer a set features that allow users...