cluster-api-visualizer
cluster-api-visualizer copied to clipboard
Multicluster resource visualization tool for Cluster API
It would be great if we can make Machine and CP collapsible like workers
The app uses the `kind` of the `cluster.spec.infrastructureRef` to parse the name of the provider, i.e. Azure, AWS, GCP. Clusters built from ClusterClasses do not have it set initially and...
Currently, `hack/observability/cluster-api-visualizer/chart/templates/clusterrole.yaml` gives us permissions to all api groups and resources. We can revise this to be more specific and only give access to the resources we need to use...
Currently when using this from CAPI we are pinning to a specific image tag, and this will require some maintenance to keep up with new releases. Instead, we would like...
- This PR add dependabot to CAPI-Visualizer. - Please suggest any more packages I might be missing in this PR. - The `golang` stub has been copied over from CAPZ,...
Bumps [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) from 1.8.5 to 1.9.5. Release notes Sourced from sigs.k8s.io/cluster-api's releases. v1.9.5 👌 Kubernetes version support Management Cluster: v1.28.x -> v1.32.x Workload Cluster: v1.26.x -> v1.32.x More information about...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.0 to 1.36.2. Release notes Sourced from github.com/onsi/gomega's releases. v1.36.2 Maintenance Bump nokogiri from 1.16.3 to 1.16.5 in /docs by @dependabot in onsi/gomega#757 Bump github.com/onsi/ginkgo/v2 from 2.20.1...
Bumps node from 20 to 23. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Hello 👋 I'm just a random guy who are using your visualization tool for my work with CAPI. It seems to have problem when working with v1beta2 management cluster (deprecated...
Update the golang server to use the cluster v1beta2 in order to work with cluster that use v1beta2 version