-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Kubeadm upgrade phase navigation #51362
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
Kubeadm upgrade phase navigation #51362
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks for this fix! Works as expected now. The deployed preview page is here. /area web-development |
|
LGTM label has been added. Git tree hash: 1f4c26a52a8f4568c6857ac1bef7d6491d9d73e0
|
dipesh-rawat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dipesh-rawat 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 |
* chore: removing whitespaces * chore: clean up whitespace in training.css * Fix tab name collision in kubeadm upgrade phase documentation
* chore: removing whitespaces * chore: clean up whitespace in training.css * Fix tab name collision in kubeadm upgrade phase documentation
Description
The "kubeadm upgrade node phase" section tabs were not updating content when clicked due to a name collision with the "kubeadm upgrade apply phase" section. Both tab groups were using the same name attribute, causing unexpected behavior.
Changes:
Changed the tab name for the "kubeadm upgrade node phase" section from name="tab-upgrade-phase" to name="tab-node-phase" to ensure unique tab group identifiers
This ensures each tab group has a unique name and prevents state sharing between different tab sections
Issue
Closes: #51358