Merge pull request #129141 from vlttnv/patch-1

Fix grammar mistake in kubeadm config v1beta4
This commit is contained in:
Kubernetes Prow Robot
2024-12-12 06:41:02 +00:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ limitations under the License.
//
// # Basics
//
// The preferred way to configure kubeadm is to pass an YAML configuration file with the --config option. Some of the
// The preferred way to configure kubeadm is to pass a YAML configuration file with the --config option. Some of the
// configuration options defined in the kubeadm config file are also available as command line flags, but only
// the most common/simple use case are supported with this approach.
//