Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
995 changes: 995 additions & 0 deletions PRIMARY-UDN-CHANGES.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions api/hypershift/v1beta1/hostedcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,13 @@ const (
// JSONPatchAnnotation allow modifying the kubevirt VM template using jsonpatch
JSONPatchAnnotation = "hypershift.openshift.io/kubevirt-vm-jsonpatch"

// PrimaryUDNNameAnnotation enables Primary UDN for KubeVirt hosted clusters by specifying the
// UserDefinedNetwork name to be used as the primary network for the hosted control plane namespace.
PrimaryUDNNameAnnotation = "hypershift.openshift.io/primary-udn-name"
// PrimaryUDNSubnetAnnotation specifies the subnet CIDR for the Primary UDN to be created/ensured
// in the hosted control plane namespace (e.g. "10.150.0.0/16").
PrimaryUDNSubnetAnnotation = "hypershift.openshift.io/primary-udn-subnet"

// KubeAPIServerGOGCAnnotation allows modifying the kube-apiserver GOGC environment variable to impact how often
// the GO garbage collector runs. This can be used to reduce the memory footprint of the kube-apiserver.
KubeAPIServerGOGCAnnotation = "hypershift.openshift.io/kube-apiserver-gogc"
Expand Down
Loading
Loading