Skip to content

Commit

Permalink
[src] Add Custom Linux OS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Avital Werzberger committed Feb 26, 2024
1 parent bd58db3 commit 4c4520f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions api/services/ocean/aksV2/schemas/ocean-linuxOSConfig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
type: object
title: Ocean AKS Linux OS Config
description: |
Custom Linux OS configuration
properties:
sysctls:
type: object
properties:
vmMaxMapCount:
type: integer
description: |
Maximum number of memory map areas a process may have.
Can be configured only if OS type is Linux.
example: 79550
minimum: 65530
maximum: 262144
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ properties:
The IDs of subnets in an existing VNet into which to assign pods in the cluster (requires azure network-plugin).
items:
type: string
example: [ "/subscriptions/123456-1234-1234-1234-123456789/resourceGroups/ExampleResourceGroup/providers/Microsoft.Network/virtualNetworks/ExampleVirtualNetwork/subnets/default" ]
example: [ "/subscriptions/123456-1234-1234-1234-123456789/resourceGroups/ExampleResourceGroup/providers/Microsoft.Network/virtualNetworks/ExampleVirtualNetwork/subnets/default" ]
linuxOSConfig:
$ref: "ocean-linuxOSConfig.yaml"
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ properties:
The IDs of subnets in an existing VNet into which to assign pods in the cluster (requires azure network-plugin).
items:
type: string
example: [ "/subscriptions/123456-1234-1234-1234-123456789/resourceGroups/ExampleResourceGroup/providers/Microsoft.Network/virtualNetworks/ExampleVirtualNetwork/subnets/default" ]
example: [ "/subscriptions/123456-1234-1234-1234-123456789/resourceGroups/ExampleResourceGroup/providers/Microsoft.Network/virtualNetworks/ExampleVirtualNetwork/subnets/default" ]
linuxOSConfig:
$ref: "../ocean-linuxOSConfig.yaml"

0 comments on commit 4c4520f

Please sign in to comment.