metal-stack / metal-roles

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

feat(gardener): network isolation #235 #259

Closed vknabel closed 5 months ago

vknabel commented 6 months ago

Passes through network isolation if given for partition #235

Do I miss some changes?

majst01 commented 6 months ago

Passes through network isolation if given for partition #235

Do I miss some changes?

Yes the whole deployment of the oci-mirror and the registry, the dns and ntp server with the ingress spreading the load across

vknabel commented 6 months ago

Now this PR contains the actually relevant changes. Converted it to a draft because I've not finished looking for missing variables and I'd like to give it a try in the mini-lab to be confident in merging this.

Eventually we should not deploy the cert manager into the cluster from within metal-roles and move this to the actual deployments. Do you agree?

robertvolkmann commented 6 months ago

Why not creating a Helm Chart and only consume it here?