Skip to content

Commit

Permalink
add support for byo cni
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Sep 29, 2023
1 parent 8c35f9f commit 49e4ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/azuremanagedcontrolplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ type AzureManagedControlPlaneSpec struct {
// NetworkPlugin used for building Kubernetes network.
// Allowed values are "azure", "kubenet".
// Immutable.
// +kubebuilder:validation:Enum=azure;kubenet
// +kubebuilder:validation:Enum=azure;kubenet;none
// +optional
NetworkPlugin *string `json:"networkPlugin,omitempty"`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ spec:
enum:
- azure
- kubenet
- none
type: string
networkPluginMode:
description: NetworkPluginMode is the mode the network plugin should
Expand Down

0 comments on commit 49e4ea6

Please sign in to comment.