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

Fix: kubeadm v1beta3 dns config #2104

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

vicoooo26
Copy link
Contributor

@vicoooo26 vicoooo26 commented Jan 22, 2024

What type of PR is this?

/kind cleanup

What this PR does / why we need it:

The "ClusterConfiguration.DNS.Type" field has been removed in the v1beta3 kubeadm config schema since CoreDNS is the only supported DNS server type by kubeadm. If we keep this field in v1beta3 kubeadm configuration, kubeadm will complain about this invalid field and print some warning logs during the installation process.

Which issue(s) this PR fixes:

Special notes for reviewers:

Does this PR introduced a user-facing change?

None

Additional documentation, usage docs, etc.:


@ks-ci-bot ks-ci-bot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 22, 2024
@vicoooo26 vicoooo26 changed the title Fix: kubeadm v3 dns config Fix: kubeadm v1beta3 dns config Jan 22, 2024
@pixiake
Copy link
Collaborator

pixiake commented Jan 22, 2024

@vicoooo26 Thanks for this contributions !
/lgtm
/approve

@ks-ci-bot ks-ci-bot added the lgtm Indicates that a PR is ready to be merged. label Jan 22, 2024
@ks-ci-bot
Copy link
Collaborator

LGTM label has been added.

Git tree hash: 0b51a22e16eca59106e8ebd73b340fb62a5fadbf

@ks-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pixiake, vicoooo26

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ks-ci-bot ks-ci-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 22, 2024
@ks-ci-bot ks-ci-bot merged commit c632035 into kubesphere:master Jan 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants