Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next attempt to install Gardener in the mini-lab #202

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

Gerrit91
Copy link
Contributor

@Gerrit91 Gerrit91 commented Nov 20, 2024

Description

I am trying to do this in order to develop an automation for migrating our Gardener deployment from metal-roles to the Gardener Operator. This is PR prepares for it by allowing to deploy the Gardener Control Plane through the existing automation.

I did not take care of any shoot deployments for now. This would be a stretch goal. For the sole purpose of developing the Operator migration, this implementation should be sufficient.

Depends on:

References:

@Gerrit91
Copy link
Contributor Author

Gerrit91 commented Nov 20, 2024

Started with the provider-local and had to build it locally upfront. But I found the network setup too opinionated for our use-case to just reach the goal of having a running control plane. Therefore, I went for the power dns and backup s3 extension from @robertvolkmann.

Seed now reconciles to 100%, but two things have to be done manually:

  1. Remove the pod anti affinity rule in order to successfully deploy the power dns extension
  2. Patch 172.17.0.1 into the ingress status of istio-ingressgateway service type load balancer (kubectl patch -n istio-ingress svc istio-ingressgateway --type=merge --subresource status --patch 'status: {loadBalancer: {ingress: [{ip: "172.17.0.1"}]}}')
❯ k --context virtual-garden get seed
NAME   STATUS   LAST OPERATION               PROVIDER   REGION   AGE   VERSION    K8S VERSION
test   Ready    Reconcile Succeeded (100%)   metal      local    86m   v1.100.2   v1.30.6

❯ k get dnsrecords.extensions.gardener.cloud -A
NAMESPACE   NAME           TYPE       DOMAIN NAME                    RECORD TYPE   STATUS      AGE
garden      seed-ingress   powerdns   *.gardener.172.17.0.1.nip.io   A             Succeeded   73m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant