Skip to content

Commit

Permalink
Support AKS BYOCNI by allowing networkPlugin: none
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Johansson <[email protected]>
  • Loading branch information
illrill authored and k8s-infra-cherrypick-robot committed Nov 28, 2023
1 parent 005b9f8 commit 06aae4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/types_class.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type AzureManagedControlPlaneClassSpec struct {
AdditionalTags Tags `json:"additionalTags,omitempty"`

// NetworkPlugin used for building Kubernetes network.
// +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 @@ -384,6 +384,7 @@ spec:
enum:
- azure
- kubenet
- none
type: string
networkPluginMode:
description: NetworkPluginMode is the mode the network plugin should
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ spec:
enum:
- azure
- kubenet
- none
type: string
networkPluginMode:
description: NetworkPluginMode is the mode the network plugin
Expand Down

0 comments on commit 06aae4d

Please sign in to comment.