-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Labels
kind/improvementImprovement on an existing featureImprovement on an existing featuretriage/acceptedThe issue was reviewed and is complete enough to start working on itThe issue was reviewed and is complete enough to start working on it
Description
Description
This information is currently scattered across code and docs. There are currently 2 categories:
User should never set
kuma.io/zonek8s.kuma.io/namespacekuma.io/policy-rolekuma.io/proxy-typek8s.kuma.io/service-account// missing from the list I linked
User can set, but if unset backend will provide default:
kuma.io/mesh(if missing defaults to default)kuma.io/origin(if missing defaults to either zone or global depending where applied)kuma.io/env(if missing defaults to either universal or kubernetes) // that’s actually weird, I think it should be in the first category
It would be great if we could have this info somehow persisted in the Open API:
labels:
additionalProperties:
type: string
description: The labels to help identity resources
type: object
properties:
"kuma.io/zone":
type: string
readOnly: true
description: Always computed by the CPIMPORTANT: verify code generation still works in all downstream Terraform repos!
Metadata
Metadata
Assignees
Labels
kind/improvementImprovement on an existing featureImprovement on an existing featuretriage/acceptedThe issue was reviewed and is complete enough to start working on itThe issue was reviewed and is complete enough to start working on it