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

build iot system configuration isolation on nodepool(openyurtio#1597) #2147

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

WoShiZhangmingyu
Copy link

What this PR does / why we need it:

#2135

Which issue(s) this PR fixes:

Fixes #1597

Special notes for your reviewer:

@LavenderQAQ

Does this PR introduce a user-facing change?

Yes, users need to change the original version of "pooName" to "nodePools" when creating platformadmin using "kubectl apply".

@LavenderQAQ LavenderQAQ self-requested a review September 16, 2024 02:58
@LavenderQAQ LavenderQAQ self-assigned this Sep 16, 2024
@@ -36,7 +36,7 @@ func (src *PlatformAdmin) ConvertTo(dstRaw conversion.Hub) error {
dst.Spec.Version = src.Spec.Version
dst.Spec.Security = false
dst.Spec.ImageRegistry = src.Spec.ImageRegistry
dst.Spec.PoolName = src.Spec.PoolName
dst.Spec.NodePools = src.Spec.NodePools
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of breaking the previous v1alpha1 and v1alpha2, we need a v1beta1 version here.

Copy link

sonarcloud bot commented Sep 21, 2024

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.

[OSPP 2024] Build iot system configuration isolation on nodepool
2 participants