Christian Bendieck

Results 15 comments of Christian Bendieck

@acumino the seed controller runs in the gardener controller manager right? I would need some time to do another test and gather these logs. I will provide them asap!

Here is the logfile of the gardener-controller-manager when deploying the gardenlet into the garden-cluster: [gardener-controller-manager.txt](https://github.com/gardener/gardener/files/13671381/gardener-controller-manager.txt) Unfortunately I do not see any obvious hints here. The gardenlet just stops reporting the...

Ok, I just realized, that there should be a seed controller running in the gardenlet. So here is also a log from the gardenlet , where I manually added the...

I just did a complete fresh setup: - deployed gardener operator into a new base-cluster - successfully created garden-cluster using garden-resource - deployed gardenlet into the same cluster Here is...

Here is the seed status: ``` Status: Conditions: Last Transition Time: 2023-12-14T09:22:25Z Last Update Time: 2023-12-14T09:22:27Z Message: Some extensions are not valid: map[provider-dns-infoblox-str24:The condition has been initialized but its semantic...

Yes, thats correct and that was also my first investigation. But the managedresources for the extensions do not even get deployed, which should be done by the gardenlet. So it...

The thing also is, that if I create a managedseed, the gardenlet there is able to deploy the extension CRDs without a problem and the seed creation is flawless. It...

Here is the complete seed yaml: ``` apiVersion: core.gardener.cloud/v1beta1 kind: Seed metadata: creationTimestamp: "2023-12-14T09:22:25Z" finalizers: - core.gardener.cloud/controllerregistration generation: 1 labels: dnsrecord.extensions.gardener.cloud/infoblox-dns: "true" gardener.cloud/role: seed provider.extensions.gardener.cloud/vsphere: "true" name: soil-local resourceVersion: "5872"...

I am back with new insights: I found that the problem with the CRDs not being created is somehow connected with the k8s version of the seed cluster. When I...