-
Notifications
You must be signed in to change notification settings - Fork 7
feat: Add DNS patch #130
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
feat: Add DNS patch #130
Conversation
83a2584
to
10e9389
Compare
This PR/issue depends on:
|
6e77b09
to
2672f91
Compare
2672f91
to
9ba6f0b
Compare
@dkoshkin do we really need to be able to override DNS image repo here? Is it not enough to just be able to override the registry images come from at kubeadmconfig top level that applies to all images? |
I had the same thought for this repo @jimmidyson and why I asked if it was somehow related to API SANs. DKP has a very specific usecase because of how FIPS support works, but for a more generic solution I think having a variable for the registry is more valuable. |
For the fips case do we really need to override the DNS registry via |
We could also just solve that with inline patches on fips cluster classes perhaps in addition to generic external patches 🤔 |
Ah I see the note that coredns should always be pulled from default k8s registry |
Closing - as discussed above this does not appear to be a common enough use case to provide a patch for. This can be handled via inline patches, or a different patch webhook deployment. |
Depends on #129.