You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leverage the multicluster-runtime library to enable the operator to manage resources from many control planes.
The Datum multicluster provider library has been copied from the
network-services-operator project. A future iteration will move the
provider into its own library that can be shared across projects. We
decided to copy the code until it's stabalized, which it seems to be
nearing.
Additional changes include:
- Addition of structured configuration provided via a config file, with
support for default values.
- Support for reading webhook certificates from secrets, simplifying
development.
uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
0 commit comments