Open CmdrSharp opened 11 months ago
Upon resetting and enabling dynamicConfig again, they spin up fine.
Did you reset the cluster before restarting it with dynamicConfig: false
? Did you check the leading controller's logs about any errors when applying the CoreDNS stack? You should be able to re-trigger the application process without a controller restart by simply touching the coredns.yaml
file.
it failed to handle helm deployments properly - updates to the list of deployments didn't take effect
Would you mind to file a separate issue about that?
@twz123 I did reset the cluster with each attempt. All the data I collected at the time is in the issue. I can find time to attempt to reproduce the issue within a week or so.
As for the other issue (related to helm) - since I switched off dynamicConfig, I haven't collected sufficient data to make a good error report.
I can find time to attempt to reproduce the issue within a week or so.
Cool!
As for the other issue (related to helm) - since I switched off dynamicConfig, I haven't collected sufficient data to make a good error report.
Alright. Feel free to file another issue whenever it occurs again.
Before creating an issue, make sure you've checked the following:
Platform
Version
k0s 1.28.4 k0s 1.27.8
k0sctl version version: v0.16.0 commit: 7e8c272
Sysinfo
`k0s sysinfo`
What happened?
When installing a fresh cluster, I noticed that the
CoreDNS
pods are not being deployed. I SSH'd into each controller node and verified that the manifests exist under /var/lib/k0s/manifests/coredns/And if I manually apply this, it spins up fine. This issue coincided with me disabling
dynamicConfig
though (which I did because it failed to handle helm deployments properly - updates to the list of deployments didn't take effect). Upon resetting and enablingdynamicConfig
again, they spin up fine.I verified this behaviour across both 1.28.4 and 1.27.8. I also attempted waiting 12 hours to see if it was just delayed somehow - but CoreDNS did not deploy.
Pods with
dynamicConfig: false
:Pods with
dynamicConfig: true
:Steps to reproduce
dynamicConfig: false
Expected behavior
CoreDNS should spin up.
Actual behavior
CoreDNS does not deploy to the cluster.
Additional context
k0sctl.yaml