Skip to content

Commit

Permalink
Automated Kargo Maintenance Updater
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 30, 2023
1 parent e615782 commit 6ac9714
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
30 changes: 30 additions & 0 deletions charts/cluster-network-addons/crds/network-addons-config.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@ spec:
description: RangeStart defines the first mac in range
type: string
type: object
kubeSecondaryDNS:
description: KubeSecondaryDNS plugin allows to support FQDN for VMI's
secondary networks
properties:
domain:
description: Domain defines the FQDN domain
type: string
nameServerIP:
description: NameServerIp defines the name server IP
type: string
type: object
linuxBridge:
description: LinuxBridge plugin allows users to create a bridge and
add the host and the container to it
Expand All @@ -60,6 +71,10 @@ spec:
description: Multus plugin enables attaching multiple network interfaces
to Pods in Kubernetes
type: object
multusDynamicNetworks:
description: A multus extension enabling hot-plug and hot-unplug of
Pod interfaces
type: object
ovs:
description: Ovs plugin allows users to define Kubernetes networks
on top of Open vSwitch bridges available on nodes
Expand Down Expand Up @@ -1674,6 +1689,17 @@ spec:
description: RangeStart defines the first mac in range
type: string
type: object
kubeSecondaryDNS:
description: KubeSecondaryDNS plugin allows to support FQDN for VMI's
secondary networks
properties:
domain:
description: Domain defines the FQDN domain
type: string
nameServerIP:
description: NameServerIp defines the name server IP
type: string
type: object
linuxBridge:
description: LinuxBridge plugin allows users to create a bridge and
add the host and the container to it
Expand All @@ -1686,6 +1712,10 @@ spec:
description: Multus plugin enables attaching multiple network interfaces
to Pods in Kubernetes
type: object
multusDynamicNetworks:
description: A multus extension enabling hot-plug and hot-unplug of
Pod interfaces
type: object
ovs:
description: Ovs plugin allows users to define Kubernetes networks
on top of Open vSwitch bridges available on nodes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ metadata:
spec:
imagePullPolicy: IfNotPresent
kubeMacPool: {}
kubeSecondaryDNS: {}
linuxBridge: {}
macvtap: {}
multus: {}
multusDynamicNetworks: {}
ovs: {}
##############################################################################
# CCIO Appended
Expand Down

0 comments on commit 6ac9714

Please sign in to comment.