- Zurich
- https://serva.la
- Joined on
2025-03-03
Record Operations in Auditlog
Import existing Service Instances
Service Instantiation
We need to set the label appcat.vshn.io/provider-config
in every instance we create. The value of that label needs to be hardcoded for every control-plane. Minimum example:
apiVersion:…
Service Instantiation
Kubernetes name restrictions: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/
I propose we restrict the resource name to "RFC 1035 Label Names":
- contain at most 63…
Service Form Styling and Field Configuration
tobru
pushed to 14-dynamic-service-ordering-forms at servala/servala-portal
2025-03-26 14:18:16 +00:00
Dynamic service ordering forms
The Kubernetes community usually uses gvk
as the abbreviation, instead of gkv
Service Instance Listing and Details
Dynamic Service Ordering Form
In the service definition, we currently have the GVK of the resource we want to create. To now get the OpenAPI spec for it, there are multiple ways:
- Use the [Discovery API](https://kubernetes…