metal-stack / metal-roles

Ansible roles for deploying metal-stack
MIT License
2 stars 2 forks source link

Seed readiness verification tied to condition order #251

Closed robertvolkmann closed 7 months ago

robertvolkmann commented 7 months ago

The task Wait until seed is ready fails for the following conditions:

[
  {
    "lastTransitionTime": "2024-01-10T11:06:42Z",
    "lastUpdateTime": "2024-01-10T11:06:42Z",
    "message": "All extensions installed into the seed cluster are ready and healthy.",
    "reason": "AllExtensionsReady",
    "status": "True",
    "type": "ExtensionsReady"
  },
  {
    "lastTransitionTime": "2024-01-10T11:05:14Z",
    "lastUpdateTime": "2024-01-10T11:05:14Z",
    "message": "Gardenlet is posting ready status.",
    "reason": "GardenletReady",
    "status": "True",
    "type": "GardenletReady"
  },
  {
    "lastTransitionTime": "2024-01-11T13:26:05Z",
    "lastUpdateTime": "2024-01-11T13:26:05Z",
    "message": "Seed cluster has been bootstrapped successfully.",
    "reason": "BootstrappingSucceeded",
    "status": "True",
    "type": "Bootstrapped"
  },
  {
    "lastTransitionTime": "2024-01-11T13:26:05Z",
    "lastUpdateTime": "2024-01-11T13:26:05Z",
    "message": "All system components are healthy.",
    "reason": "SystemComponentsRunning",
    "status": "True",
    "type": "SeedSystemComponentsHealthy"
  }
]