sveltos
sveltos copied to clipboard
Contains documentation for projectsveltos
This PR contains various updates: 1. An example with OCI chart 2. Section explaining Kustomize Values/ValuesFrom Fixes #270 Fixes #272
Add description and examples
Add section explaining the idea and examples.
Add an example using OCI registry, for instance following one (and call out that for OCI charts, the chartName needs to have whole URL) ```yaml apiVersion: config.projectsveltos.io/v1alpha1 kind: ClusterProfile metadata:...
Looking at agents_in_mgmt_cluster_manifest.yaml this resource gets deployed before namespace is, leading to issue: ```yaml --- apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: addon-controller-role-dtm-in-mgmt-cluster namespace: projectsveltos rules: - apiGroups: - "" resources:...
Implementation: https://github.com/projectsveltos/addon-controller/pull/652
SveltosCluster can be configured to be automatically paused/unpaused. A Paused cluster will receive no updates from Sveltos. Add documentation for it. - https://github.com/projectsveltos/libsveltos/pull/339 - https://github.com/projectsveltos/sveltoscluster-manager/pull/217
Auto deploy dependencie: enable automatic deployment of prerequisite profile Profile instances can declare dependencies on other profiles via the DependsOn field, establishing a directed acyclic graph (DAG) of dependencies. Before...
# Proposal We propose a feature (or guideline documentation) illustrating how to implement an MCS (Multi-Cluster Services) controller using Sveltos’s Event Framework. The solution adheres to [KEP-1645](https://github.com/kubernetes/enhancements/blob/master/keps/sig-multicluster/1645-multi-cluster-services-api/README.md), following the principle...