Skip to content

Commit

Permalink
Fix typos (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann authored Nov 18, 2024
1 parent 6466817 commit 142f946
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion control-plane/roles/gardener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Check out the Gardener project for further documentation on [gardener.cloud](htt
| gardener_backup_infrastructure_secret | | Specifies the secret for the backup infrastructure |
| gardener_soil_name | | The name of the initial `Seed` (used for spinning up shooted seeds) |
| gardener_soil_kubeconfig_file_path | | The kubeconfig path to the initial seed cluster |
| gardener_soil_vertical_pod_autoscaler_enabled | | Enables the VPA for the intial seed cluster |
| gardener_soil_vertical_pod_autoscaler_enabled | | Enables the VPA for the initial seed cluster |
| gardener_soil_project_owner_name | | Specifies the owner name for the project that the initial seed uses to set up shooted seeds |
| gardener_soil_project_members | | Specifies the members of the soil project. Each member requires a `name` and a `role`. Optionally, and array of `roles` can be specified. Example: `{"name": "admin", "role": "admin", "roles": ["owner"]}` |
| gardener_gardenlet_shoot_concurrent_syncs | | Specifies the amount of concurrent shoot syncs for the Gardenlet |
Expand Down
4 changes: 2 additions & 2 deletions control-plane/roles/isolated-clusters/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# isolated clusters

Contains roles for deploying addtional services for the isolated cluster feature as described [here](https://docs.metal-stack.io/stable/overview/isolated-kubernetes/).
Contains roles for deploying additional services for the isolated cluster feature as described [here](https://docs.metal-stack.io/stable/overview/isolated-kubernetes/).

It contains the services:

Expand All @@ -17,7 +17,7 @@ The `control-plane-defaults` folder contains defaults that are used by multiple

| Name | Mandatory | Description |
| ---------------------------------------------------------------- | --------- | ------------------------------------------------------------------------------------------------ |
| isolated_clusters_virtual_garden_kubeconfig | | The kubeconfig to access the virutal garden as a string value. |
| isolated_clusters_virtual_garden_kubeconfig | | The kubeconfig to access the virtual garden as a string value. |
| isolated_clusters_ntp_image_name | | The image name of the ntp service for the partition. |
| isolated_clusters_ntp_image_tag | yes | The tag or version of the ntp service container image. |
| isolated_clusters_ntp_namespace | | The namespace to deploy the ntp server to. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ data:
}
],
"thresholds": "",
"title": "Maximum Node Cound ($iaas)",
"title": "Maximum Node Count ($iaas)",
"type": "singlestat",
"valueFontSize": "80%",
"valueMaps": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2323,7 +2323,7 @@ data:
"uid": "prometheus"
},
"decimals": null,
"description": "Count of Shoots which have nginx ingress conroller addon enabled.",
"description": "Count of Shoots which have nginx ingress controller addon enabled.",
"format": "none",
"gauge": {
"maxValue": 100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2086,7 +2086,7 @@ data:
"refId": "A"
}
],
"title": "Tranceiver Info",
"title": "Transceiver Info",
"transformations": [
{
"id": "seriesToRows",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ additionalPrometheusRulesMap:
labels:
severity: "warning"
annotations:
description: "{{ $value }}% of {{ $labels.networkId }} Internet IP adresses in {{ $labels.partition }} are in use."
description: "{{ $value }}% of {{ $labels.networkId }} Internet IP addresses in {{ $labels.partition }} are in use."
- alert: NetworkPrefixCapacityLow
expr: avg(metal_network_prefix_used{isPrivateSuper="true"}) by (partition, networkId) / avg(metal_network_prefix_available{isPrivateSuper="true"}) by (partition, networkId) * 100 > 80
for: 10m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ groups:
labels:
severity: critical
annotations:
descritption: "HAProxy reports all servers are unhealthy for {{ $labels.proxy }}"
description: "HAProxy reports all servers are unhealthy for {{ $labels.proxy }}"
2 changes: 1 addition & 1 deletion partition/roles/sonic-upgrade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It depends on the `switch_facts` module from `ansible-common`, so make sure modu

| Name | Mandatory | Description |
| ------------------------ | --------- | ------------------------------------------------------------------------------------------------------------------- |
| sonic_upgrade_host | yes | The host from which to dowload the image. |
| sonic_upgrade_host | yes | The host from which to download the image. |
| sonic_upgrade_image_path | | The path to the image. If this is given and not `sonic_upgrade_host`, the image is pushed to the device by ansible. |
| sonic_upgrade_vrf | | The vrf used for pulling the upgrade image. |
| sonic_upgrade_protocol | | The protocol (http or https) to use when downloading the sonic image. |
Expand Down

0 comments on commit 142f946

Please sign in to comment.