mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 16:21:13 +00:00
fix a typo in the comment of ImageCredentialProviderConfigFile
This commit is contained in:
parent
3e29321790
commit
4f38d4aaa1
@ -69,7 +69,7 @@ type ContainerRuntimeOptions struct {
|
|||||||
// Image credential provider plugin options
|
// Image credential provider plugin options
|
||||||
|
|
||||||
// ImageCredentialProviderConfigFile is the path to the credential provider plugin config file.
|
// ImageCredentialProviderConfigFile is the path to the credential provider plugin config file.
|
||||||
// This config file is a specification for what credential providers are enabled and invokved
|
// This config file is a specification for what credential providers are enabled and invoked
|
||||||
// by the kubelet. The plugin config should contain information about what plugin binary
|
// by the kubelet. The plugin config should contain information about what plugin binary
|
||||||
// to execute and what container images the plugin should be called for.
|
// to execute and what container images the plugin should be called for.
|
||||||
// +optional
|
// +optional
|
||||||
|
Loading…
Reference in New Issue
Block a user