Skip to content

JoaoBraveCoding/multicluster-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multicluster-logging

This repo was used to test the interaction between SSA and ArgoCD in the context of the multicluster-observability-addon.

# Install ArgoCD
oc create ns argocd
helm -n argocd upgrade --install argocd bootstrap

Create Applications

# Application with full LokiStack specification
oc apply -f applications/application-ls-full.yaml

# Application with partial LokiStack specification
oc apply -f applications/application-ls-partial.yaml

# Application with simple LokiStack specification
oc apply -f applications/application-ls-simple.yaml

Results

Full specificaton

  • Update cycle if users try to update LS in fields they should not own
  • No update cycle as users only specify fields that they own

Simple specification

  • Update cycle if users try to update LS in fields they should not own
  • No update cycle as users only specify fields that they own

Partial specification

  • No update cycle as users only specify fields that they own

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published