multicloud-operators-subscription icon indicating copy to clipboard operation
multicloud-operators-subscription copied to clipboard

Enables multicluster application delivery.

Results 14 multicloud-operators-subscription issues
Sort by recently updated
recently updated
newest added

We need to perform a `v0.7.0` release, which means: - cut a release branch `release-v0.7` - create a `v0.7.0` tag - GitHub action should take care of image pushing etc.

Follow https://open-cluster-management.io/getting-started/integration/app-lifecycle/ and now at last step ``` kubectl get subscriptions.apps --context ${CTX_MANAGED_CLUSTER} ``` but nothing show out ``` # kubectl get subscriptions.apps --context kind-cluster1 No resources found in default...

**Describe the bug** The `make generate` Makefile target currently doesn't work because of the `helmrelease_types.go` contains a spec field that has `interface{}`. The current workaround is: Commented out the following...

bug

I wonder why cannot specify which resources(apiversion,kind,name...) to override in ClusterOverrides(subscription.spec.overrides). Is it because of the overrides only apply to the application dimension, not resource dimension? https://github.com/open-cluster-management-io/multicloud-operators-subscription/blob/4e2c4d011c03ac8a57b82eea2ff5b6d264b28b01/pkg/apis/apps/v1/subscription_types.go#L167