Lovro Sviben
Lovro Sviben
**What would you like to be added? / User Story**: Currently when creating a Cluster through a ClusterTemplate over the UI, there is just a notification that the ClusterTemplateInstance was...
A client has asked for REGO autoformatting and highlighting in KKP. This is something that IDE`s usually provide: https://www.openpolicyagent.org/docs/latest/editor-and-ide-support/ . From the browser side, the closest we can do is...
### What problem are you facing? DeletionPolicy was planned to be deprecated in [v1.12](https://github.com/crossplane/crossplane/releases/tag/v1.12.0) with the arrival of [ObserveOnly](https://github.com/crossplane/crossplane/blob/master/design/design-doc-observe-only-resources.md#deprecation-of-deletionpolicy) management policies, which then evaluated to [Granular management policies](https://github.com/crossplane/crossplane/blob/master/design/design-doc-observe-only-resources.md#deprecation-of-deletionpolicy) in [1.13](https://github.com/crossplane/crossplane/releases/tag/v1.13.0)....
### What problem are you facing? With the [new granular management policies ](https://github.com/crossplane/crossplane/blob/952b124c6d8b75d827df84b77b6783c8c3f88ee0/design/one-pager-ignore-changes.md) users will be able, among others, to ignore changes in select fields by skipping the late initialization...
### What happened? Seems that this test is flaky, seen it fail mutiple times over different PRs ``` === RUN TestNewKubernetesSource/Successful kubernetes_test.go:122: Next(...): -want, +got: []migration.UnstructuredWithMetadata{ - { - Object:...
After installing `up space init` withouth the observablity flag, and then upgrading with: ``` up space upgrade --token-file="${SPACES_TOKEN_PATH}" "v${SPACES_VERSION}" \ --set "account=${UPBOUND_ACCOUNT}" \ --set "features.alpha.observability.enabled=true" \ --set "observability.spacesCollector.config.exporters.otlphttp.endpoint=http://otel-lgtm.observability:4318" \ --set...