Skip to content

Commit

Permalink
fix(fix type in service advanced settings): fix: typo in service adva…
Browse files Browse the repository at this point in the history
…nced settings
  • Loading branch information
deimosfr committed Jan 21, 2025
1 parent a4df5ef commit 4a7e18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Note: The default value on a GKE cluster is set to 10 GB since by default it for

| Type | Description | Use Case | Default Value |
|---------------------|--------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| Map<String, String> | Set pod placement on specific Kubernetes nodes labels. | Can be useful to send pods on desired architecture (GPU/ARM/AMD) or any other specific workload based on node labels (Eg. `{"eks.amazonaws.com/nodegroup": "gpu"}`, `{'kubernetes.io/arch': 'arm64'}`) | `` |
| Map<String, String> | Set pod placement on specific Kubernetes nodes labels. | Can be useful to send pods on desired architecture (GPU/ARM/AMD) or any other specific workload based on node labels (Eg. `{"eks.amazonaws.com/nodegroup": "gpu"}`, `{"kubernetes.io/arch": "arm64"}`) | `` |

#### deployment.antiaffinity.pod ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Note: The default value on a GKE cluster is set to 10 GB since by default it for

| Type | Description | Use Case | Default Value |
|---------------------|--------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| Map<String, String> | Set pod placement on specific Kubernetes nodes labels. | Can be useful to send pods on desired architecture (GPU/ARM/AMD) or any other specific workload based on node labels (Eg. `{"eks.amazonaws.com/nodegroup": "gpu"}`, `{'kubernetes.io/arch': 'arm64'}`) | `` |
| Map<String, String> | Set pod placement on specific Kubernetes nodes labels. | Can be useful to send pods on desired architecture (GPU/ARM/AMD) or any other specific workload based on node labels (Eg. `{"eks.amazonaws.com/nodegroup": "gpu"}`, `{"kubernetes.io/arch": "arm64"}`) | `` |

#### deployment.antiaffinity.pod ![](/img/advanced_settings/application.svg) ![](/img/advanced_settings/container.svg)

Expand Down

0 comments on commit 4a7e18c

Please sign in to comment.