Skip to content

Commit

Permalink
Updating to remove "args" and replace with "arguments"
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Settle <asettle@suse.com>
  • Loading branch information
asettle committed Aug 27, 2024
1 parent 146f67b commit 00b7dce
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions shell/assets/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1635,21 +1635,21 @@ cluster:
custom: Use custom affinity rules
advanced:
argInfo:
title: Additional Kubelet Args
title: Additional Kubelet Arguments
machineSelector:
label: Add Machine Selector
listLabel: Add Args
bannerLabel: 'Note: The last selector that matches wins and only args from it will be used. Args from other matches above will not combined together or merged.'
listLabel: Add Arguments
bannerLabel: 'Note: The last selector that matches wins and only arguments from it will be used. Arguments from other matches above will not combined together or merged.'
title: 'For machines with labels matching:'
subTitle: 'Use the Kubelet args:'
subTitle: 'Use the Kubelet arguments:'
titleAlt: |-
{count, plural,
=1 { For all machines, use the Kubelet args: }
other { For any machines, use the Kubelet args: }
=1 { For all machines, use the Kubelet arguments: }
other { For any machines, use the Kubelet arguments: }
}
kubeControllerManagerTitle: Additional Controller Manager Args
kubeApiServerTitle: Additional API Server Args
kubeSchedulerTitle: Additional Scheduler Args
kubeControllerManagerTitle: Additional Controller Manager Arguments
kubeApiServerTitle: Additional API Server Arguments
kubeSchedulerTitle: Additional Scheduler Arguments
agentArgs:
label: Raise error if kernel parameters are different than the expected kubelet defaults
banner:
Expand Down

0 comments on commit 00b7dce

Please sign in to comment.