-
Notifications
You must be signed in to change notification settings - Fork 1
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
Adds AutomatedClusterDiscovery to the explorer #3472
Conversation
@alfaris we need an icon to represent the Cluster Discovery in the side Navigation. And @bigkevmcd Suggested that we Use the K8s Icon. Can you provide the K8s icon in the same format as the navigation icons so we can add it? |
@alfaris we found this image that will suit better in contect if you can make this as icon. |
cmd/clusters-service/app/server.go
Outdated
err = coreCfg.PrimaryKinds.Add("GitOpsSet", gitopssetsv1alpha1.GroupVersion.WithKind("GitOpsSet")) | ||
if err != nil { | ||
return fmt.Errorf("could not add GitOpsSet to primary kinds: %w", err) | ||
} |
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.
Can remove gitopssets I think
1b23ec5
to
85aed09
Compare
- Feature flag the cluster discovery page in the UI - Adds support for syncing/inv/suspend via the OSS endpoints
40d2d22
to
0e7ae4c
Compare
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.
Follow ups:
- Hide tenant column
LGTM, awesome stuff thanks Magdy!
Closes #3408
What changed?
Why was this change made?
How was this change implemented?
How did you validate the change?
Release notes
Documentation Changes
Other follow ups