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

Add spec property to differentiate management and workload clusters #384

Closed
Tracked by #94
mdsgabriel opened this issue Oct 5, 2021 · 1 comment
Closed
Tracked by #94

Comments

@mdsgabriel
Copy link
Member

See #94

What would you like to be added:
Add a new property to cluster spec that will be used to identity if a cluster has management controllers

type ClusterSpec struct {
   ...
    Management                    *bool                          json:"management,omitempty"
}

Why is this needed:
CLI, controllers and webhooks will execute different code paths based on this property

@mdsgabriel mdsgabriel changed the title Add the spect property to differentiate management and workload clusters Add spec property to differentiate management and workload clusters Oct 5, 2021
@mdsgabriel
Copy link
Member Author

closing this -- #429

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

No branches or pull requests

1 participant