mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* add custom health check for awsmanagedcontrolplane Signed-off-by: Iulian Taiatu <itaiatu@adobe.com> * chore(deps): bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.4 (#19295) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.55.3 to 1.55.4. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.55.3...v1.55.4) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Iulian Taiatu <itaiatu@adobe.com> * add new line at the end of health_test.yaml file Signed-off-by: Iulian Taiatu <itaiatu@adobe.com> --------- Signed-off-by: Iulian Taiatu <itaiatu@adobe.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
apiVersion: controlplane.cluster.x-k8s.io/v1beta2
|
|
kind: AWSManagedControlPlane
|
|
metadata:
|
|
name: test
|
|
namespace: ns-test
|
|
ownerReferences:
|
|
- apiVersion: cluster.x-k8s.io/v1beta1
|
|
blockOwnerDeletion: true
|
|
controller: true
|
|
kind: Cluster
|
|
name: test
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: "2024-07-30T11:10:03Z"
|
|
status: "False"
|
|
type: Ready
|
|
- lastTransitionTime: "2024-07-26T14:35:48Z"
|
|
status: "True"
|
|
type: ClusterSecurityGroupsReady
|
|
- lastTransitionTime: "2024-07-30T02:20:06Z"
|
|
status: "True"
|
|
type: EKSAddonsConfigured
|
|
- lastTransitionTime: "2024-07-26T14:43:57Z"
|
|
reason: created
|
|
severity: Info
|
|
status: "False"
|
|
type: EKSControlPlaneCreating
|
|
- lastTransitionTime: "2024-07-30T11:10:03Z"
|
|
status: "True"
|
|
type: EKSControlPlaneReady
|
|
- lastTransitionTime: "2024-07-30T13:05:45Z"
|
|
status: "True"
|
|
type: EKSIdentityProviderConfigured
|
|
- lastTransitionTime: "2024-07-26T15:28:01Z"
|
|
status: "True"
|
|
type: IAMAuthenticatorConfigured
|
|
- lastTransitionTime: "2024-07-26T15:27:58Z"
|
|
status: "True"
|
|
type: IAMControlPlaneRolesReady
|
|
- lastTransitionTime: "2024-07-26T14:35:48Z"
|
|
status: "True"
|
|
type: SubnetsReady
|
|
- lastTransitionTime: "2024-07-26T14:35:46Z"
|
|
status: "True"
|
|
type: VpcReady
|
|
ready: false
|