application-samples icon indicating copy to clipboard operation
application-samples copied to clipboard

The home for Application samples, based on the open-clutser-management.io Subscription, Channel and Placement API

Results 8 application-samples issues
Sort by recently updated
recently updated
newest added

It would be great to include a sample that demonstrates how to use ArgoCD applicationset to deploy an application to multiple clusters. I took the existing book import application that...

Without this change the secret never gets propagated to the other clusters. While we're at it, let's fix a couple of typos in the README and also s/secrets/secret/ so kustomize...

followup PR for https://github.com/open-cluster-management/application-samples/pull/19 - add istio-addon: kiali and jeager tracing - support metrics for istio sidecars Signed-off-by: morvencao

I am trying to use a subscription to place the htpasswd secret on a managed cluster into the openshift-config namespace and the source namespace should not be openshift-config for the...

https://github.com/open-cluster-management/application-samples/blob/main/subscriptions/pacman/subscription.yaml#L10 indicates `apps.open-cluster-management.io/github-branch: pacman-sample` Results: ``` $ oc apply -k subscriptions/channel $ oc apply -k subscriptions/pacman $ oc describe subscriptions/pacman-sample -n pacman-sample ... Status: Last Update Time: 2021-08-16T23:53:35Z Phase: PropagationFailed...