docs icon indicating copy to clipboard operation
docs copied to clipboard

Document new configuration elements for Deployment resources

Open mgencur opened this issue 6 months ago • 3 comments

What is changing?

There are a few configuration elements which are not documented yet in this document:

        QueueSidecarTokenAudiences sets.Set[string]

	// QueueSidecarRootCA is a root certificate to be trusted by the queue proxy sidecar  qpoptions.
	QueueSidecarRootCA string

	// DefaultAffinityType is a string that controls what affinity rules will be automatically
	// applied to the PodSpec of all Knative services.
	DefaultAffinityType AffinityType

	// RuntimeClassNames specifies which runtime the Pod will use
	RuntimeClassNames map[string]RuntimeClassNameLabelSelector

As defined in the config in this section

How will this impact our users?

In what release will this take happen (to the best of your knowledge)?

release-1.14 release-1.15

Context

Link to associated PRs or issues from other repos here.

Additional info

mgencur avatar Aug 13 '24 08:08 mgencur